| org.objectweb.jonas.jtests.util.JTestCase org.objectweb.jonas.jtests.clients.jca15.F_inboundTest
F_inboundTest | public class F_inboundTest extends JTestCase (Code) | | Tests JOnAS Connector Architecture Inbound Resource Adapter
|
Method Summary | |
public static void | main(String args) | protected void | setUp() | protected void | startUp(String testName) | public static Test | suite() | protected void | tearDown() Common tearDown method, used for every test.
Verify some Application Server tests by reviewing the log file.
The application server also calls ManagedConnection.destroy when it
receives a connection error event notification that signals a fatal error
on the physical connection. | public void | testDeliverMsg() Send these messages to the Message Driven Bean MessageTakerMD.java
>InboundCASLR > ResourceAdapterImpl > WorkImpl > MessageTakerMD > WorkAdapterImpl
which is the "WorkListener"
This test verifies the work submission call back mechanism in JCA 1.5, Figure 42
and endpoint deployment in Figure 12-6. | public void | testSetEIS_URLMethod() The application server calls setter methods on the ResourceAdapterImpl
instance to set various configuration properties on this instance. |
setUp | protected void setUp()(Code) | | |
suite | public static Test suite()(Code) | | |
tearDown | protected void tearDown() throws Exception(Code) | | Common tearDown method, used for every test.
Verify some Application Server tests by reviewing the log file.
The application server also calls ManagedConnection.destroy when it
receives a connection error event notification that signals a fatal error
on the physical connection. When method closeUp(int x) is called by
tearDown with x>0, a connection error event notification is sent to
the application server. Look for ManagedConnection.destroy entry.
|
testDeliverMsg | public void testDeliverMsg() throws Exception(Code) | | Send these messages to the Message Driven Bean MessageTakerMD.java
>InboundCASLR > ResourceAdapterImpl > WorkImpl > MessageTakerMD > WorkAdapterImpl
which is the "WorkListener"
This test verifies the work submission call back mechanism in JCA 1.5, Figure 42
and endpoint deployment in Figure 12-6.
The Message Driven Bean is the endpoint which receives the messages.
|
testSetEIS_URLMethod | public void testSetEIS_URLMethod() throws Exception(Code) | | The application server calls setter methods on the ResourceAdapterImpl
instance to set various configuration properties on this instance.
ra.xml deployment supplies value
This test compares the "set" value in ra.xml, EIS_URL=ErsatzEIS
|
|
|