Package org.infinispan.statetransfer
Class TransactionInfo.Externalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<TransactionInfo>
-
- org.infinispan.statetransfer.TransactionInfo.Externalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<TransactionInfo>,org.infinispan.commons.marshall.Externalizer<TransactionInfo>
- Enclosing class:
- TransactionInfo
public static class TransactionInfo.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<TransactionInfo>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Externalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetId()Set<Class<? extends TransactionInfo>>getTypeClasses()TransactionInforeadObject(ObjectInput input)voidwriteObject(ObjectOutput output, TransactionInfo object)
-
-
-
Method Detail
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<TransactionInfo>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<TransactionInfo>
-
getTypeClasses
public Set<Class<? extends TransactionInfo>> getTypeClasses()
-
writeObject
public void writeObject(ObjectOutput output, TransactionInfo object) throws IOException
- Throws:
IOException
-
readObject
public TransactionInfo readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-