|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContainerProvider
Interface for container configuration and startup.
Method Summary | |
---|---|
void |
deploy(java.lang.String theContextPath,
java.net.URL theDeployableObject,
Credential theCredentials,
org.eclipse.core.runtime.IProgressMonitor thePM)
Deploy a webapp to the container. |
void |
start(ContainerInfo theContainerInfo,
org.eclipse.core.runtime.IProgressMonitor thePM)
Starts the container. |
void |
stop(ContainerInfo theContainerInfo,
org.eclipse.core.runtime.IProgressMonitor thePM)
Stops the container. |
void |
undeploy(java.lang.String theContextPath,
Credential theCredentials,
org.eclipse.core.runtime.IProgressMonitor thePM)
UnDeploy a webapp to the container. |
Method Detail |
---|
void start(ContainerInfo theContainerInfo, org.eclipse.core.runtime.IProgressMonitor thePM) throws org.eclipse.core.runtime.CoreException
theContainerInfo
- detail of the container configurationthePM
- the monitor that reflects progress made while starting
org.eclipse.core.runtime.CoreException
- when starting failsvoid deploy(java.lang.String theContextPath, java.net.URL theDeployableObject, Credential theCredentials, org.eclipse.core.runtime.IProgressMonitor thePM) throws org.eclipse.core.runtime.CoreException
theContextPath
- path to the webapp (for example "test")theDeployableObject
- war file to be deployedtheCredentials
- credentials for deployment (user:pwd)thePM
- the monitor that reflects progress made while deploying
org.eclipse.core.runtime.CoreException
- when deployment failsvoid undeploy(java.lang.String theContextPath, Credential theCredentials, org.eclipse.core.runtime.IProgressMonitor thePM) throws org.eclipse.core.runtime.CoreException
theContextPath
- path to the webapptheCredentials
- credentials for undeployment (user:pwd)thePM
- the monitor that reflects progress made while undeploying
org.eclipse.core.runtime.CoreException
- when undeployment failsvoid stop(ContainerInfo theContainerInfo, org.eclipse.core.runtime.IProgressMonitor thePM) throws org.eclipse.core.runtime.CoreException
theContainerInfo
- detail of the container configurationthePM
- the monitor that reflects progress made while stopping
org.eclipse.core.runtime.CoreException
- when stopping fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |