WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

examples.ejb.extensions.readMostly
Class Client

java.lang.Object
  |
  +--examples.ejb.extensions.readMostly.Client

public final class Client
extends java.lang.Object

This class illustrates how to use a read-only EJB and a read-write EJB together to provide "read-mostly" access to a set of data.

Author:
Copyright (c) 2000 by BEA WebXpress. All Rights Reserved.

Constructor Summary
Client(java.lang.String url)
           
 
Method Summary
 void example()
           
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(java.lang.String url)
       throws javax.naming.NamingException
Method Detail

example

public void example()
             throws javax.ejb.CreateException,
                    javax.ejb.FinderException,
                    java.rmi.RemoteException,
                    javax.ejb.RemoveException

main

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

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

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