jrunx.kernel
Interface ConfigurableServicePartitionMBean
- All Superinterfaces:
- java.io.Serializable, Service, ServiceMBean, ServicePartitionMBean
- All Known Subinterfaces:
- AxisServiceMBean, ClusterableServiceAdapterMBean, ClusterDeployerServiceMBean, ClusterManagerMBean, DeployerServiceMBean, InstrumentationServiceMBean, JRunJMSMBean, JRunProxyClusterHelperMBean, JRunServerMBean, JRunTransactionServiceMBean, Logger, LoggerServiceMBean, ResourceServiceInterface, ResourceServiceMBean, RMIBrokerMBean, ServletEngine, ServletEngineServiceMBean, ServletUsers, ServletUsersServiceMBean, Session, SessionReplicationServiceMBean, SessionServiceMBean, WebApplication, WebApplicationServiceMBean, WebAppSecurity, WebAppSecurityServiceMBean
- All Known Implementing Classes:
- ConfigurableServicePartition
- public interface ConfigurableServicePartitionMBean
- extends ServicePartitionMBean
A configurable service partition is a partition whose services are
defined in jrun.xml and is fully configured via XML elements. The
server writer does not need to implement any of the service lifecycle
methods.
- Author:
- Karl Moss
| Methods inherited from interface jrunx.kernel.ServiceMBean |
bind, getBindToJNDI, getDeactivated, getDomainName, getJRunService, getLogger, getName, getParentService, getServerName, requestServer, setBindToJNDI, setDeactivated, setDomainName, setName, setParentService, unbind |
setChildElements
public void setChildElements(DocumentElement parent,
java.util.Vector children)
- Sets the child DocumentElement objects as parsed from jrun.xml.
This is done automatically when the service is loaded.
- Parameters:
parent - My parent DocumentElementchildren - A Vector of DocumentElement objects
Copyright � 2002 Macromedia Corporation. All Rights Reserved.