org.jboss.jsr299.tck.tests.implementation.enterprise.remove
Class DependentSessionBean

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.implementation.enterprise.remove.DependentSessionBean
All Implemented Interfaces:
DependentSessionInterface

public class DependentSessionBean
extends Object
implements DependentSessionInterface


Constructor Summary
DependentSessionBean()
           
 
Method Summary
 void anotherRemoveWithParameters(String reason, javax.enterprise.inject.spi.BeanManager manager)
           
 void businessMethod()
           
 void markDestroyed()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependentSessionBean

public DependentSessionBean()
Method Detail

remove

public void remove()
Specified by:
remove in interface DependentSessionInterface

anotherRemoveWithParameters

public void anotherRemoveWithParameters(String reason,
                                        @Default
                                        javax.enterprise.inject.spi.BeanManager manager)
Specified by:
anotherRemoveWithParameters in interface DependentSessionInterface

markDestroyed

@PreDestroy
public void markDestroyed()

businessMethod

public void businessMethod()
Specified by:
businessMethod in interface DependentSessionInterface


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