org.objectweb.jass.hls.ont.jboss
Interface ONTServiceMBean

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

public interface ONTServiceMBean
extends org.jboss.system.ServiceMBean

Defines the service methods for the JBOSS-JMX configuration.

Author:
fran Date: Feb 11, 2004 org.objectweb.jass.hls.ont.jbossONTServiceMBean.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
 ONT getONT()
          It returns the unique ONT service instance.
 
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

getONT

public ONT getONT()
It returns the unique ONT service instance.

Returns:
the ONT singleton.