Package org.djutils.rmi
Class RMITest.RemoteObject
java.lang.Object
org.djutils.rmi.RMITest.RemoteObject
- All Implemented Interfaces:
Remote
- Enclosing class:
- RMITest
protected static class RMITest.RemoteObject extends Object implements Remote
A test remote object.
-
Constructor Summary
Constructors Constructor Description RemoteObject(String name)
Name a remote object. -
Method Summary
-
Constructor Details
-
RemoteObject
Name a remote object.- Parameters:
name
- the name of the object- Throws:
RemoteException
- on a remote exception
-
-
Method Details