org.objectweb.jass.as.jboss
Interface ActivityIdServiceMBean

All Superinterfaces:
org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
ActivityIdService

public interface ActivityIdServiceMBean
extends org.jboss.system.ServiceMBean

Defines the service methods for the JBOSS-JMX configuration.

Author:
fran Date: Feb 12, 2004 org.objectweb.jass.as.jbossActivityIdServiceMBean.java

Field Summary
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, STARTED, STARTING, states, STOPPED, STOPPING
 
Method Summary
 java.lang.String newActivityId()
          Generates a new activity id.
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

newActivityId

public java.lang.String newActivityId()
Generates a new activity id.

Returns:
the last activity id created.