summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src/main/java/org/apache/tuscany/sca/impl/NodeImpl.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-05-10Start adding info about installed contributions to the registry so that distr...antelder1-20/+36
2011-05-10Correctly close the xml writer to flush the streamantelder1-3/+5
2011-05-10Update the registry to support getting the QName and Composite, and use that ...antelder1-2/+2
2011-05-09Correct name typo and set attributes on the domain compositeantelder1-1/+3
2011-05-09Start looking at support for a Shell command to show the domain level composi...antelder1-5/+28
2011-03-06DO some clean up, move some things around and add a bit of javadocantelder1-1/+1
2011-03-04Update to use a map instead of a list to store the start composites to make t...antelder1-8/+3
2011-03-04Do some clean up, simplify dependencies, remove unused classes and folders, u...antelder1-16/+10
2011-01-20Fix split package by renaming packages, for now to org.apache.tuscany.sca to ...antelder1-3/+3
2011-01-19No code change just organize importsantelder1-1/+1
2011-01-19Rename main class to TuscanyRuntimeantelder1-6/+6
2011-01-15Update getService to work with services on remote nodesantelder1-4/+131