|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRpcPublicationListener | |
---|---|
fulmine.context | |
fulmine.distribution | |
fulmine.rpc |
Uses of IRpcPublicationListener in fulmine.context |
---|
Methods in fulmine.context with parameters of type IRpcPublicationListener | |
---|---|
boolean |
RpcManager.addRpcPublicationListener(String remoteContextIdentity,
IRpcPublicationListener listener)
|
boolean |
FulmineContext.addRpcPublicationListener(String remoteContextIdentity,
IRpcPublicationListener listener)
|
boolean |
FTContext.addRpcPublicationListener(String remoteContextIdentity,
IRpcPublicationListener listener)
|
boolean |
RpcManager.removeRpcPublicationListener(String remoteContextIdentity,
IRpcPublicationListener listener)
|
boolean |
FulmineContext.removeRpcPublicationListener(String remoteContextIdentity,
IRpcPublicationListener listener)
|
boolean |
FTContext.removeRpcPublicationListener(String remoteContextIdentity,
IRpcPublicationListener listener)
|
Uses of IRpcPublicationListener in fulmine.distribution |
---|
Subinterfaces of IRpcPublicationListener in fulmine.distribution | |
---|---|
interface |
IRemoteUpdateInvoker
Handles requests from the local context to update remote containers. |
Classes in fulmine.distribution that implement IRpcPublicationListener | |
---|---|
class |
RemoteUpdateInvoker
A standard implementation. |
Uses of IRpcPublicationListener in fulmine.rpc |
---|
Methods in fulmine.rpc with parameters of type IRpcPublicationListener | |
---|---|
boolean |
IRpcManager.addRpcPublicationListener(String remoteContextIdentity,
IRpcPublicationListener listener)
Add a listener for RPC publication events. |
boolean |
IRpcManager.removeRpcPublicationListener(String remoteContextIdentity,
IRpcPublicationListener listener)
Remove an RPC publication listener. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |