jrunx.axis
Interface AxisServiceMBean

All Superinterfaces:
ConfigurableServicePartitionMBean, J2EEModuleMBean, java.io.Serializable, Service, ServiceMBean, ServicePartitionMBean
All Known Implementing Classes:
AxisService

public interface AxisServiceMBean
extends ConfigurableServicePartitionMBean, J2EEModuleMBean

MBean interface for the Axis Service.

Author:
Carl Woolf

Fields inherited from interface jrunx.kernel.Service
INITIALIZED, STARTED, STARTING, STOPPED, STOPPING, UNINITIALIZED
 
Method Summary
 java.lang.String listConfiguration()
           
 void restart()
           
 void startWebService(java.lang.String name)
           
 void stopWebService(java.lang.String name)
           
 
Methods inherited from interface jrunx.kernel.ConfigurableServicePartitionMBean
setChildElements
 
Methods inherited from interface jrunx.kernel.ServicePartitionMBean
addService, addService, iterator, removeService, removeService
 
Methods inherited from interface jrunx.kernel.ServiceMBean
bind, getBindToJNDI, getDeactivated, getDomainName, getJRunService, getLogger, getName, getParentService, getServerName, requestServer, setBindToJNDI, setDeactivated, setDomainName, setName, setParentService, unbind
 
Methods inherited from interface jrunx.kernel.Service
destroy, getStatus, init, start, stop, updateStatus
 
Methods inherited from interface jrun.j2ee.J2EEModuleMBean
getDeploymentOrigin, isRunning, setDeploymentOrigin
 

Method Detail

restart

public void restart()

listConfiguration

public java.lang.String listConfiguration()
                                   throws org.apache.axis.AxisFault

startWebService

public void startWebService(java.lang.String name)

stopWebService

public void stopWebService(java.lang.String name)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.