|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
IDeploymentManager
.
@Deprecated public interface IPortalDeployer
Defines the methods a deployer for portal resources must implement.
The implementation of a deployer must be thread-safe. This means that the same instance of a deployer may be called simultaneously by many threads.
Method Summary | |
---|---|
boolean |
canHandle(DeployConfig deployConfig)
Deprecated. Informs if this deployer can handle the specified deployment. |
void |
deploy(SessionConfig sessionConfig,
DeployConfig deployConfig)
Deprecated. Do the specified deployment into the portal. |
String |
getCustomDeploymentInterfaceId(DeployConfig deployConfig)
Deprecated. Returns the service interface id to be called when the deployment will use this deployer. |
Method Detail |
---|
boolean canHandle(DeployConfig deployConfig)
deployConfig
- deploy configuration.
String getCustomDeploymentInterfaceId(DeployConfig deployConfig) throws PortalException
deployConfig
- the deployment specification.
PortalException
void deploy(SessionConfig sessionConfig, DeployConfig deployConfig) throws PortalException
sessionConfig
- the user session information.deployConfig
- the deploy specification.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |