summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src/main/java/org/apache/qpid/server/virtualhostnode/AbstractVirtualHostNode.java
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkKeith Wall2015-03-121-39/+0
* Add sync/async varients to most ACO methodsKeith Wall2015-03-091-20/+88
* rewrite closeRobert Godfrey2015-03-051-1/+3
* QPID-6289: [Java Broker] Extend Java Broker model to encapsulate permitted ch...Keith Wall2014-12-271-0/+37
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-171-0/+5
* QPID-6126: Add checks to allow operations with configured objects in ERRORED ...Alex Rudyy2014-10-021-1/+6
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-011-9/+31
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-241-11/+4
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-151-1/+1
* QPID-6036 : [Java Broker] Allow complete virtual host initial configuration t...Robert Godfrey2014-08-221-9/+181
* QPID-5998: Fix HA operational loggingAlex Rudyy2014-08-151-7/+0
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-261-3/+3
* QPID-5867: [Java Broker] Allow the virtualhost's permitted node list to passe...Keith Wall2014-07-201-0/+2
* QPID-5891: [Java Broker] Add BDB HA operational logging functionalityAndrew MacBean2014-07-141-1/+8
* QPID-5873: [Java Broker] Allow ACL rules to be applied to VirtualHostNode obj...Keith Wall2014-07-041-7/+23
* QPID-5867: Add intruder protection functionality for a cluster of BDB HA virt...Alex Rudyy2014-07-041-2/+7
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-261-36/+7
* QPID-5715: Unregister children MBeans on Virtual Host Node stopAlex Rudyy2014-06-091-1/+1
* QPID-5802: [Java Broker] Introduce separate VirtualHost typesKeith Wall2014-06-061-9/+0
* QPID-5800: [Java Broker] Add DurableConfigurationStore#onDelete method to all...Keith Wall2014-06-061-4/+1
* QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...Keith Wall2014-06-061-2/+3
* QPID-5715: On virtual host node deletion delete virtual host first, in order ...Alex Rudyy2014-05-241-9/+11
* QPID-5715: [Java Broker] Make virtualhostnode respect states ACTIVE and STOPPEDKeith Wall2014-05-151-7/+13
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-081-63/+28
* QPID-5413: Add virtual host node UI to view the details about existing virtua...Alex Rudyy2014-05-071-3/+6
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-021-5/+5
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-281-4/+4
* QPID-5715: [Java Broker]: Refactor VHN implementations to avoid duplicated codeKeith Wall2014-04-261-0/+289