summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta2/modules/domain-hazelcast/src/main/java/org/apache/tuscany/sca/endpoint/hazelcast/HazelcastEndpointRegistry.java (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-10Copy trunk to beta2 release branch. (I've not yet changed the version so that...antelder1-0/+0
2011-01-23Tag 2.0 Beta2 RC1antelder1-0/+0
2011-01-20Partially fix TUSCANY-3675 to get some distributed domain functions working a...antelder1-3/+3
2011-01-14Update to use local version of Endpoint if a local Endpoint existsantelder1-13/+22
2010-12-24Add comment to remind me about domainRegistryURI propertiesslaws1-0/+2
2010-10-25Merge the hazelcast modules into a single moduleantelder1-0/+0
2010-07-19Branch to experiment with dynamic component interfaces and implementations.jsdelfino1-0/+0
2010-06-05Setting svn:eol-style for java and xml filesrfeng1-370/+370
2010-06-03Update to corectly use loop back address in testsantelder1-1/+1
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