Skip navigation links

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

E13403-06


oracle.jdeveloper.deploy.dt.wizard.spi
Class DeployToAppServerWizardState

java.lang.Object
  extended by oracle.jdeveloper.deploy.dt.wizard.spi.AbstractWizardState
      extended by oracle.jdeveloper.deploy.dt.wizard.spi.DefaultWizardState
          extended by oracle.jdeveloper.deploy.dt.wizard.spi.DeployWizardState
              extended by oracle.jdeveloper.deploy.dt.wizard.spi.DeployToAppServerWizardState

All Implemented Interfaces:
WizardState, oracle.jdeveloper.deploy.tk.Toolkit

public class DeployToAppServerWizardState
extends DeployWizardState

Field Summary
static java.lang.String STATE_ID
           

 

Fields inherited from class oracle.jdeveloper.deploy.dt.wizard.spi.DefaultWizardState
NULL_TRANSITIONS

 

Fields inherited from interface oracle.jdeveloper.deploy.dt.wizard.spi.WizardState
CONTEXT_WIZARD_STATE, CONTEXT_WIZARD_STATE_EXIT_TRANSITION

 

Constructor Summary
DeployToAppServerWizardState(DeployAppServersToolkit appServersTk)
           
DeployToAppServerWizardState(java.lang.Object stateId, java.lang.Object[] exitTransitions, Step step)
           

 

Method Summary
 java.lang.Object getDefaultStateId()
           
protected static Step makeStep(DeployAppServersToolkit appServersTk)
           
protected static java.lang.Object[] transitions(DeployAppServersToolkit appServersTk)
           

 

Methods inherited from class oracle.jdeveloper.deploy.dt.wizard.spi.DefaultWizardState
addState, addTransitions, containsExitTransition, getBoundState, getExitTransitions, getWizardStep, setWizardStep

 

Methods inherited from class oracle.jdeveloper.deploy.dt.wizard.spi.AbstractWizardState
addFinalState, addStartState, addState, bind, buildState, findExitTransition, findWizardState, getParentState, getStateId, putExitTransition, putWizardState, setParentState

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

STATE_ID

public static java.lang.String STATE_ID

Constructor Detail

DeployToAppServerWizardState

public DeployToAppServerWizardState(java.lang.Object stateId,
                                    java.lang.Object[] exitTransitions,
                                    Step step)

DeployToAppServerWizardState

public DeployToAppServerWizardState(DeployAppServersToolkit appServersTk)

Method Detail

transitions

protected static java.lang.Object[] transitions(DeployAppServersToolkit appServersTk)

makeStep

protected static Step makeStep(DeployAppServersToolkit appServersTk)

getDefaultStateId

public java.lang.Object getDefaultStateId()
Specified by:
getDefaultStateId in interface WizardState
Overrides:
getDefaultStateId in class DefaultWizardState

Skip navigation links

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

E13403-06


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