Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

weblogic.deploy.api.shared
Class WebLogicCommandType

java.lang.Object
  extended by javax.enterprise.deploy.shared.CommandType
      extended by weblogic.deploy.api.shared.WebLogicCommandType

public class WebLogicCommandType
extends CommandType

Extends CommandType to provide additional DeploymentManager commands for WebLogic Server.


Field Summary
static WebLogicCommandType ACTIVATE
          Deprecated. inluded in support of 8.1 operations. Same behavior as WebLogicCommandType.DEPLOY
static WebLogicCommandType DEACTIVATE
          Deprecated. inlcuded in support of 8.1 operations.
static WebLogicCommandType DEPLOY
          The DeploymentManager action operation being processed is deploy.
static WebLogicCommandType REMOVE
          Deprecated. included in support of 8.1 operations.
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 javax.enterprise.deploy.shared.CommandType
getEnumValueTable, getOffset, getStringTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEPLOY

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


UPDATE

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


DEACTIVATE

public static final WebLogicCommandType DEACTIVATE
Deprecated. inlcuded in support of 8.1 operations.
The DeploymentManager action operation being processed is deactivated (DEACTIVATE).


REMOVE

public static final WebLogicCommandType REMOVE
Deprecated. included in support of 8.1 operations.
The DeploymentManager action operation being processed is removed (REMOVE).


ACTIVATE

public static final WebLogicCommandType ACTIVATE
Deprecated. inluded in support of 8.1 operations. Same behavior as WebLogicCommandType.DEPLOY
The DeploymentManager action operation being processed is activate

Method Detail

getValue

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

Overrides:
getValue in class CommandType

getCommandType

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


toString

public String toString()
Overrides:
toString in class CommandType

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02