All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.lgeds.jdf.ejb.EJBFinder

java.lang.Object
   |
   +----com.lgeds.jdf.ejb.EJBFinder

public final class EJBFinder
extends Object

Method Index

 o lookup(Hashtable, String)
lookup(contextInfo, name, null);
 o lookup(Hashtable, String, Object[])
 o lookup(InitialContext, String)
lookup(contextInfo, name, null);
 o lookup(InitialContext, String, Object[])

Methods

 o lookup
 public static EJBObject lookup(Hashtable contextInfo,
                                String name) throws Exception
lookup(contextInfo, name, null);

Parameters:
name - The string representation of the Bean object.
Returns:
EJBObject remote interface.
 o lookup
 public static EJBObject lookup(Hashtable contextInfo,
                                String name,
                                Object args[]) throws Exception
Parameters:
name - The string representation of the Bean object.
args - the array of arguments for calling EJBHome.create( args ). if args is null, it means that just invoke create().
Returns:
EJBObject remote interface.
 o lookup
 public static EJBObject lookup(InitialContext initialContext,
                                String name) throws Exception
lookup(contextInfo, name, null);

Parameters:
name - The string representation of the Bean object.
Returns:
EJBObject remote interface.
 o lookup
 public static EJBObject lookup(InitialContext initialContext,
                                String name,
                                Object args[]) throws Exception
Parameters:
name - The string representation of the Bean object.
args - the array of arguments for calling EJBHome.create( args ). if args is null, it means that just invoke create().
Returns:
EJBObject remote interface.

All Packages  Class Hierarchy  This Package  Previous  Next  Index