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
-
lookup(Hashtable, String)
- lookup(contextInfo, name, null);
-
lookup(Hashtable, String, Object[])
-
-
lookup(InitialContext, String)
- lookup(contextInfo, name, null);
-
lookup(InitialContext, String, Object[])
-
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.
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.
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.
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