org.apache.activemq.apollo.dto
Class AcceptingConnectorDTO
java.lang.Object
org.apache.activemq.apollo.dto.StringIdDTO
org.apache.activemq.apollo.dto.ServiceDTO
org.apache.activemq.apollo.dto.ConnectorTypeDTO
org.apache.activemq.apollo.dto.AcceptingConnectorDTO
public class AcceptingConnectorDTO
- extends ConnectorTypeDTO
A broker connector is used to accept new connections to the broker.
- Author:
- Hiram Chirino
Field Summary |
java.lang.String |
bind
The transport that the connector will listen on, it includes the ip address and port that it will bind to. |
java.lang.String |
protocol
Defaults to 'any' which means that any of the broker's supported protocols can connect via this transport. |
java.util.List<ProtocolDTO> |
protocols
A broker accepts connections via it's configured connectors. |
Fields inherited from class org.apache.activemq.apollo.dto.StringIdDTO |
id |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
bind
public java.lang.String bind
- The transport that the connector will listen on, it includes the ip address and port that it will bind to.
Transports are specified using a URI syntax.
protocol
public java.lang.String protocol
- Defaults to 'any' which means that any of the broker's supported protocols can connect via this transport.
protocols
public java.util.List<ProtocolDTO> protocols
- A broker accepts connections via it's configured connectors.
AcceptingConnectorDTO
public AcceptingConnectorDTO()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class ConnectorTypeDTO
hashCode
public int hashCode()
- Overrides:
hashCode
in class ConnectorTypeDTO
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.