|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRpcMarker | |
---|---|
fulmine.context | |
fulmine.rpc | |
fulmine.rpc.events |
Uses of IRpcMarker in fulmine.context |
---|
Methods in fulmine.context that return IRpcMarker | |
---|---|
IRpcMarker |
RpcManager.invoke(IRpcResultHandler resultHandler,
String remoteContextIdentity,
String procedure,
IField... args)
|
IRpcMarker |
FulmineContext.invoke(IRpcResultHandler resultHandler,
String remoteContextIdentity,
String procedure,
IField... args)
|
IRpcMarker |
FTContext.invoke(IRpcResultHandler resultHandler,
String remoteContextIdentity,
String procedure,
IField... args)
|
Methods in fulmine.context with parameters of type IRpcMarker | |
---|---|
void |
RpcManager.invoke(String remoteContextIdentity,
String rpcKey,
IRpcDefinition definition,
IField[] args,
IRpcResultHandler resultHandler,
IRpcMarker marker)
|
void |
IRpcManagerOperations.invoke(String remoteContextIdentity,
String rpcKey,
IRpcDefinition definition,
IField[] args,
IRpcResultHandler resultHandler,
IRpcMarker marker)
Invoke the RPC in the named remote context. |
Uses of IRpcMarker in fulmine.rpc |
---|
Classes in fulmine.rpc that implement IRpcMarker | |
---|---|
class |
RpcMarker
Standard implementation. |
Methods in fulmine.rpc that return IRpcMarker | |
---|---|
IRpcMarker |
RpcResult.getMarker()
|
IRpcMarker |
IRpcResult.getMarker()
Get the marker for the RPC invocation this result is for. |
IRpcMarker |
IRpcManager.invoke(IRpcResultHandler resultHandler,
String remoteContextIdentity,
String procedure,
IField... args)
Asynchronously invoke the RPC in the named remote context. |
Methods in fulmine.rpc that return types with arguments of type IRpcMarker | |
---|---|
QuadValue<IRpcMarker,String,String,IField[]> |
RpcCodec.decode(byte[] rpcData)
|
QuadValue<IRpcMarker,String,String,IField[]> |
IRpcCodec.decode(byte[] rpcData)
Decode the byte[] into the RPC marker, key, identity of the
remote context invoking this RPC and arguments. |
Methods in fulmine.rpc with parameters of type IRpcMarker | |
---|---|
byte[] |
RpcCodec.encode(IRpcMarker rpcMarker,
String rpcKey,
String contextIdentity,
IField[] args)
|
byte[] |
IRpcCodec.encode(IRpcMarker rpcMarker,
String rpcKey,
String contextIdentity,
IField[] args)
Encode the RPC marker, key and arguments into a byte[] |
void |
IRpcResultHandler.resultReceived(IRpcResult result,
IRpcMarker marker)
Activated when a result is received from an RPC call. |
void |
RpcResult.updateResultRecord(IRpcMarker marker,
IContainer resultRecord)
|
void |
IRpcResult.updateResultRecord(IRpcMarker marker,
IContainer resultRecord)
Update the RPC's result record with the data from this result instance. |
Uses of IRpcMarker in fulmine.rpc.events |
---|
Methods in fulmine.rpc.events that return IRpcMarker | |
---|---|
IRpcMarker |
RpcInvokeEvent.getMarker()
Get the RPC marker for the RPC invocation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |