|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.tranlog.BaseTransactionLogEntry | +--org.exolab.jms.tranlog.StateTransactionLogEntry
Constructor Summary | |
StateTransactionLogEntry()
Default constuctor for serialization |
Method Summary | |
TransactionState |
getState()
Get the transaction state |
void |
readExternal(java.io.ObjectInput stream)
|
void |
setState(TransactionState state)
Set the transaction state |
void |
writeExternal(java.io.ObjectOutput stream)
|
Methods inherited from class org.exolab.jms.tranlog.BaseTransactionLogEntry |
getCreated, getExpiryTime, getExternalXid, getResourceId, setCreated, setCreated, setExpiryTime, setExternalXid, setResourceId, transactionExpired |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StateTransactionLogEntry()
Method Detail |
public void setState(TransactionState state)
state
- public TransactionState getState()
public void writeExternal(java.io.ObjectOutput stream) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
writeExternal
in class BaseTransactionLogEntry
public void readExternal(java.io.ObjectInput stream) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
readExternal
in class BaseTransactionLogEntry
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |