org.jboss.jsr299.tck.tests.decorators.invocation.producer.method
Class ProducerDecorator

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.decorators.invocation.producer.method.ProducerDecorator
All Implemented Interfaces:
Producer

@Decorator
public class ProducerDecorator
extends Object
implements Producer

Author:
pmuir

Constructor Summary
ProducerDecorator()
           
 
Method Summary
 void dispose(Foo foo)
           
 Foo produce()
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProducerDecorator

public ProducerDecorator()
Method Detail

produce

public Foo produce()
Specified by:
produce in interface Producer

reset

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

dispose

public void dispose(Foo foo)
Specified by:
dispose in interface Producer


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