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:
Runnable, Configurable, QBean, QBeanSupportMBean, QPersist

public class BSH
extends QBeanSupport
implements Runnable


Field Summary
protected  bsh.Interpreter bsh
           
 
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
BSH()
           
 
Method Summary
 void initService()
           
 void run()
           
 void startService()
           
 
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, isModified, running, setAttr, setConfiguration, setLogger, setModified, setName, setPersist, setProperty, setRealm, setServer, setState, shutdownQ2, start, stop, stopService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bsh

protected bsh.Interpreter bsh
Constructor Detail

BSH

public BSH()
Method Detail

initService

public void initService()
Overrides:
initService in class QBeanSupport

startService

public void startService()
Overrides:
startService in class QBeanSupport

run

public void run()
Specified by:
run in interface Runnable


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