org.iids.aos.systemservices.communicator.structs
Class MigrationID

java.lang.Object
  extended by org.iids.aos.systemservices.communicator.structs.MigrationID
All Implemented Interfaces:
java.io.Serializable, Struct

public class MigrationID
extends java.lang.Object
implements Struct

Serializable class of TransactionIDs

Author:
michel@cs.vu.nl
See Also:
Serialized Form

Constructor Summary
MigrationID(byte[] id)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 TransactionID toTransactionId()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MigrationID

public MigrationID(byte[] id)
Method Detail

toTransactionId

public TransactionID toTransactionId()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.