public class RemoteCall extends Object implements IRemoteMessage
| Constructor and Description |
|---|
RemoteCall(RemoteInstance remoteInstance,
String methodId,
Object[] args,
Long callId) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArgs() |
Long |
getCallId() |
String |
getMethodId() |
RemoteInstance |
getRemoteInstance() |
public RemoteCall(RemoteInstance remoteInstance, String methodId, Object[] args, Long callId)
public Object[] getArgs()
public Long getCallId()
public RemoteInstance getRemoteInstance()
public String getMethodId()
Copyright © 2015. All rights reserved.