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

java.util.Set createSet()

disposeSet

void disposeSet(java.util.Set set)


Copyright ? 2004 The Apache Software Foundation. All Rights Reserved.