Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.jdeveloper.deploy.cmd
Class DeployCommandState

java.lang.Object
  extended by oracle.javatools.data.HashStructureAdapter
      extended by oracle.jdeveloper.deploy.cmd.DeployCommandState
Direct Known Subclasses:
ProfileDeployCmdState

public class DeployCommandState
extends HashStructureAdapter


Field Summary
protected static java.lang.String COMMAND_CLASS_KEY
           
protected static java.lang.String COMMAND_ID_KEY
           
protected static java.lang.String COMMAND_TYPE_KEY
           
protected static java.lang.String DEPLOY_SEQUENCE_KEY
           
 
Fields inherited from class oracle.javatools.data.HashStructureAdapter
_hash
 
Constructor Summary
DeployCommandState()
           
DeployCommandState(HashStructure hash)
           
 
Method Summary
protected  java.lang.Class<? extends DeployCommand> getCommandClass()
           
 java.lang.String getCommandClassName()
           
static java.lang.String getCommandClassName(HashStructure hash)
           
 int getCommandId()
           
static int getCommandId(HashStructure hash)
           
 int getCommandType()
           
static int getCommandType(HashStructure hash)
           
 int getDeploySequence()
           
 void saveTo(HashStructure hash)
           
 void setCommandId(int cmdId)
           
 void setDeploySequence(int sequenceId)
           
 
Methods inherited from class oracle.javatools.data.HashStructureAdapter
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMAND_CLASS_KEY

protected static final java.lang.String COMMAND_CLASS_KEY
See Also:
Constant Field Values

COMMAND_ID_KEY

protected static final java.lang.String COMMAND_ID_KEY
See Also:
Constant Field Values

COMMAND_TYPE_KEY

protected static final java.lang.String COMMAND_TYPE_KEY
See Also:
Constant Field Values

DEPLOY_SEQUENCE_KEY

protected static final java.lang.String DEPLOY_SEQUENCE_KEY
See Also:
Constant Field Values
Constructor Detail

DeployCommandState

public DeployCommandState()

DeployCommandState

public DeployCommandState(HashStructure hash)
Method Detail

getCommandClass

protected java.lang.Class<? extends DeployCommand> getCommandClass()

getCommandClassName

public java.lang.String getCommandClassName()

getCommandClassName

public static java.lang.String getCommandClassName(HashStructure hash)

getCommandId

public int getCommandId()

getCommandId

public static int getCommandId(HashStructure hash)

getDeploySequence

public int getDeploySequence()

getCommandType

public int getCommandType()

getCommandType

public static int getCommandType(HashStructure hash)

setDeploySequence

public void setDeploySequence(int sequenceId)

setCommandId

public void setCommandId(int cmdId)

saveTo

public void saveTo(HashStructure hash)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.