|
||||||||||
| 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 ActorHolderpublic java.lang.String getAddress()
getAddress in interface ActorHolderpublic void setAddress(java.lang.String address)
setAddress in interface ActorHolderpublic Broker getBroker()
getBroker in interface ActorHolderpublic void setBroker(Broker broker)
setBroker in interface ActorHolderpublic Mailbox getMailbox()
getMailbox in interface ActorHolderpublic void setMailbox(Mailbox mailbox)
setMailbox in interface ActorHolderpublic 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 | |||||||||