org.objectweb.jass.as.jboss
Interface ActivityServiceMBean

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

public interface ActivityServiceMBean
extends org.jboss.system.ServiceMBean

Defines the service methods for the JBOSS-JMX configuration.

Author:
fran Date: Feb 11, 2004 org.objectweb.jass.as.ActivityServiceMBean.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
 int getInstances()
          It returns the number of AS instances.
 int numberOfActivities()
          TODO Not yet implemented.
 
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

getInstances

public int getInstances()
It returns the number of AS instances.

Returns:
the number of AS instances.

numberOfActivities

public int numberOfActivities()
TODO Not yet implemented.

Returns: