Uses of Class
org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer.ActionType
-
Packages that use AbstractJonasRemoteDeployer.ActionType Package Description org.codehaus.cargo.container.jonas.internal -
-
Uses of AbstractJonasRemoteDeployer.ActionType in org.codehaus.cargo.container.jonas.internal
Fields in org.codehaus.cargo.container.jonas.internal declared as AbstractJonasRemoteDeployer.ActionType Modifier and Type Field Description static AbstractJonasRemoteDeployer.ActionType
AbstractJonasRemoteDeployer.ActionType. DEPLOY
The "deploy" action.static AbstractJonasRemoteDeployer.ActionType
AbstractJonasRemoteDeployer.ActionType. UNDEPLOY
The "undeploy" action.static AbstractJonasRemoteDeployer.ActionType
AbstractJonasRemoteDeployer.ActionType. UPLOAD_DEPLOY
The "upload and deploy" action.Methods in org.codehaus.cargo.container.jonas.internal with parameters of type AbstractJonasRemoteDeployer.ActionType Modifier and Type Method Description protected String
AbstractJonas4xRemoteDeployer. getOperationName(AbstractJonasRemoteDeployer.ActionType actionType, DeployableType deployableType, AbstractJonasRemoteDeployer.TargetType targetType)
Returns the operation name for the given deployable and action type.protected String
AbstractJonas5xRemoteDeployer. getOperationName(AbstractJonasRemoteDeployer.ActionType actionType, DeployableType deployableType, AbstractJonasRemoteDeployer.TargetType targetType)
Returns the operation name for the given deployable and action type.protected abstract String
AbstractJonasRemoteDeployer. getOperationName(AbstractJonasRemoteDeployer.ActionType actionType, DeployableType deployableType, AbstractJonasRemoteDeployer.TargetType targetType)
Returns the operation name for the given deployable and action type.
-