summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0.1-RC1/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/impl/DomainRegistryImpl.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-07Official Tuscany 2.0.1 Releaselresende1-285/+0
2013-09-302.0.1 RC1 release taglresende1-0/+0
2013-09-262.0 branch for possible maintenance releaselresende1-0/+0
2012-04-12Tag 2.0 RC1antelder1-0/+0
2012-03-19TUSCANY-4025 - enhance the previous fix for this JIRA to call the listeners i...slaws1-1/+10
2012-03-08TUSCANY-4025 - delay the removal of the contribution information until after ...slaws1-1/+1
2011-12-01Add a contributionInstalled() operation to the listener interface. Completes ...slaws1-0/+3
2011-09-20Use domain info to decide if the binding.sca needs to be distributedrfeng1-0/+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-1/+13
2011-05-26Update getRunningMember to return null if the composite isn't startedantelder1-1/+4
2011-05-25Rename InstalledContribution to ContributionDescriptionantelder1-11/+11
2011-05-19Add a way to run commands on remote nodes and add Node API and Shell commands...antelder1-0/+7
2011-05-19Update to add APIs to get at which composites are running whereantelder1-1/+12
2011-05-19Add a method to get the domain membersantelder1-0/+6
2011-05-18Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder1-20/+18
2011-05-17Don't include contributions with now running compositesantelder1-4/+6
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder1-6/+6
2011-05-15Update EndpointRegistryImpl to use the new ContributionListener and the updat...antelder1-0/+12
2011-05-12Update the registry to use a single class for all the installed contribution ...antelder1-35/+37
2011-05-11Update the registry to store info about a contributions deployables and expor...antelder1-2/+16
2011-05-10Start adding info about installed contributions to the registry so that distr...antelder1-4/+17
2011-05-10Update the registry to support getting the QName and Composite, and use that ...antelder1-2/+11
2011-05-09Start looking at support for a Shell command to show the domain level composi...antelder1-0/+21
2011-02-01Start quiet logging updates by changing endpoint registry logging. Seems a li...antelder1-2/+41
2010-05-23Add missing log message to match the addEndpoint methodantelder1-0/+1
2010-03-16Update the endpoint registry to use the new Endpoint matches methodantelder1-1/+1
2010-01-29Refactor the DomainRegistryFactory to be extensions of DomainRegistryFactoryE...rfeng1-100/+3
2010-01-20Start of making the Tuscany sca client impl work for both local or remote nod...antelder1-1/+1
2010-01-04Test against null target endpointslaws1-1/+2
2009-12-11Correct spelling mistake and increase repeat count.slaws1-1/+1
2009-12-07Split method into two to aid with subclass implsantelder1-8/+14
2009-11-20Moving 2.x trunklresende1-0/+0
2009-10-09Refactor the runtime build logic into EndpointReferenceBinderrfeng1-99/+51
2009-09-29Refactor tuscany-endpoint module into tuscany-corerfeng1-1/+1
2009-09-03Change a couple more log messages to fine so as to not clutter up the console...antelder1-1/+1
2009-09-03Change a couple more log messages to fine so as to not clutter up the console...antelder1-2/+2
2009-09-03Change addEndpointReference logiing to fine so it doesn't flood the console w...antelder1-1/+1
2009-08-26Change endpoint registry to not use a static for the Maps so there's one per ...antelder1-2/+2
2009-07-30Check null to avoid NPErfeng1-4/+8
2009-07-30Make sure the Endpoints and EndpointReferences are released rfeng1-25/+89
2009-06-25Remove EndpointRegistry prefix as the logger has it alreadyrfeng1-6/+6
2009-06-11TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 subscrip...slaws1-19/+19
2009-06-11Use uri for Endpoint/EndpointReferencerfeng1-11/+49
2009-06-09Remove commented out code as in-JVM cross node sharing is provided via the st...slaws1-4/+0
2009-06-08Move EndpointRegistry from assembly to core-spirfeng1-20/+73
2009-06-08TUSCANY-3081 - Add a pluggable local endpoint registry implementation. This r...slaws1-0/+101