org.jboss.tutorial.consumer.bean
Class TesterBean

java.lang.Object
  extended by org.jboss.tutorial.consumer.bean.TesterBean
All Implemented Interfaces:
Tester

public class TesterBean
extends java.lang.Object
implements Tester

Show injecting in producers Show how to interact with local producers


Constructor Summary
TesterBean()
           
 
Method Summary
 void setLocal(ExampleProducer local)
           
 void setXa(ExampleProducerXA xa)
           
 void testLocal()
           
 void testXA()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TesterBean

public TesterBean()
Method Detail

setXa

public void setXa(ExampleProducerXA xa)

setLocal

public void setLocal(ExampleProducer local)

testXA

public void testXA()
            throws java.lang.Exception
Specified by:
testXA in interface Tester
Throws:
java.lang.Exception

testLocal

public void testLocal()
               throws java.lang.Exception
Specified by:
testLocal in interface Tester
Throws:
java.lang.Exception