de.phleisch.app.itsucks.job
Class Context

java.lang.Object
  extended by de.phleisch.app.itsucks.job.Context

public class Context
extends java.lang.Object


Constructor Summary
Context()
           
 
Method Summary
 java.lang.Object getContextParameter(java.lang.Object pKey)
           
 EventDispatcher getEventDispatcher()
           
 void putAllContextParameter(java.util.Map<java.lang.String,java.lang.Object> contextParameter)
           
 void setContextParameter(java.lang.Object pKey, java.lang.Object pValue)
           
 void setEventDispatcher(EventDispatcher pEventDispatcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Context

public Context()
Method Detail

setContextParameter

public void setContextParameter(java.lang.Object pKey,
                                java.lang.Object pValue)

getContextParameter

public java.lang.Object getContextParameter(java.lang.Object pKey)

putAllContextParameter

public void putAllContextParameter(java.util.Map<java.lang.String,java.lang.Object> contextParameter)

getEventDispatcher

public EventDispatcher getEventDispatcher()

setEventDispatcher

public void setEventDispatcher(EventDispatcher pEventDispatcher)


Copyright © 2008. All Rights Reserved.