Inheritance diagram for org.objectweb.jonas.service.Service:

Public Member Functions | |
| void | init (Context ctx) throws ServiceException |
Package Functions | |
| void | start () throws ServiceException |
| void | stop () throws ServiceException |
| boolean | isStarted () |
| void | setName (String name) |
| String | getName () |
Definition at line 41 of file Service.java.
|
|
Implemented in org.objectweb.jonas.service.AbsServiceImpl. Referenced by org.objectweb.jonas.ear.EarServiceImpl.deployEar(), org.objectweb.jonas.service.ServiceManager.startServices(), and org.objectweb.jonas.service.ServiceManager.stopServices(). |
|
|
Initialize the service
Implemented in org.objectweb.jonas.service.AbsServiceImpl. Referenced by org.objectweb.jonas.service.ServiceManager.startJmx(), org.objectweb.jonas.service.ServiceManager.startRegistry(), and org.objectweb.jonas.service.ServiceManager.startServices(). |
|
|
Implemented in org.objectweb.jonas.service.AbsServiceImpl. Referenced by org.objectweb.jonas.service.ServiceManager.stopServices(). |
|
|
Set the service's name
Implemented in org.objectweb.jonas.service.AbsServiceImpl. Referenced by org.objectweb.jonas.service.ServiceManager.createServiceFrom(). |
|
|
Start the service
Implemented in org.objectweb.jonas.service.AbsServiceImpl. Referenced by org.objectweb.jonas.service.ServiceManager.startJmx(), org.objectweb.jonas.service.ServiceManager.startRegistry(), and org.objectweb.jonas.service.ServiceManager.startServices(). |
|
|
Stop the service
Implemented in org.objectweb.jonas.service.AbsServiceImpl. Referenced by org.objectweb.jonas.service.ServiceManager.stopServices(). |
1.3.9.1