Class MessageHandlerCollection
- java.lang.Object
 - 
- com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
 - 
- com.inductiveautomation.perspective.gateway.model.MessageHandlerCollection
 
 
 
- 
public class MessageHandlerCollection extends AbstractLifecycle
 
- 
- 
Constructor Summary
Constructors Constructor Description MessageHandlerCollection(ComponentModel model, ScriptConfig config) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonShutdown()protected voidonStartup()voidsetConfig(ScriptConfig config)- 
Methods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
isRunning, shutdown, startup 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
MessageHandlerCollection
public MessageHandlerCollection(ComponentModel model, ScriptConfig config)
 
 - 
 
- 
Method Detail
- 
setConfig
public void setConfig(ScriptConfig config)
 
- 
onStartup
protected void onStartup()
- Specified by:
 onStartupin classAbstractLifecycle
 
- 
onShutdown
protected void onShutdown()
- Specified by:
 onShutdownin classAbstractLifecycle
 
 - 
 
 -