org.apache.commons.transaction.memory
Interface SetFactory

All Known Implementing Classes:
HashSetFactory

public interface SetFactory

Version:
$Id: SetFactory.java 493628 2007-01-07 01:42:48Z joerg $

Method Summary
 Set createSet()
           
 void disposeSet(Set set)
           
 

Method Detail

createSet

Set createSet()

disposeSet

void disposeSet(Set set)


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.