|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRpcResult | |
---|---|
fulmine.context | |
fulmine.distribution | |
fulmine.rpc |
Uses of IRpcResult in fulmine.context |
---|
Methods in fulmine.context that return IRpcResult | |
---|---|
IRpcResult |
RpcManager.invoke(String remoteContextIdentity,
String procedure,
IField... args)
|
IRpcResult |
FulmineContext.invoke(String remoteContextIdentity,
String procedure,
IField... args)
|
IRpcResult |
FTContext.invoke(String remoteContextIdentity,
String procedure,
IField... args)
|
Uses of IRpcResult in fulmine.distribution |
---|
Methods in fulmine.distribution that return IRpcResult | |
---|---|
IRpcResult |
RemoteUpdateInvoker.invoke(String remoteContextIdentity,
StringField identity,
IntegerField type,
IntegerField domain,
StringField fieldName,
StringField valueAsString,
IntegerField permissionApp,
IntegerField permissionCode,
StringField originatingRemoteContextIdentity)
|
IRpcResult |
IRemoteUpdateInvoker.invoke(String remoteContextIdentity,
StringField identity,
IntegerField type,
IntegerField domain,
StringField fieldName,
StringField valueAsString,
IntegerField permissionApp,
IntegerField permissionCode,
StringField originatingRemoteContextIdentity)
Invoke the 'update remote container' RPC in the named remote context. |
Uses of IRpcResult in fulmine.rpc |
---|
Classes in fulmine.rpc that implement IRpcResult | |
---|---|
class |
RpcResult
Standard implementation. |
Methods in fulmine.rpc that return IRpcResult | |
---|---|
IRpcResult |
IRpcHandler.handle(IRpcDefinition rpcDefinition,
IField... arguments)
Handle an RPC invocation. |
IRpcResult |
IRpcManager.invoke(String remoteContextIdentity,
String procedure,
IField... args)
Synchronously invoke the RPC in the named remote context. |
Methods in fulmine.rpc with parameters of type IRpcResult | |
---|---|
void |
IRpcResultHandler.resultReceived(IRpcResult result,
IRpcMarker marker)
Activated when a result is received from an RPC call. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |