org.jboss.jsr299.tck.tests.decorators.invocation
Class FooDecorator2

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.decorators.invocation.FooDecorator2
All Implemented Interfaces:
Foo

@Decorator
public class FooDecorator2
extends Object
implements Foo

Author:
pmuir

Field Summary
static String SUFFIX
           
 
Constructor Summary
FooDecorator2()
           
 
Method Summary
static String getMessage()
           
 void log(String message)
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUFFIX

public static final String SUFFIX
See Also:
Constant Field Values
Constructor Detail

FooDecorator2

public FooDecorator2()
Method Detail

getMessage

public static String getMessage()
Returns:
the message

reset

public static void reset()
Parameters:
message - the message to set

log

public void log(String message)
Specified by:
log in interface Foo


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