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

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

public class ProducerImpl
extends Object
implements Producer

Author:
pmuir

Constructor Summary
ProducerImpl()
           
 
Method Summary
 void dispose(Foo foo)
           
static boolean isDisposedCorrectly()
           
 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

ProducerImpl

public ProducerImpl()
Method Detail

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.