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

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.invocation.enterprise.BusinessBase
      extended by org.jboss.cdi.tck.tests.decorators.invocation.enterprise.Bar
All Implemented Interfaces:
BarBusiness, Business

public class Bar
extends BusinessBase
implements BarBusiness

Author:
Martin Kouba

Constructor Summary
Bar()
           
 
Method Summary
protected  String getResult()
           
 
Methods inherited from class org.jboss.cdi.tck.tests.decorators.invocation.enterprise.BusinessBase
businessOperation1, businessOperation2
 
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
businessOperation1, businessOperation2
 

Constructor Detail

Bar

public Bar()
Method Detail

getResult

protected String getResult()
Specified by:
getResult in class BusinessBase


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