summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src/main/java/org/apache/tuscany/sca/Node.java (unfollow)
Commit message (Expand)AuthorFilesLines
2012-08-15Add method to get DOMInvoker for a service and testcase for thatantelder1-0/+3
2011-06-23Add a method to get the domain name as well as the domain URIantelder1-0/+12
2011-06-17Add a method to stop a running composite and then uninstall any contributions...antelder1-0/+2
2011-06-09Add TODO about support for foreign endpointsantelder1-0/+5
2011-06-09Move the node name to be the last parameter on the start to make it more cons...antelder1-1/+1
2011-06-07Rename 'member' to 'node' as it seems too confusing to try to have a differen...antelder1-3/+3
2011-05-25Rename InstalledContribution to ContributionDescriptionantelder1-2/+2
2011-05-20Move the getInstalledContribution method to the Node interfaceantelder1-0/+3
2011-05-20Remove remoteStart/Stop commands to simplify - don't need remoteStop as stop ...antelder1-4/+1
2011-05-19Add a way to run commands on remote nodes and add Node API and Shell commands...antelder1-0/+3
2011-05-19Update to add APIs to get at which composites are running whereantelder1-3/+4
2011-05-19Add a method to get the domain membersantelder1-0/+2
2011-05-19Remove ActivationException on installs, add some TODO commentsantelder1-6/+4
2011-05-18Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder1-5/+3
2011-05-17Add some more TODOsantelder1-0/+7
2011-05-17Update javadoc and add some TODOsantelder1-87/+32
2011-05-17Merege the refactoring in nodeImpl2 back into NodeImplantelder1-33/+41
2011-05-10Start adding info about installed contributions to the registry so that distr...antelder1-1/+2
2011-03-06DO some clean up, move some things around and add a bit of javadocantelder1-0/+27
2011-01-20Fix split package by renaming packages, for now to org.apache.tuscany.sca to ...antelder1-1/+2
2011-01-19No code change just organize importsantelder1-1/+0
2011-01-12Update to create a service proxy directly instead of using the sca client fac...antelder1-1/+1
2010-11-27Comment out the updateXxx methods for now as its not clear what they should d...antelder1-62/+63
2010-11-25Update node2 api to more closely match the commands the Shell hasantelder1-13/+13
2010-09-03Fix typo in method name. slaws1-3/+4
2010-08-02Change add/removeToDoamin method to have the contribution and composite uri a...antelder1-2/+4
2010-08-02Update all the install methods to return the uri of the installed contributio...antelder1-3/+5
2010-07-03Include getter for domain name on Node interfaceantelder1-0/+2
2010-07-03Remove unused importsantelder1-2/+0
2010-07-03Clean up factory instantiation, add a static helper to create simple nodes, a...antelder1-2/+3
2010-07-01Start cleaning up JavaDoc and changes coming to light while doing that: move ...antelder1-38/+58
2010-06-28Add a short form create methodantelder1-1/+2
2010-06-28Continue bring up of section 10 apis code. Rename to classes to clearer namesantelder1-0/+237