org.jboss.remoting.detection
Interface Detector

All Superinterfaces:
MBeanRegistration (src)
All Known Subinterfaces:
JNDIDetectorMBean (src) , MulticastDetectorMBean (src)
All Known Implementing Classes:
AbstractDetector (src) , JNDIDetector (src) , MulticastDetector (src)

public interface Detector
extends MBeanRegistration (src)

Detector


Method Summary
 void start()
          called by MBeanServer to start the mbean lifecycle
 void stop()
          called by the MBeanServer to stop the mbean lifecycle
 
Methods inherited from interface javax.management.MBeanRegistration (src)
postDeregister, postRegister, preDeregister, preRegister
 

Method Detail

start

public void start()
           throws java.lang.Exception
called by MBeanServer to start the mbean lifecycle

Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
called by the MBeanServer to stop the mbean lifecycle

Throws:
java.lang.Exception