org.jboss.ejb3.security
Class PerClassAspectFactoryAdaptor
java.lang.Object
org.jboss.ejb3.security.PerClassAspectFactoryAdaptor
- All Implemented Interfaces:
- org.jboss.aop.advice.AspectFactory
- Direct Known Subclasses:
- AuthenticationInterceptorFactory, RoleBasedAuthorizationInterceptorFactory, RunAsSecurityInterceptorFactory
public abstract class PerClassAspectFactoryAdaptor
- extends Object
- implements org.jboss.aop.advice.AspectFactory
Adaptor class that throws Runtime Exception
for all Non_PerClass create requests
- Since:
- Aug 14, 2007
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerClassAspectFactoryAdaptor
public PerClassAspectFactoryAdaptor()
createPerClass
public abstract Object createPerClass(org.jboss.aop.Advisor advisor)
- Specified by:
createPerClass
in interface org.jboss.aop.advice.AspectFactory
createPerInstance
public Object createPerInstance(org.jboss.aop.Advisor advisor,
org.jboss.aop.InstanceAdvisor instanceAdvisor)
- Specified by:
createPerInstance
in interface org.jboss.aop.advice.AspectFactory
createPerJoinpoint
public Object createPerJoinpoint(org.jboss.aop.Advisor advisor,
org.jboss.aop.joinpoint.Joinpoint jp)
- Specified by:
createPerJoinpoint
in interface org.jboss.aop.advice.AspectFactory
createPerJoinpoint
public Object createPerJoinpoint(org.jboss.aop.Advisor advisor,
org.jboss.aop.InstanceAdvisor instanceAdvisor,
org.jboss.aop.joinpoint.Joinpoint jp)
- Specified by:
createPerJoinpoint
in interface org.jboss.aop.advice.AspectFactory
createPerVM
public Object createPerVM()
- Specified by:
createPerVM
in interface org.jboss.aop.advice.AspectFactory
getName
public String getName()
- Specified by:
getName
in interface org.jboss.aop.advice.AspectFactory
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.