|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.apollo.dto.StringIdDTO
org.apache.activemq.apollo.dto.ServiceDTO
org.apache.activemq.apollo.dto.VirtualHostDTO
public class VirtualHostDTO
Field Summary | |
---|---|
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. |
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 | |
---|---|
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.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
Constructor Detail |
---|
public VirtualHostDTO()
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class ServiceDTO
public int hashCode()
hashCode
in class ServiceDTO
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |