summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/endpoint-tribes/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-07Rename 'member' to 'node' as it seems too confusing to try to have a ↵antelder1-3/+3
different name for it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132994 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06Add a method to the DomainRegistry to get the contribution uri for the ↵antelder1-0/+6
composite taht contains a running component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132614 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25Rename InstalledContribution to ContributionDescriptionantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127531 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Add a way to run commands on remote nodes and add Node API and Shell ↵antelder1-0/+7
commands to start and stop composites on remote nodes. Initial code so a little prototypy but it does work so committing it now for review git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124705 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Update to add APIs to get at which composites are running whereantelder1-0/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124606 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Add a method to get the domain membersantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124566 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18Updates to match the DomainRegistry changes to rename ↵antelder2-6/+6
addListener/removeListener to be addEndpointListener/removeEndpointListener as there are now multiple types of listener, and change the running composite methods to use the composite uri instead of its QName git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124143 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up ↵antelder4-19/+19
lots of times in the past just no one ever got around to it. It effects quite a few classes but its a relatively trivial rename and i don't think it should impact on anyone too much git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103629 13f79535-47bb-0310-9956-ffa450edef68
2011-05-15Update for the new updateInstalledContribution methodantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103525 13f79535-47bb-0310-9956-ffa450edef68
2011-05-12Update the registry to use a single class for all the installed contribution ↵antelder1-23/+11
attributes, and to correct the storing of running composites to be qualified by the contribution uri. As per a previous commit comment this is still work in progress so a little rough, but its getting closer now to show the type of thing thats needed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102252 13f79535-47bb-0310-9956-ffa450edef68
2011-05-11Update the registry to store info about a contributions deployables and ↵antelder1-6/+19
exports so that distrubuted nodes are able to see what is available without having to actually go get and install a remote contribution. This is work in progress, an alternative is to just put the Contribution model object itself in the registry and have the registry impl hide the details, but this approach is easier for now as we see how things can work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101793 13f79535-47bb-0310-9956-ffa450edef68
2011-05-10Start adding info about installed contributions to the registry so that ↵antelder1-0/+24
distributed Nodes can find out about contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101468 13f79535-47bb-0310-9956-ffa450edef68
2011-05-10Update the registry to support getting the QName and Composite, and use that ↵antelder1-1/+7
in teh hazelcast registry to manage the running composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101369 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09Start looking at support for a Shell command to show the domain level ↵antelder1-0/+21
composite, this includes adding info about the running composites to the domain registry and a the new shell command to access it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101031 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13Add jira number to @Ignoreantelder2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022270 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13These tests fail for me more times than not so I'm talking them out of the ↵antelder2-0/+4
build for now with @Ignore git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022264 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Use loopback for multicast testingrfeng2-10/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957345 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05Setting svn:eol-style for java and xml filesrfeng3-289/+289
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
2010-03-16Update tribes registry to use Endpoint.matchesantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923616 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10Allow the customization of receiverAddressrfeng1-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921584 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26Clean up the remote flag for endpoint and change the endpoint reference ↵rfeng1-5/+1
status to an enum git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916778 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Start to clean up the node-api (remove Node.destroy())rfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29Update tribes registry to also support the tuscany registry uri formatantelder2-1/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904504 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29Refactor the DomainRegistryFactory to be extensions of ↵rfeng3-161/+68
DomainRegistryFactoryExtensionPoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904367 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20Start of making the Tuscany sca client impl work for both local or remote ↵antelder1-38/+44
nodes and to be generic for any binding. Work in progress, only local invocations work presently git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901270 13f79535-47bb-0310-9956-ffa450edef68
2010-01-19Expose system definitions from the deployerrfeng4-101/+200
Add the removal of entries when the member leaves the group Add listeners to the hazelcastInstance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900661 13f79535-47bb-0310-9956-ffa450edef68
2010-01-17Updated code so that it access static constants on RpcChannel in a static ↵mcombellack1-2/+2
manner rather than on an instance of RpcChannel git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900220 13f79535-47bb-0310-9956-ffa450edef68
2009-12-11Correct spelling mistake and increase repeat count.slaws1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889734 13f79535-47bb-0310-9956-ffa450edef68
2009-12-10Turn find repeat count into constantslaws1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889218 13f79535-47bb-0310-9956-ffa450edef68
2009-12-10Set the static member port to be the same as the receiver port, see ↵rfeng1-6/+11
http://www.mail-archive.com/users@tomcat.apache.org/msg24873.html git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889045 13f79535-47bb-0310-9956-ffa450edef68
2009-12-09Remove unused imports to prevent compilation errorslaws1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888790 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Fix the MF and remove the need to ues impl classesrfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888542 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Add code to repeat endpoint reference matching in the failure case only. ↵slaws1-14/+35
Gives the distributed map a chance to settle down and means less arbitrary pauses in test cases. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888442 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Update so its 1 node talking to 2 others, which does work okantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888389 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Correct delimeterantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888382 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Add third registry to test and add @Ignore so test isnt run in the build yetantelder1-2/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888380 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Start a test for multiple registries and static routesantelder1-2/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888378 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Add a quick hack to enable disabling multicast. Will need to clean up all ↵antelder2-1/+131
the registry configurations once its working more properly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888376 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Add a interceptor that can disable multicastantelder1-0/+41
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888297 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Moving 2.x trunklresende6-0/+2323
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68