org.apache.qpid.server.store
Class StoreContext
java.lang.Object
org.apache.qpid.server.store.StoreContext
public class StoreContext
- extends Object
A context that the store can use to associate with a transactional context. For example, it could store
some kind of txn id.
StoreContext
public StoreContext()
StoreContext
public StoreContext(String name)
getPayload
public Object getPayload()
setPayload
public void setPayload(Object payload)
toString
public String toString()
- Prints out the transactional context as a string, mainly for debugging purposes.
- Overrides:
toString
in class Object
- Returns:
- The transactional context as a string.
Licensed to the Apache Software Foundation