|
Oracle | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectCommandType
weblogic.deploy.api.shared.WebLogicCommandType
public class WebLogicCommandType
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. inluded in support of 8.1 operations. Same behavior as #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 #UNDEPLOY |
static WebLogicCommandType |
UPDATE
The DeploymentManager action operation being processed is update configuration |
| 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 |
|---|
public static final WebLogicCommandType DEPLOY
public static final WebLogicCommandType UPDATE
public static final WebLogicCommandType DEACTIVATE
#STOP
public static final WebLogicCommandType REMOVE
#UNDEPLOY
public static final WebLogicCommandType ACTIVATE
WebLogicCommandType.DEPLOY
| Method Detail |
|---|
public int getValue()
public static CommandType getCommandType(int i)
public String toString()
|
Documentation is available at http://edocs.bea.com/wls/docs103 Copyright 1996,2008, 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. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||