org.azuki.framework.object
Interface IObjectFactory<T>


public interface IObjectFactory<T>

Author:
Robert Bakic (robert.bakic@gmail.com)

Method Summary
 T createObject(Object... args)
           
 String getObjectName()
           
 

Method Detail

getObjectName

String getObjectName()

createObject

T createObject(Object... args)
               throws Exception
Throws:
Exception


Azuki Framework Copyright © 2006 the original author or authors.