org.apache.commons.transaction.memory
Interface SetFactory

All Known Implementing Classes:
HashSetFactory

public interface SetFactory

Version:
$Revision: 1.1 $

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

Method Detail

createSet

public Set createSet()

disposeSet

public void disposeSet(Set set)


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