com.caucho.quercus.lib.bam
Class BamPhpRootService
java.lang.Object
com.caucho.bam.stream.AbstractMessageStream
com.caucho.bam.actor.SimpleActor
com.caucho.quercus.lib.bam.BamPhpRootService
- All Implemented Interfaces:
- Actor, ActorHolder, ManagedActor, MessageStream
public class BamPhpRootService
- extends SimpleActor
BAM actor spawns a new BamPhpActor when requested.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BamPhpRootService
public BamPhpRootService()
getScript
public Path getScript()
setScript
public void setScript(Path script)
getEncoding
public java.lang.String getEncoding()
setEncoding
public void setEncoding(java.lang.String encoding)
init
@PostConstruct
public void init()
throws ConfigException
- Throws:
ConfigException
toString
public java.lang.String toString()
- Overrides:
toString
in class AbstractMessageStream