org.jpos.q2.iso
Class QMUXProxyAdaptor

java.lang.Object
  extended by org.jpos.q2.QBeanSupport
      extended by org.jpos.q2.iso.QMUXProxyAdaptor
All Implemented Interfaces:
Configurable, QMUXProxyAdaptorMBean, QBean, QBeanSupportMBean, QPersist

public class QMUXProxyAdaptor
extends QBeanSupport
implements QMUXProxyAdaptorMBean

Remote Space Proxy Adaptor.

Version:
$Revision: 2854 $ $Date: 2010-01-02 10:34:31 +0000 (Sat, 02 Jan 2010) $
Author:
Mark Salter, Alwyn Schoeman

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
QMUXProxyAdaptor()
           
 
Method Summary
 String getQmuxName()
           
 void setQmuxName(String muxName)
           
protected  void startService()
           
protected  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
 
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, start, stop
 
Methods inherited from interface org.jpos.q2.QPersist
getPersist, isModified
 

Constructor Detail

QMUXProxyAdaptor

public QMUXProxyAdaptor()
Method Detail

startService

protected void startService()
                     throws RemoteException,
                            NamingException,
                            NameRegistrar.NotFoundException
Overrides:
startService in class QBeanSupport
Throws:
RemoteException
NamingException
NameRegistrar.NotFoundException

stopService

protected void stopService()
                    throws NamingException
Overrides:
stopService in class QBeanSupport
Throws:
NamingException

setQmuxName

public void setQmuxName(String muxName)
Specified by:
setQmuxName in interface QMUXProxyAdaptorMBean

getQmuxName

public String getQmuxName()
Specified by:
getQmuxName in interface QMUXProxyAdaptorMBean


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