| org.objectweb.jonas.management.ReconfigDispatcher org.objectweb.jonas.service.AbsServiceImpl
All known Subclasses: org.objectweb.jonas.web.AbsJWebContainerServiceImpl, org.objectweb.jonas.db.AbsDBServiceImpl, org.objectweb.jonas.security.JonasSecurityServiceImpl, org.objectweb.jonas.mail.MailServiceImpl, org.objectweb.jonas.container.EJBServiceImpl, org.objectweb.jonas.ws.AbsWebServicesServiceImpl, org.objectweb.jonas.ear.EarServiceImpl, org.objectweb.jonas.ha.HaServiceImpl, org.objectweb.jonas.registry.RegistryServiceImpl, org.objectweb.jonas.jtm.TransactionServiceImpl, org.objectweb.jonas.resource.ResourceServiceImpl, org.objectweb.jonas.dbm.DataBaseServiceImpl, org.objectweb.jonas.discovery.DiscoveryServiceImpl, org.objectweb.jonas.jms.JmsServiceImpl, org.objectweb.jonas.jaxr.JAXRServiceImpl, org.objectweb.jonas.service.AbsDynamicServiceImpl, org.objectweb.jonas.jmx.AbsJmxServiceImpl,
doInit | abstract protected void doInit(Context ctx) throws ServiceException(Code) | | Abstract initialization method to be implemented by sub-classes
Parameters: ctx - configuration of the service throws: ServiceException - service initialization failed |
getDomainName | public String getDomainName()(Code) | | Return the domain's name of this service.
the domain name |
getJonasServerName | public String getJonasServerName()(Code) | | Return the JOnAS server's name of this service.
the server name |
getName | public String getName()(Code) | | Returns the service's name
the service name |
isStarted | public boolean isStarted()(Code) | | Returns true if the service is started, false otherwise
true if the service is started |
setName | public void setName(String name)(Code) | | Set the service's name
Parameters: name - the name to set |
|
|