org.apache.activemq.apollo.dto
Class AcceptingConnectorDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.StringIdDTO
      extended by org.apache.activemq.apollo.dto.ServiceDTO
          extended by org.apache.activemq.apollo.dto.ConnectorTypeDTO
              extended by 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.ConnectorTypeDTO
connection_limit, other
 
Fields inherited from class org.apache.activemq.apollo.dto.ServiceDTO
enabled
 
Fields inherited from class org.apache.activemq.apollo.dto.StringIdDTO
id
 
Constructor Summary
AcceptingConnectorDTO()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

AcceptingConnectorDTO

public AcceptingConnectorDTO()
Method Detail

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.