Package | Description |
---|---|
agilermi.configuration |
Provides all the interfaces needed to configure an application based on RMI.
|
agilermi.core |
Provides the Agile RMI core system.
|
Modifier and Type | Method and Description |
---|---|
void |
RMIFaultHandler.onFault(RMIHandler rMIHandler,
java.lang.Exception exception)
Invoked when a non reliable exception was generated by the specified
RMIHandler object, that was certainly disposed, . |
Modifier and Type | Method and Description |
---|---|
RMIHandler |
RMIRegistry.getRMIHandler(java.lang.String host,
int port)
Gets an
handler for the specified host. |
RMIHandler |
RMIRegistry.getRMIHandler(java.lang.String host,
int port,
boolean newConnection)
Gets an
handler for the specified host. |