|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.apollo.dto.StringIdDTO
org.apache.activemq.apollo.dto.ServiceDTO
org.apache.activemq.apollo.dto.ConnectorDTO
public class ConnectorDTO
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 |
---|
public java.lang.String bind
public java.lang.String protocol
public java.lang.Integer connection_limit
public java.util.List<ProtocolDTO> protocols
public ConnectorAclDTO acl
Constructor Detail |
---|
public ConnectorDTO()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |