|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.boris.winrun4j.AbstractService
Field Summary | |
protected boolean |
shutdown
|
Constructor Summary | |
AbstractService()
|
Method Summary | |
boolean |
isShutdown()
|
int |
serviceRequest(int control)
Perform a service request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.boris.winrun4j.Service |
serviceMain |
Field Detail |
protected volatile boolean shutdown
Constructor Detail |
public AbstractService()
Method Detail |
public int serviceRequest(int control) throws ServiceException
Service
serviceRequest
in interface Service
ServiceException
- If an error occurs.public boolean isShutdown()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |