@POPClass(classId=0, className="paroc_service_base", deconstructor=true) public class POPServiceBase extends POPObject
definedMethodId, generateClassId, od, refCount| Constructor and Description |
|---|
POPServiceBase()
Default constructor of POPCodeManager.
|
POPServiceBase(java.lang.String challenge)
Constructor of POPServiceBase with parameters
|
| Modifier and Type | Method and Description |
|---|---|
void |
start()
Start the service
|
void |
start(java.lang.String challenge)
Start the service with a challenge string for the stop
|
void |
stop(java.lang.String challenge)
Stop the service by giving a challenge string
|
addSemantic, addSemantic, canKill, defineConstructor, defineMethod, deserialize, deserialize, exit, finalize, getAccessPoint, getBroker, getClassId, getClassName, getConstructorByInfo, getMethodByInfo, getMethodInfo, getMethodInfo, getOd, getPOPCReference, getSemantic, getSemantic, getThis, getThis, getTracked, getTracked, getTrackedUsers, hasDestructor, hasDestructor, initializeConstructorInfo, initializeMethodInfo, initializePOPObject, isDaemon, isTemporary, isTracking, loadPOPAnnotations, makePermanent, makeTemporary, PopRegisterFutureConnectorCertificate, printMethodInfo, serialize, setBroker, setClassId, setClassName, setOdpublic POPServiceBase()
public POPServiceBase(java.lang.String challenge)
challenge - challenge string to stop the parallel objectpublic void start()
public void start(java.lang.String challenge)
challenge - Challenge string needed for the service stoppublic void stop(java.lang.String challenge)
challenge - Challenge string needed for the service stop