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
- Author:
- Hiram Chirino
Field Summary |
java.lang.String |
bind
The transport uri which it will accept connections on. |
java.lang.String |
protocol
The protocol that the transport will use. |
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 uri which it will accept connections on.
protocol
public java.lang.String protocol
- The protocol that the transport will use.
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-2011 The Apache Software Foundation. All Rights Reserved.