Package | Description |
---|---|
org.transitime.ipc.rmi |
The org.transitime.ipc.rmi package is for making it easy to have remote RMI
access to objects on the server.
|
Modifier and Type | Method and Description |
---|---|
static <T extends java.rmi.Remote> |
ClientFactory.getRmiStub(RmiStubInfo info,
boolean updateHostName)
Creates an RMI stub based on the project name, host name, and class name.
|
Constructor and Description |
---|
RmiCallInvocationHandler(java.lang.Object delegate,
RmiStubInfo info)
Simple constructor.
|