org.apache.activemq.broker.jmx
Class NetworkConnectorView

java.lang.Object
  extended by org.apache.activemq.broker.jmx.NetworkConnectorView
All Implemented Interfaces:
NetworkConnectorViewMBean, Service

public class NetworkConnectorView
extends java.lang.Object
implements NetworkConnectorViewMBean


Constructor Summary
NetworkConnectorView(NetworkConnector connector)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkConnectorView

public NetworkConnectorView(NetworkConnector connector)
Method Detail

start

public void start()
           throws java.lang.Exception
Specified by:
start in interface Service
Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
Specified by:
stop in interface Service
Throws:
java.lang.Exception


Copyright © 2011 Apache Software Foundation. All Rights Reserved.