ch.elca.el4j.tests.core.aop
Class AbstractDoit
java.lang.Object
ch.elca.el4j.tests.core.aop.AbstractDoit
- Direct Known Subclasses:
- A, B, C, D
public abstract class AbstractDoit
- extends Object
Abstract sample class used in the tests.
- Author:
- Andreas Bur (ABU)
- File-location:
- AbstractDoit
- Last check-in date:
- 2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873
|
Field Summary |
static String |
DONE
The default reusult. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DONE
public static final String DONE
- The default reusult.
- See Also:
- Constant Field Values
AbstractDoit
public AbstractDoit()
doitA
public Object doitA()
- Returns:
- Returns the default result if not intercepted.
doitB
public Object doitB()
- Returns:
- Returns the default result if not intercepted.
Copyright © 2005-2011 ELCA. All Rights Reserved.