org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.methodOnSessionBean
Class AppleTree

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.methodOnSessionBean.AppleTree
All Implemented Interfaces:
AppleTreeLocal

public class AppleTree
extends Object
implements AppleTreeLocal


Constructor Summary
AppleTree()
           
 
Method Summary
 Apple getApple()
           
 void recycle(Apple apple)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppleTree

public AppleTree()
Method Detail

getApple

@Produces
public Apple getApple()
Specified by:
getApple in interface AppleTreeLocal

recycle

public void recycle(@Disposes
                    Apple apple)


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