org.jboss.remoting.detection
Interface Detector

All Superinterfaces:
javax.management.MBeanRegistration
All Known Subinterfaces:
JNDIDetectorMBean, MulticastDetectorMBean
All Known Implementing Classes:
AbstractDetector, JNDIDetector, MulticastDetector

public interface Detector
extends javax.management.MBeanRegistration

Detector

Version:
$Revision: 1.1 $
Author:
Jeff Haynie

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
postDeregister, postRegister, preDeregister, preRegister
 

Method Detail

start

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

Throws:
Exception

stop

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

Throws:
Exception


Copyright © 2004 JBoss Inc. All Rights Reserved.