org.fusesource.fabric.activemq.facade
Interface NetworkConnectorViewFacade

All Superinterfaces:
org.apache.activemq.broker.jmx.NetworkConnectorViewMBean, org.apache.activemq.Service

public interface NetworkConnectorViewFacade
extends org.apache.activemq.broker.jmx.NetworkConnectorViewMBean

Author:
Hiram Chirino

Method Summary
 java.lang.String getId()
           
 
Methods inherited from interface org.apache.activemq.broker.jmx.NetworkConnectorViewMBean
getName, getNetworkTTL, getPassword, getPrefetchSize, getUserName, isBridgeTempDestinations, isConduitSubscriptions, isDecreaseNetworkConsumerPriority, isDispatchAsync, isDuplex, isDynamicOnly, isSuppressDuplicateQueueSubscriptions, isSuppressDuplicateTopicSubscriptions, setBridgeTempDestinations, setConduitSubscriptions, setDecreaseNetworkConsumerPriority, setDispatchAsync, setDynamicOnly, setNetworkTTL, setPassword, setPrefetchSize, setSuppressDuplicateQueueSubscriptions, setSuppressDuplicateTopicSubscriptions, setUserName
 
Methods inherited from interface org.apache.activemq.Service
start, stop
 

Method Detail

getId

java.lang.String getId()
                       throws java.lang.Exception
Returns:
a unique id for this resource, typically a JMX ObjectName
Throws:
java.lang.Exception


Copyright © 2013 Red Hat. All Rights Reserved.