org.jboss.test.security.ejb.project.support
Class DefaultName

java.lang.Object
  extended byjavax.naming.CompoundName
      extended byorg.jboss.test.security.ejb.project.support.DefaultName
All Implemented Interfaces:
java.lang.Cloneable, javax.naming.Name, java.io.Serializable

public class DefaultName
extends javax.naming.CompoundName

A simple subclass of CompoundName that fixes the name syntax to: jndi.syntax.direction = left_to_right jndi.syntax.separator = "/"

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.naming.CompoundName
impl, mySyntax
 
Constructor Summary
DefaultName()
           
DefaultName(java.util.Enumeration comps)
          Creates new DefaultName
DefaultName(javax.naming.Name name)
           
DefaultName(java.lang.String name)
           
 
Method Summary
static javax.naming.NameParser getNameParser()
           
 
Methods inherited from class javax.naming.CompoundName
add, add, addAll, addAll, clone, compareTo, endsWith, equals, get, getAll, getPrefix, getSuffix, hashCode, isEmpty, remove, size, startsWith, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultName

public DefaultName(java.util.Enumeration comps)
Creates new DefaultName


DefaultName

public DefaultName(java.lang.String name)
            throws javax.naming.InvalidNameException

DefaultName

public DefaultName(javax.naming.Name name)

DefaultName

public DefaultName()
Method Detail

getNameParser

public static javax.naming.NameParser getNameParser()