org.jboss.jsr299.tck.tests.decorators.invocation.producer.method
Class ProducerDecorator
java.lang.Object
org.jboss.jsr299.tck.tests.decorators.invocation.producer.method.ProducerDecorator
- All Implemented Interfaces:
- Producer
@Decorator
public class ProducerDecorator
- extends Object
- implements Producer
- Author:
- pmuir
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProducerDecorator
public ProducerDecorator()
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.