|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--osl.manager.ActorContext
This class defines the context, or surroundings, of an actor implementation (i.e. an instance of ActorImpl). An instance of this class is passed within an ActorCreateRequest. Currently, a context contaings the following information:
Actor implementations utilize this information in an implementation-dependent fashion.
ActorImpl,
Actor, Serialized Form| Field Summary | |
ActorName |
stderr
The name of the "stderr" output stream actor for the new implementation. |
ActorName |
stdin
The name of the "stdin" input stream actor for the new implementation. |
ActorName |
stdout
The name of the "stdout" output stream actor for the new implementation. |
| Constructor Summary | |
ActorContext()
|
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public ActorName stdout
StreamOutputActorpublic ActorName stdin
StreamInputActorpublic ActorName stderr
StreamOutputActor| Constructor Detail |
public ActorContext()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||