jPOS 1.6.1 API Documentation

org.jpos.q2.qbean
Interface SpaceProxyAdaptorMBean

All Superinterfaces:
QBean, QBeanSupportMBean, QPersist
All Known Implementing Classes:
SpaceProxyAdaptor

public interface SpaceProxyAdaptorMBean
extends QBeanSupportMBean

MBean interface.

Version:
$Revision: 1.1.1.1 $ $Date: 2003/04/03 04:23:40 $
Author:
Alwyn Schoeman

Field Summary
 
Fields inherited from interface org.jpos.q2.QBean
DESTROYED, FAILED, STARTED, STARTING, STOPPED, STOPPING
 
Method Summary
 java.util.Set getKeys()
           
 java.lang.String getSpaceName()
           
 void setSpaceName(java.lang.String spaceName)
           
 
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
 

Method Detail

setSpaceName

void setSpaceName(java.lang.String spaceName)

getSpaceName

java.lang.String getSpaceName()

getKeys

java.util.Set getKeys()

jPOS.org