jrunx.cluster
Interface ClusterDeployerServiceMBean
- All Superinterfaces:
- ConfigurableServicePartitionMBean, java.io.Serializable, Service, ServiceMBean, ServicePartitionMBean
- All Known Implementing Classes:
- ClusterDeployerService
- public interface ClusterDeployerServiceMBean
- extends ConfigurableServicePartitionMBean
Management interface for the ClusterDeployerService.
- Author:
- Paul Reilly
| Methods inherited from interface jrunx.kernel.ServiceMBean |
bind, getBindToJNDI, getDeactivated, getDomainName, getJRunService, getLogger, getName, getParentService, getServerName, requestServer, setBindToJNDI, setDeactivated, setDomainName, setName, setParentService, unbind |
OBJECT_NAME
public static final java.lang.String OBJECT_NAME
deploy
public void deploy(java.net.URL url)
throws DeploymentException
isDeployed
public boolean isDeployed(java.net.URL url)
getContextRoot
public java.lang.String getContextRoot()
getDeployDirectory
public java.lang.String getDeployDirectory()
getPollFrequency
public long getPollFrequency()
isHotDeploy
public boolean isHotDeploy()
redeploy
public void redeploy(java.net.URL url)
throws DeploymentException
setContextRoot
public void setContextRoot(java.lang.String contextRoot)
setHotDeploy
public void setHotDeploy(boolean hotDeploy)
setDeployDirectory
public void setDeployDirectory(java.lang.String deployDirectory)
setPollFrequency
public void setPollFrequency(long seconds)
undeploy
public void undeploy(java.net.URL url)
throws DeploymentException
Copyright � 2002 Macromedia Corporation. All Rights Reserved.