|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperationStateBean.Step | |
|---|---|
| org.ow2.jasmine.jadort.api | |
| org.ow2.jasmine.jadort.api.entities.deployment | |
| org.ow2.jasmine.jadort.service.implementation | |
| Uses of OperationStateBean.Step in org.ow2.jasmine.jadort.api |
|---|
| Methods in org.ow2.jasmine.jadort.api that return OperationStateBean.Step | |
|---|---|
OperationStateBean.Step |
IJadortService.getCurrentStep()
Returns the current Step of the current operation |
| Constructors in org.ow2.jasmine.jadort.api with parameters of type OperationStateBean.Step | |
|---|---|
InvalidStepException(OperationStateBean.Step currentStep,
OperationStateBean.Step... expectedSteps)
Exception thrown when the current operation is not in the expected step. |
|
InvalidStepException(OperationStateBean.Step currentStep,
OperationStateBean.Step... expectedSteps)
Exception thrown when the current operation is not in the expected step. |
|
| Uses of OperationStateBean.Step in org.ow2.jasmine.jadort.api.entities.deployment |
|---|
| Methods in org.ow2.jasmine.jadort.api.entities.deployment that return OperationStateBean.Step | |
|---|---|
OperationStateBean.Step |
OperationStateBean.getCurrentStep()
Get the current operation step |
static OperationStateBean.Step |
OperationStateBean.Step.valueOf(java.lang.String string)
Get the Step for a string. |
static OperationStateBean.Step[] |
OperationStateBean.Step.values()
|
| Methods in org.ow2.jasmine.jadort.api.entities.deployment with parameters of type OperationStateBean.Step | |
|---|---|
void |
OperationStateBean.setCurrentStep(OperationStateBean.Step step)
Set the current operation step |
| Uses of OperationStateBean.Step in org.ow2.jasmine.jadort.service.implementation |
|---|
| Methods in org.ow2.jasmine.jadort.service.implementation that return OperationStateBean.Step | |
|---|---|
OperationStateBean.Step |
JadortServiceStatefulBean.getCurrentStep()
Returns the current Step of the current operation IMPORTANT: Avoid calling this method from inside other methods of the JadortServiceStatefulBean class (it will be costly) |
| Methods in org.ow2.jasmine.jadort.service.implementation with parameters of type OperationStateBean.Step | |
|---|---|
protected void |
StepManager.checkStep(OperationStateBean.Step... steps)
This method checks if an method (or command) can be called in the current step. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||