org.apache.derby.iapi.services.loader
Interface InstanceGetter

All Known Implementing Classes:
BasicUUIDGetter, ClassInfo, CoreDDFinderClassInfo, DepClassInfo, DTSClassInfo, FormatableInstanceGetter, GenericClassInfo, HeapClassInfo, TypesImplInstanceGetter

public interface InstanceGetter


Method Summary
 java.lang.Object getNewInstance()
          Create an instance of a class.
 

Method Detail

getNewInstance

java.lang.Object getNewInstance()
                                throws java.lang.InstantiationException,
                                       java.lang.IllegalAccessException,
                                       java.lang.reflect.InvocationTargetException
Create an instance of a class.

Throws:
java.lang.InstantiationException - Zero arg constructor can not be executed
java.lang.IllegalAccessException - Class or zero arg constructor is not public.
java.lang.reflect.InvocationTargetException - Exception throw in zero-arg constructor.

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.