summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src/main/java/org/apache/tuscany/sca/impl/NodeImpl.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update to add the Node to the CompositeContextantelder2012-08-161-1/+1
* Add method to get DOMInvoker for a service and testcase for thatantelder2012-08-151-0/+6
* TUSCANY-4034: Move the freeing up of contribution resources to a helper metho...antelder2012-05-011-30/+15
* TUSCANY-4034 - plug a few more potential memory leaksslaws2012-03-221-2/+13
* Fix Deployer.resolve to resolve dependent contributions correctly. It looks l...antelder2012-03-041-1/+4
* TUSCANY-3312 - Copy JavaInterfaceFactory memory leak changes from 1.x + other...slaws2012-03-041-2/+27
* TUSCANY-4016 - when a composite fails to start ensure that it is stopped and ...slaws2012-02-201-20/+40
* Add a contributionInstalled() operation to the listener interface. Completes ...slaws2011-12-011-0/+3
* Update to not include the root contribution as a duplicate dependencyantelder2011-10-111-1/+1
* When doing validateContribution if a contribution classloader has been create...antelder2011-09-261-0/+9
* TUSCANY-3939: when a loaded contribution is unloaded use ClassLoaderUtil.rele...antelder2011-09-071-2/+18
* TUSCANY-3921: attemot to ensure that dependentContributions doesn't contain d...antelder2011-08-171-6/+10
* Add the domain uri to the logging outputantelder2011-06-291-1/+1
* Add some more logging to NodeImplantelder2011-06-271-1/+33
* Add a way to set whether or not the domain name is included as the root of th...antelder2011-06-231-1/+13
* Add a method to get the domain name as well as the domain URIantelder2011-06-231-0/+5
* Avoid exception in updateCOntribution if the contribution doesn't exist for s...antelder2011-06-201-1/+26
* Update contribution update to handle additional deployed composites and a tes...antelder2011-06-191-3/+11
* Add an impl to the update contribution method and a testcaseantelder2011-06-191-3/+21
* Start adding a method to update an installed contributionantelder2011-06-191-0/+20
* Correct typoantelder2011-06-191-5/+4
* Add a method to restart started composites that depend on another composite. ...antelder2011-06-181-0/+16
* Add a method to stop a running composite and then uninstall any contributions...antelder2011-06-171-2/+18
* When uninstalling a contribution also remove any stopped DeployedComposites s...antelder2011-06-171-0/+10
* Fix getDeployables so that any composites added with addDeployable are includ...antelder2011-06-141-1/+3
* Update for to use the domain uri and name from the registry and to use the do...antelder2011-06-131-7/+4
* Move the node name to be the last parameter on the start to make it more cons...antelder2011-06-091-3/+3
* Add a test with a contribution containing an invalid composite and update the...antelder2011-06-081-1/+3
* Rename 'member' to 'node' as it seems too confusing to try to have a differen...antelder2011-06-071-7/+7
* Fix NPE when stopping a remote compositeantelder2011-06-061-3/+4
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-251-57/+57
* Set the compsites contribution URI after its readantelder2011-05-231-0/+1
* Move the getInstalledContribution method to the Node interfaceantelder2011-05-201-3/+2
* Remove remoteStart/Stop commands to simplify - don't need remoteStop as stop ...antelder2011-05-201-14/+19
* Move the code for getDomainComposite from NodeImpl to the domain registryantelder2011-05-191-15/+5
* Add a way to run commands on remote nodes and add Node API and Shell commands...antelder2011-05-191-1/+16
* On stop also stop the runtime if its setantelder2011-05-191-0/+3
* Correct typoantelder2011-05-191-2/+1
* Update to add APIs to get at which composites are running whereantelder2011-05-191-0/+10
* Add a method to get the domain membersantelder2011-05-191-0/+5
* Remove ActivationException on installs, add some TODO commentsantelder2011-05-191-3/+6
* Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder2011-05-181-7/+7
* Update javadoc and add some TODOsantelder2011-05-171-1/+3
* Merege the refactoring in nodeImpl2 back into NodeImplantelder2011-05-171-412/+236
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder2011-05-161-15/+15
* Update to match the Contribution and InstalledContribution interface changesantelder2011-05-151-12/+5
* Add code to find the contribution attributes when installing a contributionantelder2011-05-131-0/+26
* Remove the allNodes static as its not used by anythingantelder2011-05-121-9/+1
* Update the registry to use a single class for all the installed contribution ...antelder2011-05-121-4/+15
* Update the registry to store info about a contributions deployables and expor...antelder2011-05-111-2/+5