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
cfg, log
 
Fields inherited from interface org.jpos.q2.QBean
DESTROYED, FAILED, STARTED, STARTING, stateString, STOPPED, STOPPING
 
Constructor Summary
UI()
           
 
Method Summary
 Object newInstance(String clazz)
           
 void startService()
           
 void stopService()
           
 
Methods inherited from class org.jpos.q2.QBeanSupport
addAttr, createElement, destroy, destroyService, getAttrs, getAttrs, getConfiguration, getFactory, getLoader, getLoaderURLS, getLog, getLogger, getName, getPersist, getProperties, getProperty, getRealm, getServer, getState, getStateAsString, init, initService, isModified, running, setAttr, setConfiguration, setLogger, setModified, setName, setPersist, setProperty, setRealm, setServer, setState, shutdownQ2, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UI

public UI()
Method Detail

startService

public void startService()
                  throws Exception
Overrides:
startService in class QBeanSupport
Throws:
Exception

stopService

public void stopService()
Overrides:
stopService in class QBeanSupport

newInstance

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


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