Package | Description |
---|---|
com.caucho.services.name |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
NameServer.list()
Lists all the object name components directly below the current context.
|
java.lang.String[] |
NameServerRemote.list()
Lists all the object name components directly below the current context.
|
java.lang.Object |
NameServer.lookup(java.lang.String name)
Lookup an object from the name server.
|
java.lang.Object |
NameServerRemote.lookup(java.lang.String name)
Lookup an object from the name server.
|