|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.NotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.objectweb.jass.as.jboss.ActivityIdService
MBean that creates and registers the Activity ID Generator service for the JBOSS application server.
Field Summary | |
static java.lang.String |
JNDI_NAME
|
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, STARTED, STARTING, states, STOPPED, STOPPING |
Constructor Summary | |
ActivityIdService()
|
Method Summary | |
java.lang.String |
newActivityId()
Generates a new activity id by invoking the activity identifier generator implementation ActivityIdGenerator . |
void |
startService()
Invoked when this JBOSS MBean is started. |
void |
stopService()
Invoked when this JBOSS MBean is stopped. |
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
create, destroy, getLog, getName, getServer, getServiceName, getState, getStateString, postDeregister, postRegister, preDeregister, preRegister, start, stop |
Methods inherited from class javax.management.NotificationBroadcasterSupport |
addNotificationListener, getNotificationInfo, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Field Detail |
public static java.lang.String JNDI_NAME
Constructor Detail |
public ActivityIdService()
Method Detail |
public void startService() throws java.lang.Exception
java.lang.Exception
public void stopService()
public java.lang.String newActivityId()
ActivityIdGenerator
.
newActivityId
in interface ActivityIdServiceMBean
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |