|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.apollo.dto.BrokerDTO
public class BrokerDTO
This is the root container for a broker's configuration.
Field Summary | |
---|---|
BrokerAclDTO |
acl
|
AuthenticationDTO |
authentication
|
java.lang.String |
client_address
The clients should use to connect to this broker. |
java.util.List<ConnectorDTO> |
connectors
A broker accepts connections via it's configured connectors. |
KeyStorageDTO |
key_storage
The base data directory of the broker. |
LogCategoryDTO |
log_category
|
java.lang.String |
notes
Used to store any configuration notes. |
java.lang.Boolean |
sticky_dispatching
|
java.util.List<VirtualHostDTO> |
virtual_hosts
A broker can service many virtual hosts. |
WebAdminDTO |
web_admin
|
Constructor Summary | |
---|---|
BrokerDTO()
|
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 notes
public java.util.List<VirtualHostDTO> virtual_hosts
public java.util.List<ConnectorDTO> connectors
public java.lang.String client_address
public KeyStorageDTO key_storage
public BrokerAclDTO acl
public WebAdminDTO web_admin
public AuthenticationDTO authentication
public LogCategoryDTO log_category
public java.lang.Boolean sticky_dispatching
Constructor Detail |
---|
public BrokerDTO()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |