summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/endpoint-tribes/src/main/java/org/apache/tuscany/sca/endpoint/tribes/ReplicatedEndpointRegistry.java (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder1-478/+0
2011-05-15Update for the new updateInstalledContribution methodantelder1-0/+6
2011-05-12Update the registry to use a single class for all the installed contribution ...antelder1-23/+11
2011-05-11Update the registry to store info about a contributions deployables and expor...antelder1-6/+19
2011-05-10Start adding info about installed contributions to the registry so that distr...antelder1-0/+24
2011-05-10Update the registry to support getting the QName and Composite, and use that ...antelder1-1/+7
2011-05-09Start looking at support for a Shell command to show the domain level composi...antelder1-0/+21
2010-03-16Update tribes registry to use Endpoint.matchesantelder1-1/+1
2010-03-10Allow the customization of receiverAddressrfeng1-1/+6
2010-02-26Clean up the remote flag for endpoint and change the endpoint reference statu...rfeng1-5/+1
2010-02-09Start to clean up the node-api (remove Node.destroy())rfeng1-2/+2
2010-01-29Update tribes registry to also support the tuscany registry uri formatantelder1-0/+29
2010-01-29Refactor the DomainRegistryFactory to be extensions of DomainRegistryFactoryE...rfeng1-160/+18
2010-01-20Start of making the Tuscany sca client impl work for both local or remote nod...antelder1-38/+44
2010-01-19Expose system definitions from the deployerrfeng1-6/+34
2009-12-11Correct spelling mistake and increase repeat count.slaws1-2/+3
2009-12-10Turn find repeat count into constantslaws1-1/+3
2009-12-10Set the static member port to be the same as the receiver port, see http://ww...rfeng1-6/+11
2009-12-09Remove unused imports to prevent compilation errorslaws1-2/+0
2009-12-08Add code to repeat endpoint reference matching in the failure case only. Give...slaws1-14/+35
2009-12-08Add a quick hack to enable disabling multicast. Will need to clean up all the...antelder1-1/+17
2009-11-20Moving 2.x trunklresende1-0/+0
2009-11-13Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner...rfeng1-3/+4
2009-11-05Set the extension point registry for updated endpointsrfeng1-0/+1
2009-10-31Resolve interfaces from the remote endpoints (tribes based discovery is now w...rfeng1-1/+2
2009-10-30Propagate osgi properties for OSGi remote services rfeng1-0/+1
2009-10-14Use URI over URLrfeng1-19/+20
2009-10-13Move adding the static route code to before the channel start to see if that ...antelder1-6/+6
2009-10-12Make sure that entries are replicated to all nodes (not just at least a backu...rfeng1-5/+11
2009-10-09Refactor the runtime build logic into EndpointReferenceBinderrfeng1-21/+39
2009-10-09Start adding support for static routes in th etribes endpoint registryantelder1-0/+42
2009-09-03Change a couple more log messages to fine so as to not clutter up the console...antelder1-5/+5
2009-08-30Get the tribes context name set from the domain nameantelder1-0/+4
2009-08-28Update the tribes based endpoint registry to support being configured from th...antelder1-1/+13
2009-07-21Add some logging to show what is in the registry. Will have to turn off (turn...slaws1-0/+1
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng1-367/+367
2009-06-30Remove the duplicate notificationsrfeng1-9/+0
2009-06-25Add a bit logic to find the 1st non-loopback IP addressrfeng1-19/+37
2009-06-24Allow the replicated map to be listened on the add/remove/update of entriesrfeng1-13/+86
2009-06-23Add a QName as the type for binding/implementation and use it to compare mode...rfeng1-33/+5
2009-06-17Add a LifeCycleListener interface so that extension points or extension can b...rfeng1-13/+19
2009-06-12Add methods to Endpoint/EndpointReference to set the ExtensionPointRegistry s...rfeng1-15/+40
2009-06-11TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 subscrip...slaws1-20/+20
2009-06-11Use uri for Endpoint/EndpointReferencerfeng1-10/+48
2009-06-10Add uri to Endpoint/EndpointReferencerfeng1-15/+38
2009-06-10Create the runtime version of Endpoint2 for serializationrfeng1-1/+10
2009-06-09Use componentURI#srevice-binding(serviceName/bindingName) as the endpoint URIrfeng1-1/+2
2009-06-08Start to add an Apache Tomcat Tribes based replicated EndpointRegistryrfeng1-0/+211