summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/shell/src/main/java/org (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update Shell to support starting from a node xml fileantelder2012-05-011-10/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1332566 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsantelder2011-07-181-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1147801 13f79535-47bb-0310-9956-ffa450edef68
* Correct args in helpantelder2011-07-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145069 13f79535-47bb-0310-9956-ffa450edef68
* Update to support remote startsantelder2011-07-111-4/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145068 13f79535-47bb-0310-9956-ffa450edef68
* Move the invoke command to a separate class and remove from the Shell class ↵antelder2011-07-092-242/+144
| | | | | | all the methods for commands now in separate classes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144615 13f79535-47bb-0310-9956-ffa450edef68
* Add a stop commandantelder2011-07-081-0/+78
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144285 13f79535-47bb-0310-9956-ffa450edef68
* Add a start commandantelder2011-07-081-0/+80
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144281 13f79535-47bb-0310-9956-ffa450edef68
* Add an uninstall command classantelder2011-07-081-0/+68
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144274 13f79535-47bb-0310-9956-ffa450edef68
* Update gen'd help to also include the short one line descriptionantelder2011-07-081-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144245 13f79535-47bb-0310-9956-ffa450edef68
* Update the Shell to use the AddComposite class and have no code within Shell ↵antelder2011-07-083-28/+37
| | | | | | for that command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144192 13f79535-47bb-0310-9956-ffa450edef68
* Start adding a way to have pluggable Shell commands. And start refactoring ↵antelder2011-07-073-1/+153
| | | | | | commands out of the shell class into their own slef contained class for each command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144036 13f79535-47bb-0310-9956-ffa450edef68
* Update for Node start parameter order changeantelder2011-06-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133696 13f79535-47bb-0310-9956-ffa450edef68
* Add a completor for the names of remote nodes and use that with the start ↵antelder2011-06-083-2/+53
| | | | | | command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133278 13f79535-47bb-0310-9956-ffa450edef68
* Rename 'member' to 'node' as it seems too confusing to try to have a ↵antelder2011-06-071-18/+18
| | | | | | different name for it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132994 13f79535-47bb-0310-9956-ffa450edef68
* Change member arg to be the last instead of the first argument which makes ↵antelder2011-06-071-1/+1
| | | | | | it easier to use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132977 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE with remote services by simplify code to just use node.getService to ↵antelder2011-06-071-19/+24
| | | | | | get the proxy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132974 13f79535-47bb-0310-9956-ffa450edef68
* Update to use a distributed domain by defaultantelder2011-06-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132532 13f79535-47bb-0310-9956-ffa450edef68
* Start some clean up of the Shell commands to match what the runtime is doingantelder2011-05-261-6/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127875 13f79535-47bb-0310-9956-ffa450edef68
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-251-10/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127531 13f79535-47bb-0310-9956-ffa450edef68
* Add an addComposite command to match the Node API and fix the installed ↵antelder2011-05-201-24/+37
| | | | | | command to use the InstalledContribution instead of the Contribution so that the contribution doesn't need to be loaded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125271 13f79535-47bb-0310-9956-ffa450edef68
* Remove remoteStart/Stop commands to simplify - don't need remoteStop as stop ↵antelder2011-05-201-22/+8
| | | | | | can see that the composte is running remotely and for start just overload the start command to take a member name to run the composite on git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125259 13f79535-47bb-0310-9956-ffa450edef68
* Add a way to run commands on remote nodes and add Node API and Shell ↵antelder2011-05-191-1/+24
| | | | | | commands to start and stop composites on remote nodes. Initial code so a little prototypy but it does work so committing it now for review git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124705 13f79535-47bb-0310-9956-ffa450edef68
* Update for latest APIs to explicitly start the deployable composites of a ↵antelder2011-05-191-3/+4
| | | | | | passed in contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124646 13f79535-47bb-0310-9956-ffa450edef68
* Update to add APIs to get at which composites are running whereantelder2011-05-191-2/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124606 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to get the domain membersantelder2011-05-191-1/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124566 13f79535-47bb-0310-9956-ffa450edef68
* Fix Shell started command to not rely on the installed contributions (which ↵antelder2011-05-181-16/+16
| | | | | | may have been uninstalled) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124252 13f79535-47bb-0310-9956-ffa450edef68
* Updates to match the DomainRegistry changes to rename ↵antelder2011-05-181-9/+5
| | | | | | addListener/removeListener to be addEndpointListener/removeEndpointListener as there are now multiple types of listener, and change the running composite methods to use the composite uri instead of its QName git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124143 13f79535-47bb-0310-9956-ffa450edef68
* Update Shell for the latest domain node changesantelder2011-05-172-34/+39
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104142 13f79535-47bb-0310-9956-ffa450edef68
* Update shell to show contributions importsantelder2011-05-161-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103728 13f79535-47bb-0310-9956-ffa450edef68
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up ↵antelder2011-05-163-6/+6
| | | | | | lots of times in the past just no one ever got around to it. It effects quite a few classes but its a relatively trivial rename and i don't think it should impact on anyone too much git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103629 13f79535-47bb-0310-9956-ffa450edef68
* Update the detailed installed contribution command to show more information ↵antelder2011-05-151-5/+20
| | | | | | about the contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103281 13f79535-47bb-0310-9956-ffa450edef68
* Update Shell installed and start commands to work with the latest ↵antelder2011-05-111-39/+33
| | | | | | Node/registry changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101898 13f79535-47bb-0310-9956-ffa450edef68
* Change the Shell command 'installed' to by default just show the URIs of ↵antelder2011-05-111-8/+14
| | | | | | installed contributions. The plan being to then add 'installed <curi>' which will show detail about an installed contribution including its uri, url, dependent cintrubutions, deployables, exports, etc git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101821 13f79535-47bb-0310-9956-ffa450edef68
* Start adding info about installed contributions to the registry so that ↵antelder2011-05-101-1/+1
| | | | | | distributed Nodes can find out about contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101468 13f79535-47bb-0310-9956-ffa450edef68
* Start looking at support for a Shell command to show the domain level ↵antelder2011-05-091-7/+18
| | | | | | composite, this includes adding info about the running composites to the domain registry and a the new shell command to access it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101031 13f79535-47bb-0310-9956-ffa450edef68
* Simplify help output by only including the version not the build revision ↵antelder2011-03-171-6/+1
| | | | | | and date git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082437 13f79535-47bb-0310-9956-ffa450edef68
* Update shell to show the command text when installing an initial contributionantelder2011-02-151-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1071019 13f79535-47bb-0310-9956-ffa450edef68
* Add a -help arg so the help can be shown at startupantelder2011-02-091-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068815 13f79535-47bb-0310-9956-ffa450edef68
* Fix split package by renaming packages, for now to org.apache.tuscany.sca to ↵antelder2011-01-203-5/+5
| | | | | | fix the immediate problem but there's a bit of work to do cleanging up the dependency tangle to use the core/core-spi module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061327 13f79535-47bb-0310-9956-ffa450edef68
* Commite name change missed in previous commitantelder2011-01-191-8/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060922 13f79535-47bb-0310-9956-ffa450edef68
* Correct parsing of quoted strings in the argument listantelder2011-01-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059956 13f79535-47bb-0310-9956-ffa450edef68
* Update to use getService from Nodeantelder2011-01-121-16/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058185 13f79535-47bb-0310-9956-ffa450edef68
* Update to create a service proxy directly instead of using the sca client ↵antelder2011-01-123-6/+6
| | | | | | factory api and update testcases for that, and rename package git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058025 13f79535-47bb-0310-9956-ffa450edef68
* Adjust printing of blank lines so the Shell output is clearerantelder2011-01-111-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057921 13f79535-47bb-0310-9956-ffa450edef68
* Update to support entering quoted strings conatining spacesantelder2010-12-021-9/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041571 13f79535-47bb-0310-9956-ffa450edef68
* Fix the passing in of an initial contribution url, and add the start of a ↵antelder2010-11-301-4/+26
| | | | | | status command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040437 13f79535-47bb-0310-9956-ffa450edef68
* Update for API changes and rename 'status' command to be 'started' to match ↵antelder2010-11-273-20/+20
| | | | | | the pattern the other commands use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039645 13f79535-47bb-0310-9956-ffa450edef68
* Update Shell for API changesantelder2010-11-251-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039078 13f79535-47bb-0310-9956-ffa450edef68
* Update to include binding URIs in the service outputantelder2010-11-231-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038091 13f79535-47bb-0310-9956-ffa450edef68
* Filter out some more cglib operationsantelder2010-11-201-6/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037134 13f79535-47bb-0310-9956-ffa450edef68