org.apache.activemq.apollo.dto
Class ConnectorDTO
java.lang.Object
org.apache.activemq.apollo.dto.StringIdDTO
org.apache.activemq.apollo.dto.ServiceDTO
org.apache.activemq.apollo.dto.ConnectorDTO
public class ConnectorDTO
- extends ServiceDTO
- Author:
- Hiram Chirino
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.
connection_limit
public java.lang.Integer connection_limit
protocols
public java.util.List<ProtocolDTO> protocols
- A broker accepts connections via it's configured connectors.
acl
public ConnectorAclDTO acl
ConnectorDTO
public ConnectorDTO()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.