org.jboss.test.cluster.ds
Class IDistributedState.NotifyData

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String category
           
 java.io.Serializable key
           
 boolean locallyModified
           
 java.io.Serializable value
           
 
Constructor Summary
IDistributedState.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

category

public java.lang.String category

key

public java.io.Serializable key

value

public java.io.Serializable value

locallyModified

public boolean locallyModified
Constructor Detail

IDistributedState.NotifyData

public IDistributedState.NotifyData()
Method Detail

toString

public java.lang.String toString()