summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta3/modules/domain-hazelcast/src/main/java/org/apache/tuscany/sca/registry/hazelcast/HazelcastDomainRegistry.java (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-28Recreate 2.0-Beta3 branch from current trunkantelder1-0/+0
2011-07-22Tag beta3 RC1antelder1-0/+0
2011-07-18Create a branch for beta3antelder1-0/+0
2011-06-25Remove the storing of wsdl in the registry as it snot used by anythiny presen...antelder1-60/+1
2011-06-13Update the name and uri variable names in the hazelcast regsitry to make it a...antelder1-5/+5
2011-06-07Rename 'member' to 'node' as it seems too confusing to try to have a differen...antelder1-3/+3
2011-06-06Add a method to the DomainRegistry to get the contribution uri for the compos...antelder1-4/+27
2011-05-25Rename InstalledContribution to ContributionDescriptionantelder1-16/+16
2011-05-23Set the composites contribution URI when its readantelder1-2/+3
2011-05-20Fix bug in getting runningCompositeOwnersantelder1-4/+3
2011-05-19Move the code for getDomainComposite from NodeImpl to the domain registryantelder1-0/+1
2011-05-19Add a way to run commands on remote nodes and add Node API and Shell commands...antelder1-0/+19
2011-05-19Guard against NPEantelder1-3/+5
2011-05-19Update to add APIs to get at which composites are running whereantelder1-0/+17
2011-05-19Add a method to get the domain membersantelder1-0/+11
2011-05-18Fix Hazelcast reg to properly remove entries when things are removed and upda...antelder1-1/+11
2011-05-18Use transaction again as it works with Strings instead of QNamesantelder1-18/+17
2011-05-18Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder1-39/+40
2011-05-16Rename hazelcast registry packages to match the new DomainRegistry namingantelder1-1/+1
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder1-7/+7
2011-05-15Update to support the new registry ContributionListener functionantelder1-2/+22
2011-05-13Move the setting of the local endpoints to before the other stores to fix the...antelder1-1/+1
2011-05-12Update the registry to use a single class for all the installed contribution ...antelder1-40/+64
2011-05-11Update the registry to store info about a contributions deployables and expor...antelder1-1/+14
2011-05-11Comment out the transaction processing for now as it looks like a hazelcast b...antelder1-8/+17
2011-05-10Start adding info about installed contributions to the registry so that distr...antelder1-5/+21
2011-05-10Finish the hazelcast registry composite serialization to share the composites...antelder1-2/+42
2011-05-10Update the registry to support getting the QName and Composite, and use that ...antelder1-11/+49
2011-05-09Update hazelcast registry to store and use the wsdl interface contract for en...antelder1-3/+61
2011-05-09Start looking at support for a Shell command to show the domain level composi...antelder1-0/+26
2011-04-13This bug has been fixed in hazelcast nowantelder1-9/+8
2011-03-30Set the logging level for hazelcast classes to WARNING when the Tuscany level...antelder1-0/+18
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