public class RemoteCallEntry extends Object implements Serializable
| Constructor and Description |
|---|
RemoteCallEntry(long futureKey,
long receiverKey,
String method,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArgs() |
long |
getFutureKey() |
String |
getMethod() |
int |
getQueue() |
long |
getReceiverKey() |
void |
setArgs(Object[] args) |
void |
setFutureKey(int futureKey) |
void |
setMethod(String method) |
void |
setQueue(int queue) |
void |
setReceiverKey(int receiverKey) |
String |
toString() |
public static final int MAILBOX
public static final int CBQ
public int getQueue()
public void setQueue(int queue)
public long getReceiverKey()
public void setReceiverKey(int receiverKey)
public long getFutureKey()
public void setFutureKey(int futureKey)
public String getMethod()
public void setMethod(String method)
public Object[] getArgs()
public void setArgs(Object[] args)
Copyright © 2016. All rights reserved.