org.jboss.cdi.tck.tests.lookup.modules
Class ProducedFoo

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.modules.ProducedFoo
All Implemented Interfaces:
Foo

public class ProducedFoo
extends Object
implements Foo


Constructor Summary
ProducedFoo(String name)
           
 
Method Summary
 String getName()
           
 int pong()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProducedFoo

public ProducedFoo(String name)
Method Detail

pong

public int pong()
Specified by:
pong in interface Foo

getName

public String getName()


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