org.instrumentmiddleware.cima.plugin.producer.impl
Class AbstractCreator

java.lang.Object
  extended by org.instrumentmiddleware.cima.plugin.producer.impl.AbstractCreator
All Implemented Interfaces:
IParcelCreator

public abstract class AbstractCreator
extends java.lang.Object
implements IParcelCreator

this class provides convenience noop methods for IParcelCreator.init() and IParcelCreator.shutdown()

Author:
andrew

Constructor Summary
AbstractCreator()
           
 
Method Summary
 void start()
          give the creator a chance to initialise itself
 void stop()
          give the creator a chance to shut down cleanly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.instrumentmiddleware.cima.plugin.producer.IParcelCreator
createParcel
 

Constructor Detail

AbstractCreator

public AbstractCreator()
Method Detail

start

public void start()
           throws PluginException
Description copied from interface: IParcelCreator
give the creator a chance to initialise itself

Specified by:
start in interface IParcelCreator
Throws:
PluginException

stop

public void stop()
          throws PluginException
Description copied from interface: IParcelCreator
give the creator a chance to shut down cleanly

Specified by:
stop in interface IParcelCreator
Throws:
PluginException


Copyright © 2008. All Rights Reserved.