edu.emory.mathcs.util.remote.locks
Class RemoteEisMcGLock.Participant
java.lang.Object
edu.emory.mathcs.util.remote.locks.RemoteEisMcGLock.Participant
- All Implemented Interfaces:
- java.lang.Comparable
- Enclosing class:
- RemoteEisMcGLock
- public static class RemoteEisMcGLock.Participant
- extends java.lang.Object
- implements java.lang.Comparable
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
RemoteEisMcGLock.Participant
public RemoteEisMcGLock.Participant(java.lang.Comparable id,
RemoteEisMcGLock.Participant.State state)
getID
public java.lang.Comparable getID()
getState
public RemoteEisMcGLock.Participant.State getState()
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object other)
compareTo
public int compareTo(java.lang.Object other)
- Specified by:
compareTo
in interface java.lang.Comparable