Package co.paralleluniverse.actors
Class ActorRefDelegate<Message>
- java.lang.Object
-
- co.paralleluniverse.actors.ActorRef<Message>
-
- co.paralleluniverse.actors.ActorRefDelegate<Message>
-
- All Implemented Interfaces:
Port<Message>
,PortAutoCloseable
,SendPort<Message>
,java.io.Serializable
,java.lang.AutoCloseable
- Direct Known Subclasses:
Behavior
public class ActorRefDelegate<Message> extends ActorRef<Message>
AnActorRef
which delegates all operations to anotherActorRef
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActorRefDelegate(ActorRef<Message> ref)
Constructs anActorRefDelegate
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ActorImpl<Message>
getImpl()
protected boolean
isInActor()
-
Methods inherited from class co.paralleluniverse.actors.ActorRef
close, close, equals, getName, hashCode, interrupt, send, send, send, sendSync, toString, trySend
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface co.paralleluniverse.strands.channels.PortAutoCloseable
isClosed
-
-