|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientCallbackOrbHandler
Object passed by clients for receive all callbacks from server.
Each instance of this class is registered near the server via the method
register
of PlatformOrbProcess
and
is unregistered via the method
unregister
.
PlatformOrbProcess.register(ClientCallbackHandler)
,
PlatformOrbProcess.unregister(ClientCallbackHandler)
Method Summary | |
---|---|
String |
getInstanceName()
Returns the name given to client instance. |
void |
handle(ClientOrbCallback callback)
Sends of handling by the server to a client. |
Method Detail |
---|
String getInstanceName() throws RemoteException
RemoteException
- Exception if an error occurred.void handle(ClientOrbCallback callback) throws RemoteException
callback
- Handling to send.
RemoteException
- Exception if an error occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |