Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » How to get a list of active CacheCoordination members?
How to get a list of active CacheCoordination members? [message #760079] Thu, 01 December 2011 08:54 Go to next message
oernii  is currently offline oernii Friend
Messages: 3
Registered: March 2010
Junior Member
Hi, for our administrator we would need a way to allow them to view the members of Cache Coordination cluster. We currently use multicast and RMI configuration like this:

<property name="eclipselink.cache.coordination.protocol" value="rmi" />
<property name="eclipselink.cache.coordination.jndi.user" value="" />
<property name="eclipselink.cache.coordination.jndi.password" value="" />
<property name="eclipselink.cache.coordination.rmi.url" value="rmi://server13:1099/" />
<property name="eclipselink.cache.coordination.naming-service" value="rmi" />
<property name="eclipselink.cache.coordination.rmi.announcement-delay" value="1000" />
<property name="eclipselink.cache.coordination.rmi.multicast-group" value="239.192.0.0" />
<property name="eclipselink.cache.coordination.rmi.multicast-group.port" value="3121" />
<property name="eclipselink.cache.coordination.packet-time-to-live" value="2" />

thanks
Re: How to get a list of active CacheCoordination members? [message #761021 is a reply to message #760079] Mon, 05 December 2011 19:32 Go to previous message
James Sutherland is currently offline James SutherlandFriend
Messages: 1939
Registered: July 2009
Location: Ottawa, Canada
Senior Member

You could access the remote connections from the API,

session.getCommandManager().getTransportManager().getConnectionsToExternalServices()


James : Wiki : Book : Blog : Twitter
Previous Topic:How to get a ref cursor/resultset from a StoredFunctionCall or StoredProcedureCall
Next Topic:Server startup FileNotFoundException
Goto Forum:
  


Current Time: Thu Apr 25 19:16:24 GMT 2024

Powered by FUDForum. Page generated in 0.02322 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top