|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.String |
getName()
Returns the service's name |
void |
init(javax.naming.Context ctx)
Initialize the service |
boolean |
isStarted()
Returns true if the service is started, false otherwise |
void |
setName(java.lang.String name)
Set the service's name |
void |
start()
Start the service |
void |
stop()
Stop the service |
Method Detail |
public void init(javax.naming.Context ctx) throws ServiceException
ctx
- configuration of the servicepublic void start() throws ServiceException
public void stop() throws ServiceException
public boolean isStarted()
public void setName(java.lang.String name)
public java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |