summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/node-api/src/main/java/org/apache/tuscany/sca/node/NodeFactory.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a NodeFactory newInstance method that takes a Properties object instead o...antelder2010-04-131-0/+24
* Add way to keep track of Nodes created by the factoryantelder2010-03-161-0/+8
* Improve the IP address binding to be based on the host from the urirfeng2010-03-141-1/+1
* Add the ability to map binding.sca to any bindings in the runtime by configur...rfeng2010-03-021-1/+1
* Add a test for remote invocations between nodes created from two different no...rfeng2010-02-261-0/+2
* Start to make extension points/extensions configurable from NodeFactory/Servi...rfeng2010-02-131-16/+42
* Rename configURI to domainRegistryURIrfeng2010-02-111-15/+6
* Remove org.apache.tuscany.sca.node.Client and merge the methods into org.apac...rfeng2010-02-091-1/+1
* Generate unique Node URI if it's not set in the NodeConfigurationrfeng2010-02-081-2/+7
* Fix domain name calculationantelder2010-01-291-3/+6
* Add a mehod to create a node with a uri and composite to match the uri only m...antelder2010-01-231-0/+7
* Change Node getInstance/newInstance methods so that newInstance really create...antelder2010-01-181-56/+39
* Add methods to Node to replicate whats in DomainNode so i can get rid of that...antelder2010-01-131-0/+31
* Moving 2.x trunklresende2009-11-201-0/+446