protected abstract static class GlobalTransaction.AbstractGlobalTxExternalizer<T extends GlobalTransaction>
extends org.infinispan.commons.marshall.AbstractExternalizer<T>
Modifier | Constructor and Description |
---|---|
protected |
AbstractGlobalTxExternalizer() |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
createGlobalTransaction()
Factory method for GlobalTransactions
|
T |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
T gtx) |
public void writeObject(ObjectOutput output, T gtx) throws IOException
IOException
protected abstract T createGlobalTransaction()
public T readObject(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.