BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.deploy.api.shared
Class WebLogicCommandType

java.lang.Object
  extended byjavax.enterprise.deploy.shared.CommandType
      extended byweblogic.deploy.api.shared.WebLogicCommandType

public class WebLogicCommandType
extends CommandType

Extends CommandType to provide additional DeploymentManager commands for WebLogic Server.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
static WebLogicCommandType ACTIVATE
          Deprecated. inluded in support of 8.1 operations. Same behavior as DEPLOY
static WebLogicCommandType DEACTIVATE
          Deprecated. inluded in support of 8.1 operations. Same behavior as CommandType.STOP
static WebLogicCommandType DEPLOY
          The DeploymentManager action operation being processed is deploy.
static WebLogicCommandType REMOVE
          Deprecated. inluded in support of 8.1 operations. Same behavior as CommandType.UNDEPLOY
static WebLogicCommandType UPDATE
          The DeploymentManager action operation being processed is update configuration
 
Fields inherited from class javax.enterprise.deploy.shared.CommandType
DISTRIBUTE, REDEPLOY, START, STOP, UNDEPLOY
 
Method Summary
static CommandType getCommandType(int i)
          Returns the CommandType object associated with the specified ordinal value.
 int getValue()
          Returns the enumeration value for this WebLogicCommandType object.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ACTIVATE

public static final WebLogicCommandType ACTIVATE
Deprecated. inluded in support of 8.1 operations. Same behavior as DEPLOY

The DeploymentManager action operation being processed is activate


DEACTIVATE

public static final WebLogicCommandType DEACTIVATE
Deprecated. inluded in support of 8.1 operations. Same behavior as CommandType.STOP

The DeploymentManager action operation being processed is deactivate.


DEPLOY

public static final WebLogicCommandType DEPLOY
The DeploymentManager action operation being processed is deploy.


REMOVE

public static final WebLogicCommandType REMOVE
Deprecated. inluded in support of 8.1 operations. Same behavior as CommandType.UNDEPLOY

The DeploymentManager action operation being processed is remove


UPDATE

public static final WebLogicCommandType UPDATE
The DeploymentManager action operation being processed is update configuration

Method Detail

getCommandType

public static CommandType getCommandType(int i)
Returns the CommandType object associated with the specified ordinal value.


getValue

public int getValue()
Returns the enumeration value for this WebLogicCommandType object.


toString

public String toString()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.