@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from PeerService.java.")
public interface PeerProvider
extends InvocationProvider
PeerService.| Modifier and Type | Method and Description |
|---|---|
void |
generateReport(ClientObject caller,
String arg1,
InvocationService.ResultListener arg2)
|
void |
invokeAction(ClientObject caller,
byte[] arg1)
Handles a
PeerService.invokeAction(byte[]) request. |
void |
invokeRequest(ClientObject caller,
byte[] arg1,
InvocationService.ResultListener arg2)
|
void |
ratifyLockAction(ClientObject caller,
NodeObject.Lock arg1,
boolean arg2)
|
void generateReport(ClientObject caller, String arg1, InvocationService.ResultListener arg2) throws InvocationException
PeerService.generateReport(java.lang.String, com.threerings.presents.client.InvocationService.ResultListener) request.InvocationExceptionvoid 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.InvocationExceptionvoid ratifyLockAction(ClientObject caller, NodeObject.Lock arg1, boolean arg2)
Copyright © 2015. All rights reserved.