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

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

@Decorator
public class FooDecorator1
extends Object
implements Foo

Author:
pmuir

Field Summary
static String SUFFIX
           
 
Constructor Summary
FooDecorator1()
           
 
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

FooDecorator1

public FooDecorator1()
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.