|
|||||||||
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 | |
---|---|
java.util.List<AccessRuleDTO> |
access_rules
List of AccessRulesDTO objects which contain information about user authorization to broker resources |
AuthenticationDTO |
authentication
List of AuthenticationDTO objects which contain JAAS authentication information |
java.lang.String |
client_address
The address clients should use to connect to this broker. |
java.util.List<ConnectorTypeDTO> |
connectors
A broker accepts connections via it's configured connectors. |
KeyStorageDTO |
key_storage
Specifies the key store data object |
LogCategoryDTO |
log_category
List of LogCategoryDTO objects which configure logging |
java.lang.String |
notes
Used to store any configuration notes. |
java.util.List<java.lang.Object> |
other
To hold any other non-matching XML elements |
java.util.List<CustomServiceDTO> |
services
Opaque service class names which gets started/stopped when the broker starts/stops. |
java.lang.String |
validation
When a broker is first started up, it will validate the configuration file against the the XSD Schema and report any errors/warnings it finds but it will continue to start the broker even it finds problems. |
java.util.List<VirtualHostDTO> |
virtual_hosts
A broker can service many virtual hosts. |
java.util.List<WebAdminDTO> |
web_admins
List of WebAdminDTO objects which contain address and port information to bind to the web interface |
Constructor Summary | |
---|---|
BrokerDTO()
|
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 |
---|
public java.lang.String notes
public java.util.List<VirtualHostDTO> virtual_hosts
public java.util.List<ConnectorTypeDTO> connectors
public java.lang.String client_address
public KeyStorageDTO key_storage
public java.util.List<AccessRuleDTO> access_rules
public java.util.List<WebAdminDTO> web_admins
public AuthenticationDTO authentication
public LogCategoryDTO log_category
public java.util.List<CustomServiceDTO> services
public java.lang.String validation
public java.util.List<java.lang.Object> other
Constructor Detail |
---|
public BrokerDTO()
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |