org.codehaus.wadi.jgroups
Class JGroupsRemotePeer

java.lang.Object
  extended by org.codehaus.wadi.jgroups.JGroupsPeer
      extended by org.codehaus.wadi.jgroups.JGroupsRemotePeer
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable, org.codehaus.wadi.group.Address, org.codehaus.wadi.group.Peer

public class JGroupsRemotePeer
extends JGroupsPeer

A WADI Peer mapped onto JGroups

Version:
$Revision: 2036 $
Author:
Jules Gosnell
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.codehaus.wadi.jgroups.JGroupsPeer
_cluster, _jgAddress, name
 
Constructor Summary
JGroupsRemotePeer(JGroupsCluster cluster, JGroupsPeer remotePeer)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.codehaus.wadi.jgroups.JGroupsPeer
compareTo, equals, getAddress, getJGAddress, getLocalStateMap, getName, getPeerInfo, hashCode, init, readResolve
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JGroupsRemotePeer

public JGroupsRemotePeer(JGroupsCluster cluster,
                         JGroupsPeer remotePeer)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008. All Rights Reserved.