WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

examples.jta.jmsjdbc
Class Client

java.lang.Object
  |
  +--examples.jta.jmsjdbc.Client

public class Client
extends java.lang.Object

This example shows how to use JTA to perform distributed transactions and two phase commit across two XA resources: JMS queue, and Cloudscape database.

This example does the following:

Author:
Copyright (c) 1999-2000 by BEA Systems, Inc. All Rights Reserved.

Constructor Summary
Client()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception

Documentation is available at
http://e-docs.bea.com/wls/docs60

Copyright © 2000 BEA Systems, Inc. All Rights Reserved.