public class VirtualHostDTO extends ServiceDTO
Modifier and Type | Field and Description |
---|---|
java.util.List<AccessRuleDTO> |
access_rules |
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.lang.String |
heap_bypass
If set the the broker will avoid allocating messages larger than the configured
setting on the JVM heap.
|
java.util.ArrayList<java.lang.String> |
host_names |
LogCategoryDTO |
log_category |
java.util.List<java.lang.Object> |
other
To hold any other non-matching XML elements
|
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?
|
StoreDTO |
store |
java.util.ArrayList<TopicDTO> |
topics
Holds the configuration for the destinations.
|
enabled
id
Constructor and Description |
---|
VirtualHostDTO() |
public java.util.ArrayList<java.lang.String> host_names
public StoreDTO store
public java.lang.Boolean auto_create_destinations
public java.lang.Boolean purge_on_startup
public java.util.List<AccessRuleDTO> access_rules
public java.util.ArrayList<TopicDTO> topics
public java.util.ArrayList<QueueDTO> queues
public java.util.ArrayList<DurableSubscriptionDTO> dsubs
public java.lang.Boolean regroup_connections
public AuthenticationDTO authentication
public LogCategoryDTO log_category
public java.lang.String heap_bypass
public java.util.List<java.lang.Object> other
public boolean equals(java.lang.Object o)
equals
in class ServiceDTO
public int hashCode()
hashCode
in class ServiceDTO
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.