|
|||||||||
| Home >> All >> org >> jbossmx >> cluster >> watchdog >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jbossmx.cluster.watchdog.util
Class ListRegistry

java.lang.Objectorg.jbossmx.cluster.watchdog.util.ListRegistry
- public class ListRegistry
- extends java.lang.Object
Class for listing the contents of a series of RMI Registries
| Constructor Summary | |
ListRegistry()
|
|
| Method Summary | |
private static void |
displayNameValue(java.lang.String rmiName)
Display the name and value of a object bound in RMI |
private static void |
listRegistry(java.lang.String rmiRegistryUrl)
Static method for listing the contents of an RMI Registry |
static void |
main(java.lang.String[] args)
Lists the contents of a series of RMI Registries |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
ListRegistry
public ListRegistry()
| Method Detail |
main
public static void main(java.lang.String[] args)
- Lists the contents of a series of RMI Registries
listRegistry
private static void listRegistry(java.lang.String rmiRegistryUrl)
- Static method for listing the contents of an RMI Registry
displayNameValue
private static void displayNameValue(java.lang.String rmiName)
- Display the name and value of a object bound in RMI
|
|||||||||
| Home >> All >> org >> jbossmx >> cluster >> watchdog >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jbossmx.cluster.watchdog.util.ListRegistry