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

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

public abstract class BusinessBase
extends Object
implements Business

Author:
Martin Kouba

Constructor Summary
BusinessBase()
           
 
Method Summary
 String businessOperation1()
           
 String businessOperation2()
           
protected abstract  String getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessBase

public BusinessBase()
Method Detail

businessOperation1

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

businessOperation2

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

getResult

protected abstract String getResult()


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