util.rmi
Class RmiPropertyDump
java.lang.Object
util.rmi.RmiPropertyDump
public class RmiPropertyDump
- extends Object
A tiny helper class that dumps the value of the stated parameter to the
command line.
|
Method Summary |
static void |
main(String[] arg)
Performs a look-up operation on the binding name stated on the command
line. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RmiPropertyDump
public RmiPropertyDump()
main
public static void main(String[] arg)
throws RemoteException,
NotBoundException
- Performs a look-up operation on the binding name stated on the command
line. If there is a valid binding and it binds a
RmiPropertyBearing
its properties are queried and dumped to the command line.
- Throws:
RemoteException
NotBoundException