interface  org.apache.activemq.store.jdbc.JdbcMemoryTransactionStore$LastAckCommand extends java.lang.Object implements org.apache.activemq.store.memory.MemoryTransactionStore$RemoveMessageCommand
{
public abstract void rollback(org.apache.activemq.broker.ConnectionContext) throws java.io.IOException;
public abstract java.lang.String getClientId();
public abstract java.lang.String getSubName();
public abstract long getSequence();
public abstract byte getPriority();
public abstract void setMessageStore(org.apache.activemq.store.jdbc.JDBCTopicMessageStore);
}