org.apache.commons.transaction.memory
Interface SetFactory

All Known Implementing Classes:
HashSetFactory

public interface SetFactory

Version:
$Revision$

Method Summary
 java.util.Set createSet()
           
 void disposeSet(java.util.Set set)
           
 

Method Detail

createSet

public java.util.Set createSet()

disposeSet

public void disposeSet(java.util.Set set)


Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.