org.jboss.cdi.tck.tests.decorators.invocation.enterprise
Class BarBusinessDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.invocation.enterprise.BarBusinessDecorator
All Implemented Interfaces:
Business

@Decorator
public abstract class BarBusinessDecorator
extends Object
implements Business

Author:
Martin Kouba

Constructor Summary
BarBusinessDecorator()
           
 
Method Summary
 String businessOperation1()
           
 
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.decorators.invocation.enterprise.Business
businessOperation2
 

Constructor Detail

BarBusinessDecorator

public BarBusinessDecorator()
Method Detail

businessOperation1

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


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