|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.connecterra.ale.alevent.impl.EngineAccessSpec
| Method Summary | |
void |
addOpSpec(OpSpec opSpec)
Add an operation spec to the end of the list associated with this access spec. |
java.lang.String |
getName()
Return the name of this AccessSpec. |
java.util.List |
getOpSpecs()
Get the list of OpSpecs in this AccessSpec. |
boolean |
getStopOnError()
|
void |
setName(java.lang.String name)
Set the name of this AccessSpec. |
void |
setOpSpecs(java.util.List opSpecs)
Set the list of OpSpecs in this AccessSpec. |
void |
setStopOnError(boolean stopOnError)
Sets the stopOnError flag for this access spec. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getName()
AccessSpec
getName in interface AccessSpecpublic void setName(java.lang.String name)
AccessSpec
setName in interface AccessSpecpublic java.util.List getOpSpecs()
AccessSpec
getOpSpecs in interface AccessSpecpublic void setOpSpecs(java.util.List opSpecs)
AccessSpec
setOpSpecs in interface AccessSpecopSpecs - the List of operation specs this access spec should performgetOpSpecspublic void addOpSpec(OpSpec opSpec)
AccessSpec
addOpSpec in interface AccessSpecopSpec - the operation spec to add to the end of the listgetOpSpecspublic boolean getStopOnError()
getStopOnError in interface AccessSpecpublic void setStopOnError(boolean stopOnError)
AccessSpec
setStopOnError in interface AccessSpecstopOnError - the new value for the Access Spec's stopOnError flag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||