|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.nist.antd.ssf.event.script.ScriptEvent
|
+--gov.nist.antd.ssf.event.script.DefaultFiberEvent
This class configures a ScriptEvent for a fiber.
This class was developed at the National Institute of Standards and Technology by employees of the Federal Government in the course of their official duties. Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain. NIST assumes no responsibility whatsoever for its use by other parties, and makes no guarantees, expressed or implied, about its quality, reliability, or any other characteristic.
We would appreciate acknowledgement if the software is used.
NIST ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND DISCLAIM ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
| Field Summary | |
static byte |
FAILURE
constant value to specify that the action is to modify the attribute failure. |
| Fields inherited from class gov.nist.antd.ssf.event.script.ScriptEvent |
NOACTION |
| Constructor Summary | |
DefaultFiberEvent(EventManager manager)
Default constructor |
|
| Method Summary | |
void |
config(EventManager manager,
Glass net,
com.renesys.raceway.DML.Configuration cfg)
Configure the event from de DML file |
void |
execute()
Execute the event |
java.lang.String |
toDML()
Return a String that represents the DML configuration of this event |
| Methods inherited from class gov.nist.antd.ssf.event.script.ScriptEvent |
cancel, getActionValue, getEventManager, getInfo, getTime, getType, init, setActionValue, setEventManager, setInfo, setTime, setType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final byte FAILURE
| Constructor Detail |
public DefaultFiberEvent(EventManager manager)
manager - The EventManager that will handle the event.| Method Detail |
public void config(EventManager manager,
Glass net,
com.renesys.raceway.DML.Configuration cfg)
throws com.renesys.raceway.DML.configException
config in class ScriptEventmanager - The EventManager that will handle the event.net - The net That contains the topologycfg - The DML configuration
com.renesys.raceway.DML.configException - if a configuration error occurspublic void execute()
execute in class ScriptEventpublic java.lang.String toDML()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||