Uses of Class
org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer.TargetType
-
Packages that use AbstractJonasRemoteDeployer.TargetType Package Description org.codehaus.cargo.container.jonas.internal -
-
Uses of AbstractJonasRemoteDeployer.TargetType in org.codehaus.cargo.container.jonas.internal
Fields in org.codehaus.cargo.container.jonas.internal declared as AbstractJonasRemoteDeployer.TargetType Modifier and Type Field Description static AbstractJonasRemoteDeployer.TargetTypeAbstractJonasRemoteDeployer.TargetType. DOMAINThe domain master.static AbstractJonasRemoteDeployer.TargetTypeAbstractJonasRemoteDeployer.TargetType. SERVEROne server.Methods in org.codehaus.cargo.container.jonas.internal with parameters of type AbstractJonasRemoteDeployer.TargetType 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.
-