public class LInterruptibleNodeExporter extends Object implements NodeExporter
| Constructor and Description |
|---|
LInterruptibleNodeExporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
export(ModuleContext context,
ExportState state,
ModelObject mobj,
SessionType type)
This method exports the model object to the session type.
|
protected void |
exportCatch(ModuleContext context,
ExportState state,
LInterruptible.Catch elem,
SessionType type,
Message mesg) |
protected void |
exportThrow(ModuleContext context,
ExportState state,
LInterruptible elem,
SessionType type,
Message mesg) |
public void export(ModuleContext context, ExportState state, ModelObject mobj, SessionType type)
export in interface NodeExportercontext - The module contextstate - The export statemobj - The local protocol objecttype - The session typeprotected void exportThrow(ModuleContext context, ExportState state, LInterruptible elem, SessionType type, Message mesg)
protected void exportCatch(ModuleContext context, ExportState state, LInterruptible.Catch elem, SessionType type, Message mesg)
Copyright © 2014. All Rights Reserved.