|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.bam.actor.AbstractActorHolder
public abstract class AbstractActorHolder
Abstract implementation of a BAM actor.
Constructor Summary | |
---|---|
AbstractActorHolder()
|
Method Summary | |
---|---|
abstract Actor |
getActor()
Returns the stream to the Actor from the link so messages from other Actors can be delivered. |
java.lang.String |
getAddress()
|
Broker |
getBroker()
The stream to the link is used by the Actor to send messages to all other Actors in the system. |
Mailbox |
getMailbox()
The stream to the link is used by the Actor to send messages to all other Actors in the system. |
void |
setAddress(java.lang.String address)
|
void |
setBroker(Broker broker)
The stream to the link is used by the Actor to send messages to all other Actors in the system. |
void |
setMailbox(Mailbox mailbox)
The stream to the link is used by the Actor to send messages to all other Actors in the system. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractActorHolder()
Method Detail |
---|
public abstract Actor getActor()
getActor
in interface ActorHolder
public java.lang.String getAddress()
getAddress
in interface ActorHolder
public void setAddress(java.lang.String address)
setAddress
in interface ActorHolder
public Broker getBroker()
getBroker
in interface ActorHolder
public void setBroker(Broker broker)
setBroker
in interface ActorHolder
public Mailbox getMailbox()
getMailbox
in interface ActorHolder
public void setMailbox(Mailbox mailbox)
setMailbox
in interface ActorHolder
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |