org.jboss.aspects.logging
Class CallLoggingInterceptorFactory
java.lang.Object
org.jboss.aspects.logging.CallLoggingInterceptorFactory
- All Implemented Interfaces:
- AspectFactory
public class CallLoggingInterceptorFactory
- extends Object
- implements AspectFactory
This interceptor handles call logging.
- Version:
- $Revision: 37406 $
- Author:
- Adrian Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallLoggingInterceptorFactory
public CallLoggingInterceptorFactory()
createPerVM
public Object createPerVM()
- Specified by:
createPerVM
in interface AspectFactory
createPerClass
public Object createPerClass(Advisor advisor)
- Specified by:
createPerClass
in interface AspectFactory
createPerInstance
public Object createPerInstance(Advisor advisor,
InstanceAdvisor instanceAdvisor)
- Specified by:
createPerInstance
in interface AspectFactory
createPerJoinpoint
public Object createPerJoinpoint(Advisor advisor,
Joinpoint jp)
- Specified by:
createPerJoinpoint
in interface AspectFactory
createPerJoinpoint
public Object createPerJoinpoint(Advisor advisor,
InstanceAdvisor instanceAdvisor,
Joinpoint jp)
- Specified by:
createPerJoinpoint
in interface AspectFactory
getName
public String getName()
- Specified by:
getName
in interface AspectFactory
Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.