org.jboss.aspects.logging
Class InvocationLogInterceptorFactory
java.lang.Object
org.jboss.aspects.logging.InvocationLogInterceptorFactory
- All Implemented Interfaces:
- AspectFactory
public class InvocationLogInterceptorFactory
- extends Object
- implements AspectFactory
- Version:
- $Revision: 37406 $
- Author:
- Adrian Brock.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationLogInterceptorFactory
public InvocationLogInterceptorFactory()
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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.