| Modifier and Type | Method and Description |
|---|---|
void |
AdminProvider.getConfigInfo(ClientObject caller,
AdminService.ConfigInfoListener arg1)
|
void |
AdminManager.getConfigInfo(ClientObject caller,
AdminService.ConfigInfoListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChatProvider.broadcast(ClientObject caller,
String message,
InvocationService.InvocationListener listener)
|
void |
ChatProvider.deliverTell(UserMessage message,
Name target,
ChatService.TellListener listener)
Delivers a tell message to the specified target and notifies the supplied listener of the
result.
|
void |
ChatProvider.tell(ClientObject caller,
Name target,
String message,
ChatService.TellListener listener)
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrowdPeerProvider.deliverTell(ClientObject caller,
UserMessage arg1,
Name arg2,
ChatService.TellListener arg3)
|
void |
CrowdPeerManager.deliverTell(ClientObject caller,
UserMessage message,
Name target,
ChatService.TellListener listener) |
| Modifier and Type | Method and Description |
|---|---|
PlaceManager |
PlaceRegistry.createPlace(PlaceConfig config)
Creates and registers a new place manager with no delegates.
|
PlaceManager |
PlaceRegistry.createPlace(PlaceConfig config,
List<PlaceManagerDelegate> delegates)
Creates and registers a new place manager along with the place object to be managed.
|
PlaceManager |
PlaceRegistry.createPlace(PlaceConfig config,
PlaceRegistry.PreStartupHook hook)
Don't use this method, see
PlaceRegistry.createPlace(PlaceConfig). |
PlaceConfig |
LocationManager.moveTo(BodyObject source,
int placeOid)
Moves the specified body from whatever location they currently occupy to the location
identified by the supplied place oid.
|
void |
LocationProvider.moveTo(ClientObject caller,
int arg1,
LocationService.MoveListener arg2)
|
void |
LocationManager.moveTo(ClientObject caller,
int placeOid,
LocationService.MoveListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerProvider.generateReport(ClientObject caller,
String arg1,
InvocationService.ResultListener arg2)
|
void |
PeerManager.generateReport(ClientObject caller,
String type,
InvocationService.ResultListener listener) |
void |
PeerProvider.invokeRequest(ClientObject caller,
byte[] arg1,
InvocationService.ResultListener arg2)
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvocationDispatcher.dispatchRequest(ClientObject source,
int methodId,
Object[] args)
Dispatches the specified method to our provider.
|
void |
TimeBaseProvider.getTimeOid(ClientObject source,
String timeBase,
TimeBaseService.GotTimeBaseListener listener)
Processes a request from a client to fetch the oid of the specified time object.
|
static void |
InvocationException.require(boolean condition,
String errmsg)
Requires that the supplied condition be true, otherwise an invocation exception with the
supplied error message is thrown.
|
static void |
InvocationException.requireAccess(ClientObject clobj,
Permission perm)
A version of
requireAccess(ClientObject,Permission,Object) that takes no context. |
static void |
InvocationException.requireAccess(ClientObject clobj,
Permission perm,
Object context)
Requires that the specified client have the specified permissions.
|
Copyright © 2015. All rights reserved.