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

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

public class Foo
extends BusinessBase
implements FooBusiness

Author:
Martin Kouba

Constructor Summary
Foo()
           
 
Method Summary
protected  String getResult()
           
 String invokeBarBusinessOperation1()
           
 
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

Foo

public Foo()
Method Detail

getResult

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

invokeBarBusinessOperation1

public String invokeBarBusinessOperation1()
Specified by:
invokeBarBusinessOperation1 in interface FooBusiness


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