com.sun.ejb.containers.interceptors
Class SystemInterceptorProxy

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

public class SystemInterceptorProxy
extends java.lang.Object

Author:
Kenneth Saks

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

Field Detail

delegate

public java.lang.Object delegate
Constructor Detail

SystemInterceptorProxy

public SystemInterceptorProxy()
Method Detail

setDelegate

public void setDelegate(java.lang.Object d)

init

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

destroy

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

aroundInvoke

public java.lang.Object aroundInvoke(InvocationContext ctx)
                              throws java.lang.Throwable
Throws:
java.lang.Throwable

aroundTimeout

public java.lang.Object aroundTimeout(InvocationContext ctx)
                               throws java.lang.Throwable
Throws:
java.lang.Throwable

createInterceptorDesc

public static InterceptorDescriptor createInterceptorDesc()


Copyright © 2012 GlassFish Community. All Rights Reserved.