|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteUpdateHandler
An object that handles update operations, issued from remote contexts, to local containers. The updates occur using the RPC mechanism.
Nested Class Summary | |
---|---|
static class |
IRemoteUpdateHandler.ARG_POSITIONS
Holds the argument positions for the handle(String, int, int, String, String, int, int, String)
method. |
Field Summary | |
---|---|
static String |
RPC_KEY
The RPC key for the 'update remote container' RPC |
static String |
RPC_NAME
The name for the 'update remote container' RPC |
Method Summary | |
---|---|
String |
handle(String identity,
int type,
int domain,
String fieldName,
String valueAsString,
int permissionApp,
int permissionCode,
String originatingRemoteContextIdentity)
Handle the RPC call to update a local container from a remote context. |
void |
setContext(IFulmineContext context)
Setter for the context |
Field Detail |
---|
static final String RPC_NAME
static final String RPC_KEY
Method Detail |
---|
String handle(String identity, int type, int domain, String fieldName, String valueAsString, int permissionApp, int permissionCode, String originatingRemoteContextIdentity)
identity
- the container identity, used to locate the containertype
- the container type, used to locate the containerdomain
- the container domain, used to locate the containerfieldName
- the field in the container to updatevalueAsString
- the new value for the field, in string formpermissionApp
- the application permission of the context issuing the change,
see IPermissionProfile
permissionCode
- the permission of the context issuing the change, see
IPermissionProfile
originatingRemoteContextIdentity
- the identity of the remote context issuing the command
void setContext(IFulmineContext context)
context
- the context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |