com.sun.ejb.containers.interceptors
Class SystemInterceptorProxy

java.lang.Object
  extended by com.sun.ejb.containers.interceptors.SystemInterceptorProxy

public class SystemInterceptorProxy
extends Object

Author:
Kenneth Saks

Field Summary
 Object delegate
           
 
Constructor Summary
SystemInterceptorProxy()
           
 
Method Summary
 Object aroundInvoke(InvocationContext ctx)
           
 Object aroundTimeout(InvocationContext ctx)
           
static InterceptorDescriptor createInterceptorDesc()
           
 void destroy(InvocationContext ctx)
           
 void init(InvocationContext ctx)
           
 void setDelegate(Object d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

delegate

public Object delegate
Constructor Detail

SystemInterceptorProxy

public SystemInterceptorProxy()
Method Detail

setDelegate

public void setDelegate(Object d)

init

@PostConstruct
public void init(InvocationContext ctx)
          throws Throwable
Throws:
Throwable

destroy

@PreDestroy
public void destroy(InvocationContext ctx)
             throws Throwable
Throws:
Throwable

aroundInvoke

public Object aroundInvoke(InvocationContext ctx)
                    throws Throwable
Throws:
Throwable

aroundTimeout

public Object aroundTimeout(InvocationContext ctx)
                     throws Throwable
Throws:
Throwable

createInterceptorDesc

public static InterceptorDescriptor createInterceptorDesc()


Copyright © 2012 GlassFish Community. All Rights Reserved.