Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbossmx.cluster.watchdog.util
Class ListRegistry  view ListRegistry download ListRegistry.java

java.lang.Object
  extended byorg.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