org.ow2.jasmine.event.processor
Interface ProcessContext


public interface ProcessContext

Context to use for processing JASMINe events. A processing context can handle some runnable resources.

Author:
Loris Bouzonnet

Method Summary
 void start()
          Start the context activity.
 void stop()
          Stop the context activity.
 

Method Detail

start

void start()
           throws ProcessContextException
Start the context activity.

Throws:
ProcessContextException - if the context cannot be started

stop

void stop()
          throws ProcessContextException
Stop the context activity.

Throws:
ProcessContextException - if the context cannot be stopped


Copyright © 2012 OW2 Consortium. All Rights Reserved.