org.jboss.system.server.profileservice.repository.clustered.sync
Class SynchronizationId<T extends Serializable>

java.lang.Object
  extended by org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationId<T>
All Implemented Interfaces:
Serializable

public class SynchronizationId<T extends Serializable>
extends Object
implements Serializable

Unique id for a set of changes needed to synchronize a node's repository content with the cluster.

Version:
$Revision: $
Author:
Brian Stansberry
See Also:
Serialized Form

Constructor Summary
SynchronizationId(T originator)
           
 
Method Summary
 boolean equals(Object obj)
           
 T getOriginator()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SynchronizationId

public SynchronizationId(T originator)
Method Detail

getOriginator

public T getOriginator()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.