org.jboss.test.cluster.drm
Class IReplicants.NotifyData

java.lang.Object
  extended byorg.jboss.test.cluster.drm.IReplicants.NotifyData
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
IReplicants (src)

public static class IReplicants.NotifyData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.io.Serializable key
           
 java.util.List newReplicants
           
 int newReplicantsViewId
           
 
Constructor Summary
IReplicants.NotifyData()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

key

public java.io.Serializable key

newReplicants

public java.util.List newReplicants

newReplicantsViewId

public int newReplicantsViewId
Constructor Detail

IReplicants.NotifyData

public IReplicants.NotifyData()
Method Detail

toString

public java.lang.String toString()