summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0/modules/domain-node/src/main/java/org/apache/tuscany/sca/impl/NodeImpl.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-262.0 branch for possible maintenance releaselresende1-0/+0
2012-06-18Tag for 2.0 RC2antelder1-0/+0
2012-05-01TUSCANY-4034: Move the freeing up of contribution resources to a helper metho...antelder1-30/+15
2012-03-22TUSCANY-4034 - plug a few more potential memory leaksslaws1-2/+13
2012-03-04Fix Deployer.resolve to resolve dependent contributions correctly. It looks l...antelder1-1/+4
2012-03-04TUSCANY-3312 - Copy JavaInterfaceFactory memory leak changes from 1.x + other...slaws1-2/+27
2012-02-20TUSCANY-4016 - when a composite fails to start ensure that it is stopped and ...slaws1-20/+40
2011-12-01Add a contributionInstalled() operation to the listener interface. Completes ...slaws1-0/+3
2011-10-11Update to not include the root contribution as a duplicate dependencyantelder1-1/+1
2011-09-26When doing validateContribution if a contribution classloader has been create...antelder1-0/+9
2011-09-07TUSCANY-3939: when a loaded contribution is unloaded use ClassLoaderUtil.rele...antelder1-2/+18
2011-08-17TUSCANY-3921: attemot to ensure that dependentContributions doesn't contain d...antelder1-6/+10
2011-06-29Add the domain uri to the logging outputantelder1-1/+1
2011-06-27Add some more logging to NodeImplantelder1-1/+33
2011-06-23Add a way to set whether or not the domain name is included as the root of th...antelder1-1/+13
2011-06-23Add a method to get the domain name as well as the domain URIantelder1-0/+5
2011-06-20Avoid exception in updateCOntribution if the contribution doesn't exist for s...antelder1-1/+26
2011-06-19Update contribution update to handle additional deployed composites and a tes...antelder1-3/+11
2011-06-19Add an impl to the update contribution method and a testcaseantelder1-3/+21
2011-06-19Start adding a method to update an installed contributionantelder1-0/+20
2011-06-19Correct typoantelder1-5/+4
2011-06-18Add a method to restart started composites that depend on another composite. ...antelder1-0/+16
2011-06-17Add a method to stop a running composite and then uninstall any contributions...antelder1-2/+18
2011-06-17When uninstalling a contribution also remove any stopped DeployedComposites s...antelder1-0/+10
2011-06-14Fix getDeployables so that any composites added with addDeployable are includ...antelder1-1/+3
2011-06-13Update for to use the domain uri and name from the registry and to use the do...antelder1-7/+4
2011-06-09Move the node name to be the last parameter on the start to make it more cons...antelder1-3/+3
2011-06-08Add a test with a contribution containing an invalid composite and update the...antelder1-1/+3
2011-06-07Rename 'member' to 'node' as it seems too confusing to try to have a differen...antelder1-7/+7
2011-06-06Fix NPE when stopping a remote compositeantelder1-3/+4
2011-05-25Rename InstalledContribution to ContributionDescriptionantelder1-57/+57
2011-05-23Set the compsites contribution URI after its readantelder1-0/+1
2011-05-20Move the getInstalledContribution method to the Node interfaceantelder1-3/+2
2011-05-20Remove remoteStart/Stop commands to simplify - don't need remoteStop as stop ...antelder1-14/+19
2011-05-19Move the code for getDomainComposite from NodeImpl to the domain registryantelder1-15/+5
2011-05-19Add a way to run commands on remote nodes and add Node API and Shell commands...antelder1-1/+16
2011-05-19On stop also stop the runtime if its setantelder1-0/+3
2011-05-19Correct typoantelder1-2/+1
2011-05-19Update to add APIs to get at which composites are running whereantelder1-0/+10
2011-05-19Add a method to get the domain membersantelder1-0/+5
2011-05-19Remove ActivationException on installs, add some TODO commentsantelder1-3/+6
2011-05-18Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder1-7/+7
2011-05-17Update javadoc and add some TODOsantelder1-1/+3
2011-05-17Merege the refactoring in nodeImpl2 back into NodeImplantelder1-412/+236
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder1-15/+15
2011-05-15Update to match the Contribution and InstalledContribution interface changesantelder1-12/+5
2011-05-13Add code to find the contribution attributes when installing a contributionantelder1-0/+26
2011-05-12Remove the allNodes static as its not used by anythingantelder1-9/+1
2011-05-12Update the registry to use a single class for all the installed contribution ...antelder1-4/+15
2011-05-11Update the registry to store info about a contributions deployables and expor...antelder1-2/+5