summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/endpoint-hazelcast/src/main/java/org/apache/tuscany/sca/endpoint/hazelcast/HazelcastEndpointRegistry.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-25Switch to use domain-hazelcast and remove old hazelcast mpodulesantelder1-370/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026995 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05Setting svn:eol-style for java and xml filesrfeng1-370/+370
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03Update to corectly use loop back address in testsantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950970 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Update hazelcast registry to use runtime propertiesantelder1-51/+76
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937890 13f79535-47bb-0310-9956-ffa450edef68
2010-04-20Use string values to avoid OSGi access violationrfeng1-3/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936026 13f79535-47bb-0310-9956-ffa450edef68
2010-04-19Comment out transaction code in Hazelcast registry while the Hazelcast issue ↵antelder1-9/+11
is investigated git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935630 13f79535-47bb-0310-9956-ffa450edef68
2010-04-19Decrease the Hazelcast wait before join time as it makes it appeaer fasterantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935484 13f79535-47bb-0310-9956-ffa450edef68
2010-04-19Disable the Hazelcast shutdown hook as it causes race conditions with ↵antelder1-0/+4
Tuscany's one which can cause slow shutdowns or exceptions during shutdown git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935478 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09Synchronize shutdown to avoid exceptions when things happen concurentlyantelder1-26/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932387 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Use concurrent hash map to avoid threading issuerfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929710 13f79535-47bb-0310-9956-ffa450edef68
2010-03-21Update Hazelcast registry to check for duplicate endpointsantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925745 13f79535-47bb-0310-9956-ffa450edef68
2010-03-20Fix Hazelcast client to correckt initilize Hazelcast registry endpointOwners ↵antelder1-2/+2
and getHazelcastInstance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925589 13f79535-47bb-0310-9956-ffa450edef68
2010-03-18Add a method to get the Hazelcast member owning an endpointantelder1-0/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924744 13f79535-47bb-0310-9956-ffa450edef68
2010-03-16Add a getter for the Hazelcast instanceantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923759 13f79535-47bb-0310-9956-ffa450edef68
2010-03-16Set remote when its remoteantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923612 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09Update Hazelcast endpoint registry to remove endpoints from a runtime that ↵antelder1-13/+69
no longer exists git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921095 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Update to Hazelcast 1.8.1antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920181 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26Clean up the remote flag for endpoint and change the endpoint reference ↵rfeng1-4/+1
status to an enum git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916778 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23TUSCANY-3473 - where a local call (local interface) is used within a ↵slaws1-5/+12
contribution but where the hazelcast registry is in operation I've updated the registry to return the actual endpoint rather than the serialized version so that the endpoint isn't marked as remote and so that the interface contract is intact. This also adds and enables a test case that ensures that this is working. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915379 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Start to clean up the node-api (remove Node.destroy())rfeng1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04Set default map config to use near cache to improve local endpoint read ↵antelder1-1/+5
performance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906581 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29Update tribes registry to also support the tuscany registry uri formatantelder1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904504 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29Refactor the DomainRegistryFactory to be extensions of ↵rfeng1-109/+7
DomainRegistryFactoryExtensionPoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904367 13f79535-47bb-0310-9956-ffa450edef68
2010-01-28Update to allow the client to share this as a subclassantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904113 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20Start of making the Tuscany sca client impl work for both local or remote ↵antelder1-18/+17
nodes and to be generic for any binding. Work in progress, only local invocations work presently git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901270 13f79535-47bb-0310-9956-ffa450edef68
2010-01-19Expose system definitions from the deployerrfeng1-51/+82
Add the removal of entries when the member leaves the group Add listeners to the hazelcastInstance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900661 13f79535-47bb-0310-9956-ffa450edef68
2010-01-08Change the Hazelcast registry to support both distributed an in-VM only ↵antelder1-6/+10
operation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897140 13f79535-47bb-0310-9956-ffa450edef68
2010-01-05More changes to get the Hazelcast endpoint registry workingantelder1-0/+293
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896269 13f79535-47bb-0310-9956-ffa450edef68