jPOS 1.6.7 API Documentation

org.jpos.q2.qbean
Class QBeanFactory

java.lang.Object
  extended by org.jpos.q2.QBeanSupport
      extended by org.jpos.q2.qbean.QBeanFactory
All Implemented Interfaces:
Configurable, QBean, QBeanFactoryMBean, QBeanSupportMBean, QPersist

public class QBeanFactory
extends QBeanSupport
implements QBeanFactoryMBean


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

Constructor Detail

QBeanFactory

public QBeanFactory()
Method Detail

initService

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

start

public void start()
Description copied from interface: QBean
start the service

Specified by:
start in interface QBean
Overrides:
start in class QBeanSupport

stop

public void stop()
Description copied from interface: QBean
stop the service

Specified by:
stop in interface QBean
Overrides:
stop in class QBeanSupport

startService

public void startService()

stopService

public void stopService()

getBean

public java.lang.Object getBean(java.lang.String id)
Specified by:
getBean in interface QBeanFactoryMBean

jPOS.org