org.jboss.cdi.tck.tests.deployment.packaging.war.modules
Class LoggingDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.deployment.packaging.war.modules.LoggingDecorator
All Implemented Interfaces:
Business

@Decorator
public abstract class LoggingDecorator
extends Object
implements Business

Author:
Martin Kouba

Constructor Summary
LoggingDecorator()
           
 
Method Summary
 void businessOperation1()
           
static int getNumberOfDecorationsPerformed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.cdi.tck.tests.deployment.packaging.war.modules.Business
businessOperation2
 

Constructor Detail

LoggingDecorator

public LoggingDecorator()
Method Detail

businessOperation1

public void businessOperation1()
Specified by:
businessOperation1 in interface Business

getNumberOfDecorationsPerformed

public static int getNumberOfDecorationsPerformed()


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