summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0-M5.1/modules/endpoint-hazelcast/src/main/java/org/apache/tuscany/sca/endpoint/hazelcast/HazelcastEndpointRegistry.java (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-18Copy 2.0-M5.1-RC2 tag as 2.0-M5.1 official release taglresende1-0/+0
2010-05-27Branch for 2.0 Milestone M5kelvingoodson1-0/+0
2010-04-25Update hazelcast registry to use runtime propertiesantelder1-51/+76
2010-04-20Use string values to avoid OSGi access violationrfeng1-3/+6
2010-04-19Comment out transaction code in Hazelcast registry while the Hazelcast issue ...antelder1-9/+11
2010-04-19Decrease the Hazelcast wait before join time as it makes it appeaer fasterantelder1-0/+4
2010-04-19Disable the Hazelcast shutdown hook as it causes race conditions with Tuscany...antelder1-0/+4
2010-04-09Synchronize shutdown to avoid exceptions when things happen concurentlyantelder1-26/+36
2010-03-31Use concurrent hash map to avoid threading issuerfeng1-1/+2
2010-03-21Update Hazelcast registry to check for duplicate endpointsantelder1-0/+5
2010-03-20Fix Hazelcast client to correckt initilize Hazelcast registry endpointOwners ...antelder1-2/+2
2010-03-18Add a method to get the Hazelcast member owning an endpointantelder1-0/+21
2010-03-16Add a getter for the Hazelcast instanceantelder1-0/+4
2010-03-16Set remote when its remoteantelder1-1/+2
2010-03-09Update Hazelcast endpoint registry to remove endpoints from a runtime that no...antelder1-13/+69
2010-03-08Update to Hazelcast 1.8.1antelder1-1/+1
2010-02-26Clean up the remote flag for endpoint and change the endpoint reference statu...rfeng1-4/+1
2010-02-23TUSCANY-3473 - where a local call (local interface) is used within a contribu...slaws1-5/+12
2010-02-09Start to clean up the node-api (remove Node.destroy())rfeng1-3/+3
2010-02-04Set default map config to use near cache to improve local endpoint read perfo...antelder1-1/+5
2010-01-29Update tribes registry to also support the tuscany registry uri formatantelder1-2/+3
2010-01-29Refactor the DomainRegistryFactory to be extensions of DomainRegistryFactoryE...rfeng1-109/+7
2010-01-28Update to allow the client to share this as a subclassantelder1-3/+3
2010-01-20Start of making the Tuscany sca client impl work for both local or remote nod...antelder1-18/+17
2010-01-19Expose system definitions from the deployerrfeng1-51/+82
2010-01-08Change the Hazelcast registry to support both distributed an in-VM only opera...antelder1-6/+10
2010-01-05More changes to get the Hazelcast endpoint registry workingantelder1-0/+293