org.jpos.ui
Interface UIObjectFactory

All Known Implementing Classes:
BSHUI, UI, UI

public interface UIObjectFactory

Author:
Alejandro Revilla UI delegates object creation to an object factory (i.e. in Q2, we delegate to an MBeanServer via QFactory)

Method Summary
 Object newInstance(String clazz)
           
 

Method Detail

newInstance

Object newInstance(String clazz)
                   throws Exception
Parameters:
clazz - the Clazzzz
Returns:
the Object
Throws:
throws - may throw something
Exception


Copyright © 1998-2012 jPOS.org. All Rights Reserved.