All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static int |
getConnectionId() |
static int |
getConnectionId(Package p)
The connectionId (multiplexer)
|
static int |
getObjectGuid(Class c)
Used by OAObject so that object guid is created/managed on the server.
|
static int |
getObjectGuid(Package p) |
static Package |
getPackage(Class c) |
static RemoteClientInterface |
getRemoteClient() |
static RemoteClientInterface |
getRemoteClient(Class c) |
static RemoteClientInterface |
getRemoteClient(Hub h) |
static RemoteClientInterface |
getRemoteClient(OAObject obj) |
static RemoteClientInterface |
getRemoteClient(Package p) |
static RemoteServerInterface |
getRemoteServer() |
static RemoteServerInterface |
getRemoteServer(Class c) |
static RemoteServerInterface |
getRemoteServer(Hub h) |
static RemoteServerInterface |
getRemoteServer(OAObject obj) |
static RemoteServerInterface |
getRemoteServer(Package p) |
static RemoteSessionInterface |
getRemoteSession() |
static RemoteSessionInterface |
getRemoteSession(Class c) |
static RemoteSessionInterface |
getRemoteSession(Hub h) |
static RemoteSessionInterface |
getRemoteSession(OAObject obj) |
static RemoteSessionInterface |
getRemoteSession(Package p) |
static RemoteSyncInterface |
getRemoteSync() |
static RemoteSyncInterface |
getRemoteSync(Class c) |
static RemoteSyncInterface |
getRemoteSync(Hub h) |
static RemoteSyncInterface |
getRemoteSync(OAObject obj) |
static RemoteSyncInterface |
getRemoteSync(Package p) |
static int |
getRequestConnectionId()
If the current thread is an OARemoteThread, then this will return the connection Id of the
client.
|
static RequestInfo |
getRequestInfo()
If the current thread is an OARemoteThread, then this will return information about the currently
processed sync message.
|
static boolean |
getSuppressCSMessages() |
static OASyncClient |
getSyncClient() |
static OASyncClient |
getSyncClient(Class c) |
static OASyncClient |
getSyncClient(Hub h) |
static OASyncClient |
getSyncClient(OAObject obj) |
static OASyncClient |
getSyncClient(Package p) |
static OASyncServer |
getSyncServer() |
static OASyncServer |
getSyncServer(Class c) |
static OASyncServer |
getSyncServer(Hub h) |
static OASyncServer |
getSyncServer(OAObject obj) |
static OASyncServer |
getSyncServer(Package p) |
static boolean |
isClient(Class c) |
static boolean |
isClient(OAObject obj) |
static boolean |
isClient(Package p) |
static boolean |
isConnected() |
static boolean |
isConnected(Class c) |
static boolean |
isConnected(OAObject obj) |
static boolean |
isConnected(Package p) |
static boolean |
isRemoteThread()
Used to determine if the current thread is OARemoteThread, which is used to process sync
messages.
|
static boolean |
isServer() |
static boolean |
isServer(Class c) |
static boolean |
isServer(Hub h) |
static boolean |
isServer(OAObject obj) |
static boolean |
isServer(Package p) |
static boolean |
isSingleUser() |
static boolean |
isSingleUser(Class c) |
static boolean |
isSingleUser(Hub h) |
static boolean |
isSingleUser(Package p) |
static boolean |
sendMessages()
If the currentThread is an OARemoteThead, then this is used to have sync changes (OAObject/Hub)
sent to other computers.
|
static boolean |
sendMessages(boolean b) |
static void |
setLoading() |
static void |
setLoading(boolean b) |
static void |
setRemoteClient(Package p,
RemoteClientInterface rc) |
static void |
setRemoteClient(RemoteClientInterface rc) |
static void |
setRemoteServer(Package p,
RemoteServerInterface rs) |
static void |
setRemoteServer(RemoteServerInterface rs) |
static void |
setRemoteSession(Package p,
RemoteSessionInterface rs) |
static void |
setRemoteSession(RemoteSessionInterface rs) |
static void |
setRemoteSync(Package p,
RemoteSyncInterface rs) |
static void |
setRemoteSync(RemoteSyncInterface rs) |
static void |
setSuppressCSMessages(boolean b) |
static void |
setSyncClient(OASyncClient sc) |
static void |
setSyncClient(Package p,
OASyncClient sc) |
static void |
setSyncServer(OASyncServer ss) |
static void |
setSyncServer(Package p,
OASyncServer ss) |
static boolean |
shouldSendMessages()
Checks to see if any sync changes will be sent to other computers.
|