org.apache.activemq.apollo.dto
Class VirtualHostDTO

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

public class VirtualHostDTO
extends ServiceDTO

Author:
Hiram Chirino

Field Summary
 VirtualHostAclDTO acl
           
 AuthenticationDTO authentication
           
 java.lang.Boolean auto_create_destinations
          Should destinations be auto created when they are first accessed by clients?
 java.util.ArrayList<DurableSubscriptionDTO> dsubs
          Holds the configuration for the queues.
 java.util.ArrayList<java.lang.String> host_names
           
 LogCategoryDTO log_category
           
 java.lang.Boolean purge_on_startup
          Should queues be purged on startup?
 java.util.ArrayList<QueueDTO> queues
          Holds the configuration for the queues.
 java.lang.Boolean regroup_connections
          Should connections get regroups so they get serviced by the same thread?
 RouterDTO router
           
 StoreDTO store
           
 java.util.ArrayList<TopicDTO> topics
          Holds the configuration for the destinations.
 
Fields inherited from class org.apache.activemq.apollo.dto.ServiceDTO
enabled
 
Fields inherited from class org.apache.activemq.apollo.dto.StringIdDTO
id
 
Constructor Summary
VirtualHostDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host_names

public java.util.ArrayList<java.lang.String> host_names

store

public StoreDTO store

auto_create_destinations

public java.lang.Boolean auto_create_destinations
Should destinations be auto created when they are first accessed by clients?


purge_on_startup

public java.lang.Boolean purge_on_startup
Should queues be purged on startup?


topics

public java.util.ArrayList<TopicDTO> topics
Holds the configuration for the destinations.


queues

public java.util.ArrayList<QueueDTO> queues
Holds the configuration for the queues.


dsubs

public java.util.ArrayList<DurableSubscriptionDTO> dsubs
Holds the configuration for the queues.


regroup_connections

public java.lang.Boolean regroup_connections
Should connections get regroups so they get serviced by the same thread?


acl

public VirtualHostAclDTO acl

authentication

public AuthenticationDTO authentication

router

public RouterDTO router

log_category

public LogCategoryDTO log_category
Constructor Detail

VirtualHostDTO

public VirtualHostDTO()


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