org.objectweb.jass.as.jboss
Interface JBOSSActivityIdGeneratorServiceMBean

All Known Implementing Classes:
JBOSSActivityIdGeneratorService

public interface JBOSSActivityIdGeneratorServiceMBean

Defines the service methods for the JBOSS-JMX configuration.

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

Method Summary
 java.lang.String getLastGeneratedId()
           
 java.lang.String newActivityId()
          Generates a new activity id.
 

Method Detail

newActivityId

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

Returns:
the last activity id created.

getLastGeneratedId

public java.lang.String getLastGeneratedId()