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

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

public class FooImpl
extends Object
implements Foo

Author:
pmuir

Constructor Summary
FooImpl()
           
 
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
 

Constructor Detail

FooImpl

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