summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/NodeImpl.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder2011-05-161-3/+3
* Allows the lookup of services by interface (service name == null) from a noderfeng2011-05-111-10/+27
* Allow the look up of endpoint address by component/service/binding name from ...rfeng2011-04-201-0/+34
* TUSCANY-3496 - Adding extensibility to node api to allow other applications t...lresende2011-03-291-34/+51
* Allow the spring component to receive parent application context from the com...rfeng2011-03-211-0/+2
* Performance enhancement - only look up factories when requiredantelder2011-03-101-7/+8
* TUSCANY-3843: Apply patch from Benjamin Busjaeger to fix Node.start() throws ...antelder2011-03-101-0/+2
* TUSCANY-3842 only calculate the domain composite the first time a node is sta...slaws2011-03-081-9/+15
* More quiet logging updatesantelder2011-02-081-2/+2
* Just tidy layout of line. slaws2010-11-301-4/+3
* Get the Shell invoke function working and add a services command to show the ...antelder2010-11-171-41/+2
* Remove CompositeContext threadlocal thats might be causeing a storage leak as...antelder2010-10-251-2/+0
* Allow the contributions list to be retrieve from a Nodeslaws2010-09-031-1/+1
* Allow binding name to be used to look up services implemented by SCA compositerfeng2010-06-291-2/+13
* Get imports across Nodes going. Add methods getNodesInDomain to NodeFactory a...antelder2010-05-181-0/+4
* Add duplication check for SCA configurationsrfeng2010-04-141-23/+22
* TUSCANY-3529 - update binding matching to turn on code that looks at binding ...slaws2010-04-081-2/+7
* Improve the IP address binding to be based on the host from the urirfeng2010-03-141-4/+4
* Avoid unucessary loop iterations after component is foundlresende2010-02-121-0/+1
* Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng2010-02-091-2/+2
* Remove getDomainNamerfeng2010-02-091-20/+1
* Remove org.apache.tuscany.sca.node.Client and merge the methods into org.apac...rfeng2010-02-091-2/+1
* Start to clean up the node-api (remove Node.destroy())rfeng2010-02-091-3/+0
* Remove unused coderfeng2010-02-091-5/+0
* Add domainURI/nodeURI to runtime endpoint/endpoint referencerfeng2010-02-031-2/+2
* Refactor the DomainRegistryFactory to be extensions of DomainRegistryFactoryE...rfeng2010-01-291-5/+5
* Add methods to Node to replicate whats in DomainNode so i can get rid of that...antelder2010-01-131-0/+21
* Moving 2.x trunklresende2009-11-201-0/+369