summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/NodeImpl.java (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder1-3/+3
2011-05-11Allows the lookup of services by interface (service name == null) from a noderfeng1-10/+27
2011-04-20Allow the look up of endpoint address by component/service/binding name from ...rfeng1-0/+34
2011-03-29TUSCANY-3496 - Adding extensibility to node api to allow other applications t...lresende1-34/+51
2011-03-21Allow the spring component to receive parent application context from the com...rfeng1-0/+2
2011-03-10Performance enhancement - only look up factories when requiredantelder1-7/+8
2011-03-10TUSCANY-3843: Apply patch from Benjamin Busjaeger to fix Node.start() throws ...antelder1-0/+2
2011-03-08TUSCANY-3842 only calculate the domain composite the first time a node is sta...slaws1-9/+15
2011-02-08More quiet logging updatesantelder1-2/+2
2010-11-30Just tidy layout of line. slaws1-4/+3
2010-11-17Get the Shell invoke function working and add a services command to show the ...antelder1-41/+2
2010-10-25Remove CompositeContext threadlocal thats might be causeing a storage leak as...antelder1-2/+0
2010-09-03Allow the contributions list to be retrieve from a Nodeslaws1-1/+1
2010-06-29Allow binding name to be used to look up services implemented by SCA compositerfeng1-2/+13
2010-05-18Get imports across Nodes going. Add methods getNodesInDomain to NodeFactory a...antelder1-0/+4
2010-04-14Add duplication check for SCA configurationsrfeng1-23/+22
2010-04-08TUSCANY-3529 - update binding matching to turn on code that looks at binding ...slaws1-2/+7
2010-03-14Improve the IP address binding to be based on the host from the urirfeng1-4/+4
2010-02-12Avoid unucessary loop iterations after component is foundlresende1-0/+1
2010-02-09Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng1-2/+2
2010-02-09Remove getDomainNamerfeng1-20/+1
2010-02-09Remove org.apache.tuscany.sca.node.Client and merge the methods into org.apac...rfeng1-2/+1
2010-02-09Start to clean up the node-api (remove Node.destroy())rfeng1-3/+0
2010-02-09Remove unused coderfeng1-5/+0
2010-02-03Add domainURI/nodeURI to runtime endpoint/endpoint referencerfeng1-2/+2
2010-01-29Refactor the DomainRegistryFactory to be extensions of DomainRegistryFactoryE...rfeng1-5/+5
2010-01-13Add methods to Node to replicate whats in DomainNode so i can get rid of that...antelder1-0/+21
2009-11-20Moving 2.x trunklresende1-0/+0
2009-11-18Rename the methods on RuntimeEndpoint/RuntimeEndpointReference rfeng1-0/+2
2009-11-13Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner...rfeng1-3/+1
2009-10-22Removing references to management class which is restricted in app engine env...lresende1-2/+6
2009-10-21Refactor the deployment-related code from NodeFactoryImpl into a Deployer uti...rfeng1-4/+4
2009-10-21Set the monitor to ValidatingXMLStreamReaderrfeng1-7/+13
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng1-3/+6
2009-10-09Add capability to read domainRegistry and other optionsrfeng1-0/+5
2009-10-09Refactor the runtime build logic into EndpointReferenceBinderrfeng1-4/+11
2009-10-05Further refactor the CompositeContext to be the place to hold information abo...rfeng1-1/+3
2009-10-05Use Tuscany extensibility to create XMLOutputFactoryrfeng1-1/+4
2009-10-02Make CompositeActivator a stateless utility by using CompositeContext to hold...rfeng1-18/+23
2009-09-30Relax the Monitor/Problem interfaces to take Throwable and Obbject...rfeng1-2/+1
2009-09-25Refactor CompositeActivator, ComponentContext and other related interfaces in...rfeng1-3/+3
2009-09-22Dump out nested composites also. slaws1-4/+19
2009-09-22Add an operation that dumps out the domain composite as a string. Am using fo...slaws1-1/+24
2009-09-18Remove the need of subclassing Proxy and JXM so that Tuscany can run on Googl...rfeng1-4/+7
2009-08-12Fix issues around XMLStreamWriter based on the isRepairingNamespaces property...rfeng1-1/+2
2009-08-05Provide access to the domain composite for testing purposesslaws1-0/+4
2009-07-28Remove the default contents of he thread message context just in case that th...slaws1-0/+3
2009-07-16Refactor the OSGi discovery service into node-implementation-osgi rfeng1-3/+24
2009-07-15Add getUtility by key to UtilityExtensionPointrfeng1-1/+2
2009-07-11TUSCANY-3138: Start of the changes to use the latest spec APIs with the remov...antelder1-2/+1