|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from PeerService.java.")
public interface PeerProvider
Defines the server-side of the PeerService.
| Method Summary | |
|---|---|
void |
generateReport(ClientObject caller,
String arg1,
InvocationService.ResultListener arg2)
Handles a PeerService.generateReport(java.lang.String, com.threerings.presents.client.InvocationService.ResultListener) request. |
void |
invokeAction(ClientObject caller,
byte[] arg1)
Handles a PeerService.invokeAction(byte[]) request. |
void |
invokeRequest(ClientObject caller,
byte[] arg1,
InvocationService.ResultListener arg2)
Handles a PeerService.invokeRequest(byte[], com.threerings.presents.client.InvocationService.ResultListener) request. |
void |
ratifyLockAction(ClientObject caller,
NodeObject.Lock arg1,
boolean arg2)
Handles a PeerService.ratifyLockAction(com.threerings.presents.peer.data.NodeObject.Lock, boolean) request. |
| Method Detail |
|---|
void generateReport(ClientObject caller,
String arg1,
InvocationService.ResultListener arg2)
throws InvocationException
PeerService.generateReport(java.lang.String, com.threerings.presents.client.InvocationService.ResultListener) request.
InvocationException
void invokeAction(ClientObject caller,
byte[] arg1)
PeerService.invokeAction(byte[]) request.
void invokeRequest(ClientObject caller,
byte[] arg1,
InvocationService.ResultListener arg2)
throws InvocationException
PeerService.invokeRequest(byte[], com.threerings.presents.client.InvocationService.ResultListener) request.
InvocationException
void ratifyLockAction(ClientObject caller,
NodeObject.Lock arg1,
boolean arg2)
PeerService.ratifyLockAction(com.threerings.presents.peer.data.NodeObject.Lock, boolean) request.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||