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.ActionTypeAbstractJonasRemoteDeployer.ActionType. DEPLOYThe "deploy" action.static AbstractJonasRemoteDeployer.ActionTypeAbstractJonasRemoteDeployer.ActionType. UNDEPLOYThe "undeploy" action.static AbstractJonasRemoteDeployer.ActionTypeAbstractJonasRemoteDeployer.ActionType. UPLOAD_DEPLOYThe "upload and deploy" action.Methods in org.codehaus.cargo.container.jonas.internal with parameters of type AbstractJonasRemoteDeployer.ActionType Modifier and Type Method Description protected StringAbstractJonas4xRemoteDeployer. getOperationName(AbstractJonasRemoteDeployer.ActionType actionType, DeployableType deployableType, AbstractJonasRemoteDeployer.TargetType targetType)Returns the operation name for the given deployable and action type.protected StringAbstractJonas5xRemoteDeployer. getOperationName(AbstractJonasRemoteDeployer.ActionType actionType, DeployableType deployableType, AbstractJonasRemoteDeployer.TargetType targetType)Returns the operation name for the given deployable and action type.protected abstract StringAbstractJonasRemoteDeployer. getOperationName(AbstractJonasRemoteDeployer.ActionType actionType, DeployableType deployableType, AbstractJonasRemoteDeployer.TargetType targetType)Returns the operation name for the given deployable and action type.
-