org.apache.derby.impl.store.raw.xact
Class GlobalXactId
- java.lang.Object
-
- org.apache.derby.iapi.store.access.GlobalXact
-
- org.apache.derby.impl.store.raw.xact.GlobalXactId
-
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable, Formatable, TypedFormat, GlobalTransactionId
public class GlobalXactId extends GlobalXact implements GlobalTransactionId
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description GlobalXactId()Public Methods of Formatable interface:
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetTypeFormatId()Return my format identifier.voidreadExternal(java.io.ObjectInput in)Read this invoidwriteExternal(java.io.ObjectOutput out)Write this out.-
Methods inherited from class org.apache.derby.iapi.store.access.GlobalXact
equals, hashCode, toString
-
-
-
-
Method Detail
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOExceptionWrite this out.- Specified by:
writeExternalin interfacejava.io.Externalizable- Throws:
java.io.IOException- error writing to log stream
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundExceptionRead this in- Specified by:
readExternalin interfacejava.io.Externalizable- Throws:
java.io.IOException- error reading from log streamjava.lang.ClassNotFoundException- log stream corrupted
-
getTypeFormatId
public int getTypeFormatId()
Return my format identifier.- Specified by:
getTypeFormatIdin interfaceTypedFormat- Returns:
- The identifier. (A UUID stuffed in an array of 16 bytes).
-
-
DataMelt 3.0 © DataMelt by jWork.ORG