|
| WebLogic Server 6.0 Code Examples, BEA Systems, Inc. |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
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 |
Client
public Client(java.lang.String url)
throws javax.naming.NamingException
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)
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.