org.jboss.cdi.tck.tests.decorators.invocation.enterprise
Class BusinessBase
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BusinessBase
public BusinessBase()
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-2012 Seam Framework. All Rights Reserved.