|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLocalizedException
com.wm.lang.ns.NSName
public class NSName
Instances of this class represent syntactically valid names in the namespace. Note that a syntactically valid name does not mean that it exists in the server's namespace.
A fully qualified namespace name consists of an interface and a (optional) node name. An interface is specified by one or more sub-interface names separated with a period ("."). Node names are separated with a colon (":").
For example, the following are valid names in the namespace:
wm
(specifies the interface "wm")
wm.server
(specifies the sub-interface "server" in
the interface "wm")
wm.server:connect
(specifies the node "connect" in
the interface "wm.server")
Constructor Summary | |
---|---|
NSName()
|
Method Summary | |
---|---|
static NSName |
create(java.lang.String name)
Converts a string into an NSName. |
java.lang.String |
toString()
Returns a String representation for this name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NSName()
Method Detail |
---|
public static NSName create(java.lang.String name)
name
- The fully-qualified name
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |