|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.util.JBossNotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.jboss.portal.jems.as.system.AbstractJBossService
public class AbstractJBossService
JBoss service integration helper.
Field Summary |
---|
Fields inherited from class org.jboss.system.ServiceMBeanSupport |
---|
log, server, SERVICE_CONTROLLER_SIG, serviceName |
Fields inherited from interface org.jboss.system.ServiceMBean |
---|
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Constructor Summary | |
---|---|
AbstractJBossService()
|
|
AbstractJBossService(java.lang.Class type)
|
|
AbstractJBossService(org.jboss.logging.Logger log)
|
|
AbstractJBossService(java.lang.String category)
|
Method Summary | |
---|---|
void |
create()
|
void |
destroy()
|
int |
getState()
|
java.lang.String |
getStateString()
|
void |
start()
|
void |
stop()
|
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
---|
createService, destroyService, getDeploymentInfo, getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, postDeregister, postRegister, preDeregister, preRegister, startService, stopService |
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport |
---|
addNotificationListener, getNotificationInfo, handleNotification, nextNotificationSequenceNumber, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractJBossService()
public AbstractJBossService(java.lang.Class type)
public AbstractJBossService(java.lang.String category)
public AbstractJBossService(org.jboss.logging.Logger log)
Method Detail |
---|
public final int getState()
getState
in interface org.jboss.system.ServiceMBean
getState
in class org.jboss.system.ServiceMBeanSupport
public final java.lang.String getStateString()
getStateString
in interface org.jboss.system.ServiceMBean
getStateString
in class org.jboss.system.ServiceMBeanSupport
public final void create() throws java.lang.Exception
create
in interface org.jboss.system.Service
create
in class org.jboss.system.ServiceMBeanSupport
java.lang.Exception
public final void start() throws java.lang.Exception
start
in interface org.jboss.system.Service
start
in class org.jboss.system.ServiceMBeanSupport
java.lang.Exception
public final void stop()
stop
in interface org.jboss.system.Service
stop
in class org.jboss.system.ServiceMBeanSupport
public final void destroy()
destroy
in interface org.jboss.system.Service
destroy
in class org.jboss.system.ServiceMBeanSupport
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |