[jboss-user] [JBossCache] - Re: Buddy replication behavior
manik.surtani@jboss.com
do-not-reply at jboss.com
Thu Jan 25 11:47:24 EST 2007
Would exposing the BuddyGroup in the RuntimeConfig suffise? It would have a reference to the data owner as well as the list of buddies. The primary buddy is the first buddy in the list; perhaps a convenience method
| Address getPrimaryBuddy()
| {
| return buddies.get(0);
| }
|
could be added...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006424#4006424
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006424
More information about the jboss-user
mailing list