Class TransactionMemoryStore<V extends BasicTransaction>

  • All Implemented Interfaces:
    TransactionStore<V>, edu.uiuc.ncsa.security.core.Store<V>, Serializable, Cloneable, Map<edu.uiuc.ncsa.security.core.Identifier,​V>

    public class TransactionMemoryStore<V extends BasicTransaction>
    extends edu.uiuc.ncsa.security.storage.MemoryStore<V>
    implements TransactionStore<V>
    In-memory transaction storage. This does nto persist between server restarts.

    Created by Jeff Gaynor
    on 11/4/11 at 1:32 PM

    See Also:
    Serialized Form