org.instrumentmiddleware.cima.plugin.producer
Interface IParcelCreator

All Known Implementing Classes:
AbstractCreator

public interface IParcelCreator


Method Summary
 org.instrumentmiddleware.cima.parcel.ParcelDocument.Parcel createParcel(java.util.Map<java.lang.String,java.lang.Object> args)
          retrieve a parcel from this parcelCreator
 void start()
          give the creator a chance to initialise itself
 void stop()
          give the creator a chance to shut down cleanly
 

Method Detail

createParcel

org.instrumentmiddleware.cima.parcel.ParcelDocument.Parcel createParcel(java.util.Map<java.lang.String,java.lang.Object> args)
                                                                        throws PluginException
retrieve a parcel from this parcelCreator

Parameters:
director -
Throws:
PluginException

start

void start()
           throws PluginException
give the creator a chance to initialise itself

Throws:
PluginException

stop

void stop()
          throws PluginException
give the creator a chance to shut down cleanly

Throws:
PluginException


Copyright © 2008. All Rights Reserved.