jPOS 1.6.1 API Documentation

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
 java.lang.Object newInstance(java.lang.String clazz)
           
 

Method Detail

newInstance

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

jPOS.org