jPOS 1.6.1 API Documentation

org.jpos.q2.qbean
Class SpaceProxyAdaptor

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

public class SpaceProxyAdaptor
extends QBeanSupport
implements SpaceProxyAdaptorMBean

Remote Space Proxy Adaptor.

Version:
$Revision: 2594 $ $Date: 2008-01-22 08:41:31 -0800 (Tue, 22 Jan 2008) $
Author:
Alwyn Schoeman

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
SpaceProxyAdaptor()
           
 
Method Summary
 java.util.Set getKeys()
           
 java.lang.String getSpaceName()
           
 void setSpaceName(java.lang.String spaceName)
           
 
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
 
Methods inherited from interface org.jpos.q2.QBeanSupportMBean
getLoader, getLoaderURLS, getLogger, getName, getServer, setLogger, setName, setPersist, 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

SpaceProxyAdaptor

public SpaceProxyAdaptor()
Method Detail

setSpaceName

public void setSpaceName(java.lang.String spaceName)
Specified by:
setSpaceName in interface SpaceProxyAdaptorMBean

getSpaceName

public java.lang.String getSpaceName()
Specified by:
getSpaceName in interface SpaceProxyAdaptorMBean

getKeys

public java.util.Set getKeys()
Specified by:
getKeys in interface SpaceProxyAdaptorMBean

jPOS.org