Weaver 3.1.0a1-D1

com.oldlight.weaver.interpreter.components
Class WeaverApplicationComponentSession

java.lang.Object
  extended bycom.oldlight.weaver.interpreter.components.WeaverApplicationComponentSession
All Implemented Interfaces:
WeaverApplicationComponent

public class WeaverApplicationComponentSession
extends Object
implements WeaverApplicationComponent


Nested Class Summary
static class WeaverApplicationComponentSession.Action
           
 
Field Summary
private  WeaverApplicationComponentSession.Action action
           
private  Logger l
           
private  WeaverFileLocation location
           
 
Constructor Summary
WeaverApplicationComponentSession(WeaverApplicationComponentSession.Action action, WeaverFileLocation location)
           
 
Method Summary
 void attemptToHandle(WeaverExecutionContextImpl context, WeaverPrivateExecutionContext privateContext, WeaverInterpreter interpreter, WeaverInterpreterResult interpreterResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

action

private WeaverApplicationComponentSession.Action action

location

private WeaverFileLocation location

l

private Logger l
Constructor Detail

WeaverApplicationComponentSession

public WeaverApplicationComponentSession(WeaverApplicationComponentSession.Action action,
                                         WeaverFileLocation location)
Method Detail

attemptToHandle

public void attemptToHandle(WeaverExecutionContextImpl context,
                            WeaverPrivateExecutionContext privateContext,
                            WeaverInterpreter interpreter,
                            WeaverInterpreterResult interpreterResult)
                     throws WeaverExecutionException
Specified by:
attemptToHandle in interface WeaverApplicationComponent
Throws:
WeaverExecutionException

Copyright ©Paul Harvey