summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src/main/java/org/apache/qpid/server/virtualhost/AbstractVirtualHost.java
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkKeith Wall2015-03-121-32/+4
* Add sync/async varients to most ACO methodsKeith Wall2015-03-091-37/+200
* rewrite closeRobert Godfrey2015-03-051-2/+9
* merge from trunkKeith Wall2015-03-031-59/+147
* Connection close is now performed by i/o threadKeith Wall2015-02-191-1/+2
* QPID-6291: [Java Broker] Remove the now defunct supported attributes: VH#supp...Keith Wall2014-12-291-12/+0
* QPID-6221 : [Java Broker] Detect low disk space conditions and enforce flow c...Robert Godfrey2014-11-081-10/+80
* QPID-6214: [Java Broker] Change asynch recoverer to allow for task cancellationKeith Wall2014-11-051-5/+9
* QPID-6192: [Java Broker] On close, close the connections before exchanges/queuesKeith Wall2014-10-281-1/+7
* QPID-6184: Add special thread factory to use with Executors which creates Thr...Alex Rudyy2014-10-231-1/+2
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-171-13/+0
* QPID-6131: [Java Broker] Mark virtualhosts that are being closed as UNAVAILAB...Keith Wall2014-10-031-0/+1
* QPID-6126: Add checks to allow operations with configured objects in ERRORED ...Alex Rudyy2014-10-021-4/+4
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-011-2/+42
* QPID-6114: Remove redundant overridden getAttribute(String) method from CO an...Alex Rudyy2014-09-251-11/+0
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-241-18/+6
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-151-1/+1
* QPID-6010 : [Java Broker] Remove unnecessary system properties for controllin...Robert Godfrey2014-08-191-1/+1
* QPID-6011 : [Java Broker] provide a mechanism for disabling plugins and imple...Robert Godfrey2014-08-181-1/+1
* QPID-3978 : [Java Broker] Allow for acquired messages to be removed from a qu...Robert Godfrey2014-08-081-4/+17
* QPID-5965 : [Java Broker] flow transient messages to disk in low memory situa...Robert Godfrey2014-08-061-0/+47
* QPID-5926: [Java Broker] When transitioning from STOPPED to ACTIVE the virtua...Keith Wall2014-07-311-5/+54
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-261-1/+1
* QPID-5907 : [Java Broker] Add ability for broker to startup while persistent ...Robert Godfrey2014-07-201-1/+20
* QPID-5787 : [Java Broker] Management can observe a child object before its co...Robert Godfrey2014-07-161-1/+2
* QPID-5873: [Java Broker] Allow ACL rules to be applied to VirtualHostNode obj...Keith Wall2014-07-041-8/+6
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-261-17/+2
* QPID-5834: [Java Broker] Move validation that prevents to deletion of default...Keith Wall2014-06-241-4/+8
* QPID-5802: [Java Broker] Refactor VH implementations to avoid duplicated mess...Keith Wall2014-06-131-13/+20
* QPID-5802: [Java Broker] Introduce separate VirtualHost typesKeith Wall2014-06-061-41/+3
* QPID-5801: [Java Broker] Elimination of the BDB facade's initialisation tasksKeith Wall2014-06-061-0/+2
* QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...Keith Wall2014-06-061-3/+5
* QPID-5795: [Java Broker] Prevent ConnectionAdapter leak when closing a messag...Keith Wall2014-05-301-54/+5
* QPID-5782: [Java Broker] Prevent VH housekeeper trying to check the state of ...Keith Wall2014-05-291-12/+16
* QPID-5715: On virtual host node deletion delete virtual host first, in order ...Alex Rudyy2014-05-241-12/+6
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-211-3/+3
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-201-54/+64
* QPID-5766: Intitialisation of StatisticsCounter objects can lead to NPE.Keith Wall2014-05-161-11/+5
* QPID-5574 : [Java Broker] remove redundant state transitionsRobert Godfrey2014-05-091-9/+2
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-081-55/+44
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-021-6/+7
* QPID-5578 : Address Review comment from Keith Wall re: r1589912Robert Godfrey2014-04-281-4/+4
* QPID-5665 : Address review comments from Alex RudyyRobert Godfrey2014-04-281-118/+1
* QPID-5715: [Java Broker]: Refactor VHN implementations to avoid duplicated codeKeith Wall2014-04-261-2/+5
* QPID-5615 : Address review comments from Alex RudyyRobert Godfrey2014-04-251-13/+2
* QPID-5634: Remove virtualhost level attribute, securityAcl, which was made ob...Keith Wall2014-04-251-8/+0
* QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-251-33/+4
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-211-87/+129
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-201-15/+2
* QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant map...Robert Godfrey2014-04-201-17/+2