当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
LifecycleInvoker - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.core.system
Class LifecycleInvoker
java.lang.Object
org.jboss.mx.util.JBossNotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.jboss.portal.common.system.AbstractJBossService
org.jboss.portal.core.system.LifecycleInvoker
- All Implemented Interfaces:
- javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, javax.management.NotificationEmitter, org.jboss.system.Service, org.jboss.system.ServiceMBean
- public class LifecycleInvoker
- extends AbstractJBossService
A jmx method invoker based on the lifecycle.
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 |
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
getDeploymentInfo, getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, postDeregister, postRegister, preDeregister, preRegister |
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 |
LifecycleInvoker
public LifecycleInvoker()
getTarget
public javax.management.ObjectName getTarget()
setTarget
public void setTarget(javax.management.ObjectName target)
getOnCreate
public java.lang.String getOnCreate()
setOnCreate
public void setOnCreate(java.lang.String onCreate)
getOnStart
public java.lang.String getOnStart()
setOnStart
public void setOnStart(java.lang.String onStart)
getOnStop
public java.lang.String getOnStop()
setOnStop
public void setOnStop(java.lang.String onStop)
getOnDestroy
public java.lang.String getOnDestroy()
setOnDestroy
public void setOnDestroy(java.lang.String onDestroy)
createService
protected void createService()
throws java.lang.Exception
- Throws:
java.lang.Exception
startService
protected void startService()
throws java.lang.Exception
- Throws:
java.lang.Exception
stopService
protected void stopService()
throws java.lang.Exception
- Throws:
java.lang.Exception
destroyService
protected void destroyService()
throws java.lang.Exception
- Throws:
java.lang.Exception