org.jboss.jsr299.tck.tests.implementation.simple.resource.ejb
Interface BeanRemote

All Superinterfaces:
AnotherInterface
All Known Implementing Classes:
Bean

public interface BeanRemote
extends AnotherInterface


Method Summary
 void cleanup()
           
 void dispose()
           
 int getKnocks()
           
 boolean isUserTransactionInjected()
           
 String knockKnock()
           
 

Method Detail

knockKnock

String knockKnock()

getKnocks

int getKnocks()

isUserTransactionInjected

boolean isUserTransactionInjected()

cleanup

void cleanup()

dispose

void dispose()


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