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

Fields inherited from interface jrunx.kernel.Service
INITIALIZED, STARTED, STARTING, STOPPED, STOPPING, UNINITIALIZED
 
Method Summary
 void setChildElements(DocumentElement parent, java.util.Vector children)
          Sets the child DocumentElement objects as parsed from jrun.xml.
 
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
 

Method Detail

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 DocumentElement
children - A Vector of DocumentElement objects


Copyright � 2002 Macromedia Corporation. All Rights Reserved.