|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.naming.config.Config.Naming
public static final class Config.Naming
Naming context configuration.
Constructor Summary | |
---|---|
Config.Naming()
|
Method Summary | |
---|---|
void |
addContext(Config.Context context)
Adds a new Context configuration to the context list. |
java.util.Set |
generateSortedSubcontextNameSet()
Generates and returns a sorted list of all configured names. |
java.util.Collection |
getContextList()
Returns the context list. |
java.lang.String |
toString()
Returns a string representation of the context list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Config.Naming()
Method Detail |
---|
public void addContext(Config.Context context)
context
- Context configuration to add.public java.util.Collection getContextList()
public java.util.Set generateSortedSubcontextNameSet() throws javax.naming.InvalidNameException
javax.naming.InvalidNameException
- if an invalid name is encounteredpublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |