站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 naming API Documentation 英文版文档

NamingParser (JBoss Naming API) - JBoss 3.2.7 naming API Documentation 英文版文档


org.jnp.interfaces
Class NamingParser

java.lang.Object
  extended byorg.jnp.interfaces.NamingParser
All Implemented Interfaces:
NameParser, Serializable

public class NamingParser
extends Object
implements NameParser, Serializable

The NamingParser for the jnp naming implementation

Version:
$Revision: 1.2.10.4 $
Author:
Scott.Stark@jboss.org
See Also:
Serialized Form

Constructor Summary
NamingParser()
           
 
Method Summary
static Properties getSyntax()
           
 Name parse(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamingParser

public NamingParser()
Method Detail

getSyntax

public static Properties getSyntax()

parse

public Name parse(String name)
           throws NamingException
Specified by:
parse in interface NameParser
Throws:
NamingException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.