|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RemoteObject | |
| solar.service.rmtobj | Contains the service to monitor the liveness of and communicate with remote objects. |
| Uses of RemoteObject in solar.service.rmtobj |
| Methods in solar.service.rmtobj with parameters of type RemoteObject | |
void |
SolarRemoteObjectService.register(RemoteObject rmtobj,
RemoteObjectListener listener)
|
void |
SolarRemoteObjectService.unregister(RemoteObject rmtobj)
|
java.lang.Object |
SolarRemoteObjectService.request(RemoteObject rmtobj,
Request req)
|
void |
RemoteObjectListener.accessFailed(RemoteObject rmtobj)
The remote object is not accessable due to network problem, it is explicitly removed from the other end. |
void |
RemoteObjectService.register(RemoteObject rmtobj,
RemoteObjectListener listener)
Register a remote object to monitor. |
void |
RemoteObjectService.unregister(RemoteObject rmtobj)
Unregister a remote object. |
java.lang.Object |
RemoteObjectService.request(RemoteObject rmtobj,
Request request)
Invoke a request on the remote object. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||