summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a method to get the Node to the TuscanyComponentContextantelder2012-08-161-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373883 13f79535-47bb-0310-9956-ffa450edef68
* Make DOMInvoker interface remotableantelder2012-08-161-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373867 13f79535-47bb-0310-9956-ffa450edef68
* Add getDOMInvoker to the TuscanyServiceReference to enable dynamic ↵antelder2012-08-151-0/+3
| | | | | | invocation on service references (and also add a getEndpointReference( to avoid the casts to impl where this is already being used) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373518 13f79535-47bb-0310-9956-ffa450edef68
* Add an interface for a new invoker that uses DOM node for arg and return ↵antelder2012-08-151-0/+9
| | | | | | values. This is to enable dynamic invocation of services and references using xml instead of Java classes for the arguments git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373508 13f79535-47bb-0310-9956-ffa450edef68
* Add getExtensionPointRegistry to interface to avoid having to cast to implantelder2012-08-151-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373507 13f79535-47bb-0310-9956-ffa450edef68
* Not check if the endpoint is out of date for local registryrfeng2012-06-271-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1354772 13f79535-47bb-0310-9956-ffa450edef68
* Update to avoid duplicated wire processorsantelder2012-06-111-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1348852 13f79535-47bb-0310-9956-ffa450edef68
* Add Tuscany versions of OASIS ComponentContext and ServiceReferenceantelder2011-12-133-2/+59
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213616 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in commentslaws2011-12-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1212424 13f79535-47bb-0310-9956-ffa450edef68
* Add a contributionInstalled() operation to the listener interface. Completes ↵slaws2011-12-011-0/+2
| | | | | | the set. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209150 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3976: Apply patch from Greg Dritschler to allow extensions to save ↵antelder2011-11-211-0/+7
| | | | | | information about client async request git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1204447 13f79535-47bb-0310-9956-ffa450edef68
* Add user constants to the RuntimePropertiesantelder2011-11-091-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199795 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3958 - serialize endpoint intents/policy sets across the registry ↵slaws2011-10-171-0/+2
| | | | | | for matching purposes. In this change they are stashed in the component element on write and then retrieved back into the endpoint model on read. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185135 13f79535-47bb-0310-9956-ffa450edef68
* Use domain info to decide if the binding.sca needs to be distributedrfeng2011-09-202-0/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173361 13f79535-47bb-0310-9956-ffa450edef68
* Add a property for releasing contribution classloadersantelder2011-09-071-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166139 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3871 - provide a simple API for getting at the delegate information ↵slaws2011-07-112-0/+15
| | | | | | when then endpoint or endpoint reference is configured with an SCA binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145112 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to the domain registry to test if an EndpointReference is out ↵antelder2011-06-292-0/+6
| | | | | | of date git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1141028 13f79535-47bb-0310-9956-ffa450edef68
* Support using null for the domain name and deriving the name from the uriantelder2011-06-271-0/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140051 13f79535-47bb-0310-9956-ffa450edef68
* Update the DomainRegistry to have getters for both the registry uri and nameantelder2011-06-132-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135294 13f79535-47bb-0310-9956-ffa450edef68
* Rename 'member' to 'node' as it seems too confusing to try to have a ↵antelder2011-06-071-3/+3
| | | | | | different name for it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132994 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to the DomainRegistry to get the contribution uri for the ↵antelder2011-06-061-0/+2
| | | | | | composite taht contains a running component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132611 13f79535-47bb-0310-9956-ffa450edef68
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-252-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127531 13f79535-47bb-0310-9956-ffa450edef68
* Move the code for getDomainComposite from NodeImpl to the domain registryantelder2011-05-192-0/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124724 13f79535-47bb-0310-9956-ffa450edef68
* Add a way to run commands on remote nodes and add Node API and Shell ↵antelder2011-05-192-0/+35
| | | | | | 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 to add APIs to get at which composites are running whereantelder2011-05-191-0/+2
| | | | 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-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124566 13f79535-47bb-0310-9956-ffa450edef68
* Remove TODO that has now been doneantelder2011-05-191-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124559 13f79535-47bb-0310-9956-ffa450edef68
* Rename addListener/removeListener to be ↵antelder2011-05-183-10/+10
| | | | | | 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@1124140 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused methods on InstalledContribution and add a method to merge in ↵antelder2011-05-171-15/+40
| | | | | | contribution metadata git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104134 13f79535-47bb-0310-9956-ffa450edef68
* Add info on imports to InstalledContributionantelder2011-05-161-5/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103660 13f79535-47bb-0310-9956-ffa450edef68
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up ↵antelder2011-05-167-48/+48
| | | | | | 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
* Add a EndpointRegistry method to update contributions and a ↵antelder2011-05-153-0/+42
| | | | | | ContributionListener so that clients can register for contributionUpdated and contributionRemoved events git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103521 13f79535-47bb-0310-9956-ffa450edef68
* Update InstalledContribution to derive a default uri when no uri is specifyantelder2011-05-151-6/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103280 13f79535-47bb-0310-9956-ffa450edef68
* Update the installed contribution to keep track of java and namespace exportsantelder2011-05-131-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102713 13f79535-47bb-0310-9956-ffa450edef68
* Add TODO comment reminderantelder2011-05-121-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102272 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to use a single class for all the installed contribution ↵antelder2011-05-122-13/+94
| | | | | | attributes, and to correct the storing of running composites to be qualified by the contribution uri. As per a previous commit comment this is still work in progress so a little rough, but its getting closer now to show the type of thing thats needed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102252 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to store info about a contributions deployables and ↵antelder2011-05-111-1/+6
| | | | | | exports so that distrubuted nodes are able to see what is available without having to actually go get and install a remote contribution. This is work in progress, an alternative is to just put the Contribution model object itself in the registry and have the registry impl hide the details, but this approach is easier for now as we see how things can work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101793 13f79535-47bb-0310-9956-ffa450edef68
* Start adding info about installed contributions to the registry so that ↵antelder2011-05-101-0/+5
| | | | | | distributed Nodes can find out about contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101468 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to support getting the QName and Composite, and use that ↵antelder2011-05-101-1/+2
| | | | | | in teh hazelcast registry to manage the running composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101369 13f79535-47bb-0310-9956-ffa450edef68
* Start looking at support for a Shell command to show the domain level ↵antelder2011-05-091-0/+7
| | | | | | 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
* More quiet logging changes, update use of properties to not interfere with ↵antelder2011-02-081-1/+1
| | | | | | registry config git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068545 13f79535-47bb-0310-9956-ffa450edef68
* Add quiet logging constantantelder2011-02-011-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066000 13f79535-47bb-0310-9956-ffa450edef68
* Fixing serialization of AsyncResponseInvoker in support of async services ↵edwardsmj2011-01-242-0/+25
| | | | | | under TUSCANY-3783 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062814 13f79535-47bb-0310-9956-ffa450edef68
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj2011-01-201-0/+12
| | | | | | TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061389 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3788 - Resolved async references are now started at start time to ↵slaws2011-01-141-5/+0
| | | | | | give them a chance to create a response listener. Plus remove an unused reference starting interface from the component context as it;s all handled by endpoint references now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058955 13f79535-47bb-0310-9956-ffa450edef68
* Add capability to support Bindings that support Async invocations natively - ↵edwardsmj2011-01-111-0/+6
| | | | | | as under TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057650 13f79535-47bb-0310-9956-ffa450edef68
* Updating core invocation code to support bindings that provide native async ↵edwardsmj2010-12-201-0/+9
| | | | | | support - as described in TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051250 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - Separate off the asyncy response invocation interfaces from ↵slaws2010-12-081-2/+1
| | | | | | the "process" methods I added as a convenience for sharing invoker implementation. Asl get rid of "throws" from Invocable git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043447 13f79535-47bb-0310-9956-ffa450edef68
* Start exploring way sof handling a pluggable approach of what to do when the ↵antelder2010-12-081-0/+29
| | | | | | endpoint for a reference is not found in the endpoint registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043439 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - Allow the response chain "previous" link to be attached to an ↵slaws2010-12-071-1/+0
| | | | | | async response handler so that the invokerAsyncResponse can have a void return type. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042976 13f79535-47bb-0310-9956-ffa450edef68