OpMath

com.opmath.test.j2ee.client
Class ContactBookClient

java.lang.Object
  |
  +--com.opmath.test.j2ee.client.ContactBookClient

public class ContactBookClient
extends Object

Copyright: (c) 2002 The Open Math Company Limited

The Terms of Distribution of this software are stipulated in the javadoc Overview for this project.

Since:
J2SE 1.3.0, Java Servlet 2.3
Version:
ExpDMLDoc v1.0
Author:
Bruno Beloff bruno.beloff@opmath.com

Field Summary
static String EJB_CODED_NAME
          The name used to refer to the remote Contact EJB.
 
Constructor Summary
ContactBookClient()
          Constructs a new UniqueIdClient instance.
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EJB_CODED_NAME

public static final String EJB_CODED_NAME

The name used to refer to the remote Contact EJB. Set to "ejb/Contact"

Constructor Detail

ContactBookClient

public ContactBookClient()
                  throws Exception

Constructs a new UniqueIdClient instance. If no unique ID generator matching the client's key exists, then one is created. Note that multiple UniqueIdClient instances can share the same Contact EJB.

Parameters:
name - a String specifying the key for the Contact EJB.
Throws:
Exception - if problems were encountered in communicating with the application server or Contact EJB.
Method Detail

main

public static void main(String[] args)

OpMath

Submit a bug or feature to Open Math
Copyright © 2002 Open Math Company Limited, Brighton, UK