org.apache.geronimo.activemq
Interface ActiveMQConnector

All Superinterfaces:
JMSConnector, NetworkConnector
All Known Implementing Classes:
TransportConnectorGBeanImpl

public interface ActiveMQConnector
extends JMSConnector

The GBean interface for the ActiveMQ network connector GBean


Field Summary
static String CONNECTOR_J2EE_TYPE
           
 
Method Summary
 String getPath()
           
 String getQuery()
           
 void setPath(String path)
           
 void setQuery(String query)
           
 
Methods inherited from interface org.apache.geronimo.management.geronimo.NetworkConnector
getHost, getListenAddress, getPort, getProtocol, setHost, setPort
 

Field Detail

CONNECTOR_J2EE_TYPE

static final String CONNECTOR_J2EE_TYPE
See Also:
Constant Field Values
Method Detail

getPath

String getPath()

setPath

void setPath(String path)

getQuery

String getQuery()

setQuery

void setQuery(String query)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.