jPOS 1.6.1 API Documentation

org.jpos.q2.qbean
Class BSH

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

public class BSH
extends QBeanSupport
implements java.lang.Runnable


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
BSH()
           
 
Method Summary
 void initService()
           
 void run()
           
 void startService()
           
 
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

BSH

public BSH()
Method Detail

initService

public void initService()

startService

public void startService()

run

public void run()
Specified by:
run in interface java.lang.Runnable

jPOS.org