org.jboss.cdi.tck.tests.interceptors.definition
Class NetworkLogger

java.lang.Object
  extended by org.jboss.cdi.tck.tests.interceptors.definition.NetworkLogger

@Logged
@Interceptor
public class NetworkLogger
extends Object


Field Summary
static boolean intercepted
           
 
Constructor Summary
NetworkLogger()
           
 
Method Summary
 Object alwaysReturnThis(javax.interceptor.InvocationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intercepted

public static boolean intercepted
Constructor Detail

NetworkLogger

public NetworkLogger()
Method Detail

alwaysReturnThis

public Object alwaysReturnThis(javax.interceptor.InvocationContext ctx)
                        throws Exception
Throws:
Exception


Copyright © 2008-2013 Seam Framework. All Rights Reserved.