org.jboss.jsr299.tck.tests.implementation.simple.resource.ejb
Class Bean

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.implementation.simple.resource.ejb.Bean
All Implemented Interfaces:
AnotherInterface, BeanRemote

public class Bean
extends Object
implements BeanRemote


Constructor Summary
Bean()
           
 
Method Summary
 void cleanup()
           
 void dispose()
           
 int getKnocks()
           
 boolean isUserTransactionInjected()
           
 String knockKnock()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bean

public Bean()
Method Detail

knockKnock

public String knockKnock()
Specified by:
knockKnock in interface BeanRemote

getKnocks

public int getKnocks()
Specified by:
getKnocks in interface BeanRemote

isUserTransactionInjected

public boolean isUserTransactionInjected()
Specified by:
isUserTransactionInjected in interface BeanRemote

cleanup

@PreDestroy
public void cleanup()
Specified by:
cleanup in interface BeanRemote

dispose

public void dispose()
Specified by:
dispose in interface BeanRemote


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