|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.activemq.management.ActiveMQTransportConnector
@GBean(name="ActiveMQ Transport Connector") public class ActiveMQTransportConnector
| Field Summary |
|---|
| Fields inherited from interface org.apache.geronimo.activemq.ActiveMQConnector |
|---|
CONNECTOR_J2EE_TYPE |
| Constructor Summary | |
|---|---|
ActiveMQTransportConnector(org.apache.activemq.broker.TransportConnector transportConnector)
|
|
| Method Summary | |
|---|---|
String |
getHost()
Gets the hostname/IP that this connector listens on. |
InetSocketAddress |
getListenAddress()
Every connector must specify a property of type InetSocketAddress because we use that to identify the network services to print a list during startup. |
String |
getPath()
|
int |
getPort()
Gets the network port that this connector listens on. |
String |
getProtocol()
Gets the network protocol that this connector handles. |
String |
getQuery()
|
void |
setHost(String host)
Sets the hostname/IP that this connector listens on. |
void |
setPath(String path)
|
void |
setPort(int port)
Sets the network port that this connector listens on. |
void |
setQuery(String query)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActiveMQTransportConnector(@ParamAttribute(manageable=false,name="transportConnector")
org.apache.activemq.broker.TransportConnector transportConnector)
| Method Detail |
|---|
public String getPath()
getPath in interface ActiveMQConnectorpublic void setPath(String path)
setPath in interface ActiveMQConnectorpublic String getQuery()
getQuery in interface ActiveMQConnectorpublic void setQuery(String query)
setQuery in interface ActiveMQConnectorpublic String getProtocol()
getProtocol in interface NetworkConnectorpublic int getPort()
getPort in interface NetworkConnectorpublic void setPort(int port)
setPort in interface NetworkConnectorpublic String getHost()
getHost in interface NetworkConnector
public void setHost(String host)
throws UnknownHostException
setHost in interface NetworkConnectorUnknownHostExceptionpublic InetSocketAddress getListenAddress()
getListenAddress in interface NetworkConnector
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||