public class GlxRemoteActor<Message>
extends co.paralleluniverse.actors.RemoteActorRef<Message>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
co.paralleluniverse.actors.ActorRefImpl.ActorLifecycleListener |
| Modifier and Type | Field and Description |
|---|---|
protected co.paralleluniverse.common.monitoring.FlightRecorder |
flightRecorder |
| Constructor and Description |
|---|
GlxRemoteActor(co.paralleluniverse.actors.ActorRef<Message> actor,
Object globalId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
protected co.paralleluniverse.actors.LifecycleListener |
getLifecycleListener() |
int |
hashCode() |
protected void |
internalSend(Object message) |
protected void |
internalSendNonSuspendable(Object message) |
protected co.paralleluniverse.strands.channels.SendPort<Object> |
mailbox() |
protected void |
record(int arg0,
String arg1,
String arg2,
String arg3) |
protected void |
record(int arg0,
String arg1,
String arg2,
String arg3,
Object... arg4) |
protected void |
record(int arg0,
String arg1,
String arg2,
String arg3,
Object arg4) |
protected void |
record(int arg0,
String arg1,
String arg2,
String arg3,
Object arg4,
Object arg5) |
protected void |
record(int arg0,
String arg1,
String arg2,
String arg3,
Object arg4,
Object arg5,
Object arg6) |
protected void |
record(int arg0,
String arg1,
String arg2,
String arg3,
Object arg4,
Object arg5,
Object arg6,
Object arg7) |
protected void |
record(int arg0,
String arg1,
String arg2,
String arg3,
Object arg4,
Object arg5,
Object arg6,
Object arg7,
Object arg8) |
void |
send(Message arg0) |
void |
setName(String arg0) |
protected final transient co.paralleluniverse.common.monitoring.FlightRecorder flightRecorder
protected void internalSend(Object message) throws co.paralleluniverse.fibers.SuspendExecution
internalSend in class co.paralleluniverse.actors.RemoteActorRef<Message>co.paralleluniverse.fibers.SuspendExecutionprotected void internalSendNonSuspendable(Object message)
internalSendNonSuspendable in class co.paralleluniverse.actors.RemoteActorRef<Message>public boolean equals(Object obj)
equals in class co.paralleluniverse.actors.RemoteActorRef<Message>public final void setName(String arg0)
protected co.paralleluniverse.strands.channels.SendPort<Object> mailbox()
public final void send(Message arg0)
throws co.paralleluniverse.fibers.SuspendExecution
send in interface co.paralleluniverse.actors.ActorRef<Message>send in interface co.paralleluniverse.strands.channels.SendPort<Message>co.paralleluniverse.fibers.SuspendExecutionprotected co.paralleluniverse.actors.LifecycleListener getLifecycleListener()
protected final void record(int arg0,
String arg1,
String arg2,
String arg3,
Object arg4,
Object arg5)
protected final void record(int arg0,
String arg1,
String arg2,
String arg3,
Object arg4,
Object arg5,
Object arg6)
protected final void record(int arg0,
String arg1,
String arg2,
String arg3,
Object arg4,
Object arg5,
Object arg6,
Object arg7)
protected final void record(int arg0,
String arg1,
String arg2,
String arg3,
Object arg4,
Object arg5,
Object arg6,
Object arg7,
Object arg8)