Class StatefulInitMethodInterceptor
- java.lang.Object
-
- org.jboss.as.ejb3.component.stateful.StatefulInitMethodInterceptor
-
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
public class StatefulInitMethodInterceptor extends Object implements org.jboss.invocation.Interceptor
Interceptor factory for SFSB's that invokes the ejbCreate method. This interceptor is only used when a component is created via a home interface method.- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.invocation.InterceptorFactoryINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectprocessInvocation(org.jboss.invocation.InterceptorContext context)
-