org.apache.oodt.cas.filemgr.ingest
Class RmiCacheFactory

java.lang.Object
  extended by org.apache.oodt.cas.filemgr.ingest.RmiCacheFactory
All Implemented Interfaces:
CacheFactory

public class RmiCacheFactory
extends Object
implements CacheFactory

Version:
$Revision: 9683 $

Constructs new RmiCaches.

.
Author:
mattmann

Constructor Summary
RmiCacheFactory()
           
 
Method Summary
 Cache createCache()
          Create a new Cache.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RmiCacheFactory

public RmiCacheFactory()
Method Detail

createCache

public Cache createCache()
                  throws InstantiationException
Description copied from interface: CacheFactory
Create a new Cache.

Specified by:
createCache in interface CacheFactory
Returns:
A new Cache, constructed by the implementing Factory.
Throws:
InstantiationException - If the the particular Cache can not be created for some reason.


Copyright © 1999-2011 Apache OODT. All Rights Reserved.