com.objectwave.persist.bean
Class JGrinderQueryBeanTestClient1

java.lang.Object
  |
  +--com.objectwave.persist.bean.JGrinderQueryBeanTestClient1

public class JGrinderQueryBeanTestClient1
extends java.lang.Object

Version:
$Id: JGrinderQueryBeanTestClient1.java,v 2.0 2001/06/11 16:00:03 dave_hoag Exp $
Author:
dhoag

Constructor Summary
JGrinderQueryBeanTestClient1()
          Construct the EJB test client
 
Method Summary
 JGrinderQuery create()
           
 ExampleEmployee getEmployee()
          Gets the Employee attribute of the JGrinderQueryBeanTestClient1 object
protected  java.lang.Object getRemoteReference()
           
static void main(java.lang.String[] args)
          Main method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JGrinderQueryBeanTestClient1

public JGrinderQueryBeanTestClient1()
Construct the EJB test client

Method Detail

main

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

Parameters:
args - The command line arguments

getEmployee

public ExampleEmployee getEmployee()
Gets the Employee attribute of the JGrinderQueryBeanTestClient1 object

Returns:
The Employee value

create

public JGrinderQuery create()
Returns:

getRemoteReference

protected java.lang.Object getRemoteReference()
                                       throws javax.naming.NamingException
Returns:
The RemoteReference value
Throws:
javax.naming.NamingException