|
||||||||||
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 AccessSpec
public void setName(java.lang.String name)
AccessSpec
setName
in interface AccessSpec
public java.util.List getOpSpecs()
AccessSpec
getOpSpecs
in interface AccessSpec
public void setOpSpecs(java.util.List opSpecs)
AccessSpec
setOpSpecs
in interface AccessSpec
opSpecs
- the List of operation specs this access spec should performgetOpSpecs
public void addOpSpec(OpSpec opSpec)
AccessSpec
addOpSpec
in interface AccessSpec
opSpec
- the operation spec to add to the end of the listgetOpSpecs
public boolean getStopOnError()
getStopOnError
in interface AccessSpec
public void setStopOnError(boolean stopOnError)
AccessSpec
setStopOnError
in interface AccessSpec
stopOnError
- 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 |