Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jnp.interfaces
Class NamingParser  view NamingParser download NamingParser.java

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

public class NamingParser
extends java.lang.Object
implements javax.naming.NameParser, java.io.Serializable

The NamingParser for the jnp naming implementation

Version:
$Revision: 1.2.10.3 $

Field Summary
(package private) static java.util.Properties syntax
          The unsynchronized syntax properties
 
Constructor Summary
NamingParser()
           
 
Method Summary
static java.util.Properties getSyntax()
           
 javax.naming.Name parse(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

syntax

static java.util.Properties syntax
The unsynchronized syntax properties

Constructor Detail

NamingParser

public NamingParser()
Method Detail

getSyntax

public static java.util.Properties getSyntax()

parse

public javax.naming.Name parse(java.lang.String name)
                        throws javax.naming.NamingException
Specified by:
parse in interface javax.naming.NameParser