|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRpcPublicationListener
Receives notifications when an RPC is published or unpublished by a remote context.
IRpcManager.addRpcPublicationListener(String, IRpcPublicationListener)
,
IRpcManager.removeRpcPublicationListener(String,
IRpcPublicationListener)
Method Summary | |
---|---|
void |
procedureAvailable(String remoteContextIdentity,
IRpcDefinition rpcDefinition)
Executed when the local context can invoke the named RPC in the identified remote context. |
void |
procedureUnavailable(String remoteContextIdentity,
IRpcDefinition rpcDefinition)
Executed when a remote context unpublishes (removes) the named RPC. |
Method Detail |
---|
void procedureAvailable(String remoteContextIdentity, IRpcDefinition rpcDefinition)
remoteContextIdentity
- the remote context that has published the procedure, when
calling the procedure, this remote context will handle itrpcDefinition
- the RPC definitionvoid procedureUnavailable(String remoteContextIdentity, IRpcDefinition rpcDefinition)
remoteContextIdentity
- the remote context that has unpublished the RPCrpcDefinition
- the RPC definition that has been removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |