org.ow2.frascati.intent.debug
Class DebugIntentHandler

java.lang.Object
  extended by org.ow2.frascati.intent.debug.DebugIntentHandler
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.ow2.frascati.tinfi.control.intent.IntentHandler

public class DebugIntentHandler
extends java.lang.Object
implements org.ow2.frascati.tinfi.control.intent.IntentHandler

IntentHandler implementation for a simple debug.

Version:
1.3
Author:
Nicolas Dolet

Field Summary
protected  java.lang.String header
          A configurable header to add to debug traces.
 
Constructor Summary
DebugIntentHandler()
           
 
Method Summary
 java.lang.Object invoke(org.ow2.frascati.tinfi.control.intent.IntentJoinPoint ijp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

header

protected java.lang.String header
A configurable header to add to debug traces.

Constructor Detail

DebugIntentHandler

public DebugIntentHandler()
Method Detail

invoke

public java.lang.Object invoke(org.ow2.frascati.tinfi.control.intent.IntentJoinPoint ijp)
                        throws java.lang.Throwable
Specified by:
invoke in interface org.ow2.frascati.tinfi.control.intent.IntentHandler
Throws:
java.lang.Throwable
See Also:
IntentHandler.invoke(IntentJoinPoint)


Copyright © 2010 OW2 Consortium. All Rights Reserved.