IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.base
Class CHAEJBHomeLocalFactory

java.lang.Object
  extended bycom.ibm.btt.base.CHAEJBHomeLocalFactory

public class CHAEJBHomeLocalFactory
extends java.lang.Object

Author:
Administrator To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
protected CHAEJBHomeLocalFactory()
          Method EJBHomeFactory.
 
Method Summary
static CHAEJBHomeLocalFactory getInstance()
           
static boolean isVistFirstTime()
           
 javax.ejb.EJBLocalHome lookup(java.lang.String jndiName, java.lang.Class homeInterfaceClass)
          Method lookup.
static void setVistFirstTime(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CHAEJBHomeLocalFactory

protected CHAEJBHomeLocalFactory()
                          throws DSEInvalidRequestException
Method EJBHomeFactory. This is private, and can't be instantiated directly

Method Detail

lookup

public javax.ejb.EJBLocalHome lookup(java.lang.String jndiName,
                                     java.lang.Class homeInterfaceClass)
                              throws DSEInvalidRequestException
Method lookup.

Parameters:
jndiName -
homeInterfaceClass -
Returns:
EJBHome
Throws:
java.lang.Exception
DSEInvalidRequestException

getInstance

public static CHAEJBHomeLocalFactory getInstance()
                                          throws DSEInvalidRequestException
Throws:
DSEInvalidRequestException

isVistFirstTime

public static boolean isVistFirstTime()
Returns:
true if it is the first time for this client to visit the CHA server specified by the parameter ejbProviderURL.

setVistFirstTime

public static void setVistFirstTime(boolean b)
Parameters:
b -

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005