org.jboss.jsr299.tck.tests.decorators.invocation.producer.method
Class ProducerImpl
java.lang.Object
org.jboss.jsr299.tck.tests.decorators.invocation.producer.method.ProducerImpl
- All Implemented Interfaces:
- Producer
public class ProducerImpl
- extends Object
- implements Producer
- Author:
- pmuir
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProducerImpl
public ProducerImpl()
reset
public static void reset()
- Parameters:
log
- the log to set
produce
@Produces
public Foo produce()
- Specified by:
produce
in interface Producer
dispose
public void dispose(@Disposes
Foo foo)
- Specified by:
dispose
in interface Producer
isDisposedCorrectly
public static boolean isDisposedCorrectly()
- Returns:
- the disposedCorrectly
Copyright © 2008-2012 Seam Framework. All Rights Reserved.