org.apache.activemq.broker
Interface Connector

All Superinterfaces:
Service
All Known Implementing Classes:
ManagedTransportConnector, TransportConnector

public interface Connector
extends Service

A connector creates and manages client connections that talk to the Broker.

Version:
$Revision: 1.3 $

Method Summary
 BrokerInfo getBrokerInfo()
           
 ConnectorStatistics getStatistics()
           
 
Methods inherited from interface org.apache.activemq.Service
start, stop
 

Method Detail

getBrokerInfo

BrokerInfo getBrokerInfo()
Returns:

getStatistics

ConnectorStatistics getStatistics()
Returns:
the statistics for this connector


Copyright © 2011 Apache Software Foundation. All Rights Reserved.