|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutil.RegistryLister
public class RegistryLister
A simple registry-lookup object. The registry on the local machine is scanned for entries using the Registry.list method. All String returned are printed to System.out.
| Nested Class Summary | |
|---|---|
static class |
RegistryLister.Bind
Tries to bind the echo-server to the registry, clients can then connect. |
static interface |
RegistryLister.Callback
|
static class |
RegistryLister.CallbackBind
Tries to bind the echo-server to the registry, clients can then connect. |
static class |
RegistryLister.CallbackConnect
Tries to connect to the echo-server on the specified registry. |
static class |
RegistryLister.CallbackEcho
|
static class |
RegistryLister.Connect
Tries to connect to the echo-server on the specified registry. |
static class |
RegistryLister.Echo
|
static interface |
RegistryLister.RemoteEcho
|
static class |
RegistryLister.Test
Tries to connect to a runnring rmi server, bind to it an echo server, test the functionality and unbinds from the server again. |
| Constructor Summary | |
|---|---|
RegistryLister()
|
|
| Method Summary | |
|---|---|
static void |
main(String[] arg)
Prints all names found in the local registry to System.out. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegistryLister()
| Method Detail |
|---|
public static void main(String[] arg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||