org.apache.servicemix.store.memory
Class MemoryStoreFactory

java.lang.Object
  extended by org.apache.servicemix.store.memory.MemoryStoreFactory
All Implemented Interfaces:
StoreFactory

public class MemoryStoreFactory
extends Object
implements StoreFactory


Constructor Summary
MemoryStoreFactory()
           
 
Method Summary
 void close(Store store)
           
 Store open(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryStoreFactory

public MemoryStoreFactory()
Method Detail

open

public Store open(String name)
           throws IOException
Specified by:
open in interface StoreFactory
Throws:
IOException

close

public void close(Store store)
           throws IOException
Specified by:
close in interface StoreFactory
Throws:
IOException


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.