Abstract parent helper class for Apama server processes.
|
__init__(self,
parent,
name,
port=None,
host=None)
Create an instance of the class. |
source code
|
|
|
|
|
manage(self,
arguments=[ ] ,
displayName=' manage ' ,
**xargs)
Execute component_management operations against the process. |
source code
|
|
|
running(self)
Returns True if this has a local process that is running, or False if
it has stopped, or was not started by this object. |
source code
|
|
|
shutdown(self,
message=' Shutdown requested by test ' ,
timeout=60,
**args)
Requests a clean shutdown of the component. |
source code
|
|
|
waitForComponentUp(self,
timeout=60,
**xargs)
Block until the the component declares itself to be ready for
processing. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|