org.apache.activemq.apollo.dto
Class BrokerDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.BrokerDTO

public class BrokerDTO
extends java.lang.Object

This is the root container for a broker's configuration.

Author:
Hiram Chirino

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.util.List<java.lang.String> services
          Opaque service class names which gets started/stopped when the broker starts/stops.
 java.lang.Boolean sticky_dispatching
           
 java.util.List<VirtualHostDTO> virtual_hosts
          A broker can service many virtual hosts.
 java.util.List<WebAdminDTO> web_admins
           
 
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

notes

public java.lang.String notes
Used to store any configuration notes.


virtual_hosts

public java.util.List<VirtualHostDTO> virtual_hosts
A broker can service many virtual hosts.


connectors

public java.util.List<ConnectorDTO> connectors
A broker accepts connections via it's configured connectors.


client_address

public java.lang.String client_address
The clients should use to connect to this broker.


key_storage

public KeyStorageDTO key_storage
The base data directory of the broker. It will store persistent data under it.


acl

public BrokerAclDTO acl

web_admins

public java.util.List<WebAdminDTO> web_admins

authentication

public AuthenticationDTO authentication

log_category

public LogCategoryDTO log_category

services

public java.util.List<java.lang.String> services
Opaque service class names which gets started/stopped when the broker starts/stops.


sticky_dispatching

public java.lang.Boolean sticky_dispatching
Constructor Detail

BrokerDTO

public BrokerDTO()


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