summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/endpoint-tribes/src/main/java/org/apache/tuscany/sca/endpoint/tribes/ReplicatedEndpointRegistry.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-201-455/+0
* Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner...rfeng2009-11-131-3/+4
* Set the extension point registry for updated endpointsrfeng2009-11-051-0/+1
* Resolve interfaces from the remote endpoints (tribes based discovery is now w...rfeng2009-10-311-1/+2
* Propagate osgi properties for OSGi remote services rfeng2009-10-301-0/+1
* Use URI over URLrfeng2009-10-141-19/+20
* Move adding the static route code to before the channel start to see if that ...antelder2009-10-131-6/+6
* Make sure that entries are replicated to all nodes (not just at least a backu...rfeng2009-10-121-5/+11
* Refactor the runtime build logic into EndpointReferenceBinderrfeng2009-10-091-21/+39
* Start adding support for static routes in th etribes endpoint registryantelder2009-10-091-0/+42
* Change a couple more log messages to fine so as to not clutter up the console...antelder2009-09-031-5/+5
* Get the tribes context name set from the domain nameantelder2009-08-301-0/+4
* Update the tribes based endpoint registry to support being configured from th...antelder2009-08-281-1/+13
* Add some logging to show what is in the registry. Will have to turn off (turn...slaws2009-07-211-0/+1
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-211-367/+367
* Remove the duplicate notificationsrfeng2009-06-301-9/+0
* Add a bit logic to find the 1st non-loopback IP addressrfeng2009-06-251-19/+37
* Allow the replicated map to be listened on the add/remove/update of entriesrfeng2009-06-241-13/+86
* Add a QName as the type for binding/implementation and use it to compare mode...rfeng2009-06-231-33/+5
* Add a LifeCycleListener interface so that extension points or extension can b...rfeng2009-06-171-13/+19
* Add methods to Endpoint/EndpointReference to set the ExtensionPointRegistry s...rfeng2009-06-121-15/+40
* TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 subscrip...slaws2009-06-111-20/+20
* Use uri for Endpoint/EndpointReferencerfeng2009-06-111-10/+48
* Add uri to Endpoint/EndpointReferencerfeng2009-06-101-15/+38
* Create the runtime version of Endpoint2 for serializationrfeng2009-06-101-1/+10
* Use componentURI#srevice-binding(serviceName/bindingName) as the endpoint URIrfeng2009-06-091-1/+2
* Start to add an Apache Tomcat Tribes based replicated EndpointRegistryrfeng2009-06-081-0/+211