|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.connecterra.ale.alevent.ImmutableAccessSpec
Constructor Summary | |
ImmutableAccessSpec()
|
Method Summary | |
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 |
Methods inherited from interface com.connecterra.alepc.api.AccessSpec |
addOpSpec, getName, getOpSpecs, getStopOnError |
Constructor Detail |
public ImmutableAccessSpec()
Method Detail |
public void setName(java.lang.String name)
AccessSpec
setName
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 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 |