jPOS 1.6.1 API Documentation

org.jpos.q2.ui
Class UI

java.lang.Object
  extended by org.jpos.q2.QBeanSupport
      extended by org.jpos.q2.ui.UI
All Implemented Interfaces:
Configurable, QBean, QBeanSupportMBean, QPersist, UIObjectFactory

public class UI
extends QBeanSupport
implements UIObjectFactory

Author:
Alejandro Revilla org.jpos.ui.UI adapter

Field Summary
 
Fields inherited from class org.jpos.q2.QBeanSupport
stateString
 
Fields inherited from interface org.jpos.q2.QBean
DESTROYED, FAILED, STARTED, STARTING, STOPPED, STOPPING
 
Constructor Summary
UI()
           
 
Method Summary
 java.lang.Object newInstance(java.lang.String clazz)
           
 void startService()
           
 void stopService()
           
 
Methods inherited from class org.jpos.q2.QBeanSupport
destroy, getConfiguration, getFactory, getLoader, getLoaderURLS, getLog, getLogger, getName, getPersist, getServer, getState, getStateAsString, init, isModified, running, setConfiguration, setLogger, setModified, setName, setPersist, setServer, setState, shutdownQ2, start, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UI

public UI()
Method Detail

startService

public void startService()
                  throws java.lang.Exception
Throws:
java.lang.Exception

stopService

public void stopService()

newInstance

public java.lang.Object newInstance(java.lang.String clazz)
                             throws java.lang.Exception
Specified by:
newInstance in interface UIObjectFactory
Parameters:
clazz - the Clazzzz
Returns:
the Object
Throws:
java.lang.Exception

jPOS.org