jrun.jms.core.config
Interface ConfigurationManager

All Superinterfaces:
ConfigurationManagerServiceMBean, JMSServiceAdapterMBean, java.io.Serializable, Service, ServiceMBean
All Known Implementing Classes:
ConfigurationManagerService

public interface ConfigurationManager
extends ConfigurationManagerServiceMBean


Fields inherited from interface jrunx.kernel.Service
INITIALIZED, STARTED, STARTING, STOPPED, STOPPING, UNINITIALIZED
 
Method Summary
 java.lang.String getAdminServerName()
           
 int getCacheSize()
           
 JRunJMSMetaData getConfig()
           
 java.lang.String getServerName()
           
 java.lang.String getServerURL()
           
 int getTransportPort(java.lang.String transport)
           
 
Methods inherited from interface jrun.jms.core.config.ConfigurationManagerServiceMBean
setConfig
 
Methods inherited from interface jrunx.kernel.ServiceMBean
bind, getBindToJNDI, getDeactivated, getDomainName, getJRunService, getLogger, getName, getParentService, requestServer, setBindToJNDI, setDeactivated, setDomainName, setName, setParentService, unbind
 
Methods inherited from interface jrunx.kernel.Service
destroy, getStatus, init, start, stop, updateStatus
 

Method Detail

getConfig

public JRunJMSMetaData getConfig()

getCacheSize

public int getCacheSize()

getTransportPort

public int getTransportPort(java.lang.String transport)

getServerName

public java.lang.String getServerName()
Specified by:
getServerName in interface ServiceMBean

getAdminServerName

public java.lang.String getAdminServerName()

getServerURL

public java.lang.String getServerURL()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.