org.apache.oodt.cas.pushpull.objectfactory
Class PushPullObjectFactory

java.lang.Object
  extended by org.apache.oodt.cas.pushpull.objectfactory.PushPullObjectFactory

public class PushPullObjectFactory
extends Object

Version:
$Revision$

Describe your class here

.
Author:
bfoster

Method Summary
static org.apache.oodt.cas.filemgr.ingest.Ingester createIngester(String ingesterClass, String cacheFactoryClass)
           
static
<T> T
createNewInstance(Class<T> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createNewInstance

public static <T> T createNewInstance(Class<T> clazz)
                           throws InstantiationException
Throws:
InstantiationException

createIngester

public static org.apache.oodt.cas.filemgr.ingest.Ingester createIngester(String ingesterClass,
                                                                         String cacheFactoryClass)
                                                                  throws InstantiationException,
                                                                         IllegalAccessException,
                                                                         ClassNotFoundException,
                                                                         IllegalArgumentException,
                                                                         SecurityException,
                                                                         InvocationTargetException,
                                                                         NoSuchMethodException
Throws:
InstantiationException
IllegalAccessException
ClassNotFoundException
IllegalArgumentException
SecurityException
InvocationTargetException
NoSuchMethodException


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