org.jboss.system.server.profileservice.repository.clustered.sync
Class SynchronizationId<T extends Serializable>
java.lang.Object
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
SynchronizationId
public SynchronizationId(T originator)
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.