org.ow2.jasmine.monitoring.mbeancmd.event.processor.outer
Class OuterContext

java.lang.Object
  extended by org.ow2.jasmine.monitoring.mbeancmd.event.processor.outer.OuterContext
All Implemented Interfaces:
org.ow2.jasmine.event.processor.ProcessContext

public class OuterContext
extends Object
implements org.ow2.jasmine.event.processor.ProcessContext

Context of an outer processor. It handles an Outer.

Author:
Loris Bouzonnet

Constructor Summary
OuterContext()
           
 
Method Summary
 String getGraphDef()
           
 String getHeader()
           
 String getOutputFilePath()
           
 PrintStream getPout()
           
 String getSeparator()
           
 void setGraphDef(String graphDef)
           
 void setHeader(String header)
           
 void setOutputFilePath(String outputFilePath)
           
 void setSeparator(String separator)
           
 void start()
          Create and start an Outer.
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OuterContext

public OuterContext()
Method Detail

getOutputFilePath

public final String getOutputFilePath()

getHeader

public String getHeader()

setHeader

public void setHeader(String header)

getSeparator

public String getSeparator()

setSeparator

public void setSeparator(String separator)

getPout

public PrintStream getPout()

setOutputFilePath

public void setOutputFilePath(String outputFilePath)

setGraphDef

public void setGraphDef(String graphDef)

getGraphDef

public final String getGraphDef()

start

public void start()
           throws org.ow2.jasmine.event.processor.ProcessContextException
Create and start an Outer.

Specified by:
start in interface org.ow2.jasmine.event.processor.ProcessContext
Throws:
org.ow2.jasmine.event.processor.ProcessContextException - if the outer cannot be started

stop

public void stop()
Specified by:
stop in interface org.ow2.jasmine.event.processor.ProcessContext


Copyright © 2012 OW2 Consortium. All Rights Reserved.