org.apache.activemq.apollo.dto
Class ConnectorDTO

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.ConnectorDTO

public class ConnectorDTO
extends ServiceDTO

Author:
Hiram Chirino

Field Summary
 ConnectorAclDTO acl
           
 java.lang.String bind
          The transport uri which it will accept connections on.
 java.lang.Integer connection_limit
           
 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.ServiceDTO
enabled
 
Fields inherited from class org.apache.activemq.apollo.dto.StringIdDTO
id
 
Constructor Summary
ConnectorDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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.


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
Constructor Detail

ConnectorDTO

public ConnectorDTO()


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.