com.evolveum.midpoint.task.api
Class LightweightIdentifier

java.lang.Object
  extended by com.evolveum.midpoint.task.api.LightweightIdentifier

public class LightweightIdentifier
extends Object

Author:
semancik

Constructor Summary
LightweightIdentifier(long timestamp, int hostIdentifier, int sequenceNumber)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getHostIdentifier()
           
 int getSequenceNumber()
           
 long getTimestamp()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LightweightIdentifier

public LightweightIdentifier(long timestamp,
                             int hostIdentifier,
                             int sequenceNumber)
Method Detail

getTimestamp

public long getTimestamp()

getHostIdentifier

public int getHostIdentifier()

getSequenceNumber

public int getSequenceNumber()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 evolveum. All Rights Reserved.