IBM Bank Transformation Toolkit Javadoc

com.ibm.btt.cha.ejb
Class CHAHelper

java.lang.Object
  extended by com.ibm.btt.cha.ejb.CHAHelper

public class CHAHelper
extends java.lang.Object

The class is a helper class.


Constructor Summary
CHAHelper()
           
 
Method Summary
static void cleanCHACache()
           
static CHAInstanceLocal getCHAInstanceLocal(java.lang.String InstanceID)
          Get the local instance of the CHA Instance specified by parameter instanceID, it is CHAInstanceLocal
static CHAInstanceLocalHome getCHAInstanceLocalHome()
           
static CHASession getCHASession()
           
static CHASessionLocal getCHASessionLocal()
          Method getCHASessionLocal().
static boolean loadMetaDataStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CHAHelper

public CHAHelper()
Method Detail

getCHASession

public static CHASession getCHASession()
                                throws DSEException
Returns:
EJB object of CHASession EJB
Throws:
DSEInvalidRequestException
DSEException

getCHASessionLocal

public static CHASessionLocal getCHASessionLocal()
                                          throws DSEException
Method getCHASessionLocal().

Returns:
EJB object of CHASessionLocal
Throws:
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.CreateException
DSEException

getCHAInstanceLocal

public static CHAInstanceLocal getCHAInstanceLocal(java.lang.String InstanceID)
                                            throws DSEException
Get the local instance of the CHA Instance specified by parameter instanceID, it is CHAInstanceLocal

Parameters:
InstanceID -
Returns:
CHAInstanceLocal
Throws:
DSEInvalidRequestException
DSEException

getCHAInstanceLocalHome

public static CHAInstanceLocalHome getCHAInstanceLocalHome()
                                                    throws DSEInvalidRequestException
Throws:
DSEInvalidRequestException

loadMetaDataStart

public static boolean loadMetaDataStart()
Returns:
true if loading Meta Data successfully.

cleanCHACache

public static void cleanCHACache()

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008