org.jboss.remoting.detection
Interface Detector

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

public interface Detector
extends javax.management.MBeanRegistration

Detector

Version:
$Revision: 566 $
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

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

Throws:
java.lang.Exception

stop

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

Throws:
java.lang.Exception


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.