|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.base.CHAHelper
The class is a helper class.
Constructor Summary | |
---|---|
CHAHelper()
|
Method Summary | |
---|---|
static CHAInstance |
getCHAInstance(java.lang.String aInstanceID)
Get the CHA Instance in CHA server corresponding to the context specified by instanceID parameter. |
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(java.lang.String location)
|
static CHASessionLocal |
getCHASessionLocal()
Method getCHASessionLocal(). |
static java.lang.String |
getLocation(java.lang.String anInstanceID)
Return the location of the context by analyzing the instanceID. |
static boolean |
isSupportMultipleCHAServer()
Judge if our customer choose to use Multiple CHA server Architecture or not |
static boolean |
loadMetaDataStart()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CHAHelper()
Method Detail |
public static CHASession getCHASession(java.lang.String location) throws DSEInvalidRequestException
location
- Specify which EJB container the CHA Session EJB object will be got from.
DSEInvalidRequestException
public static CHASessionLocal getCHASessionLocal() throws DSEInvalidRequestException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.CreateException
DSEInvalidRequestException
public static CHAInstance getCHAInstance(java.lang.String aInstanceID) throws DSEInvalidRequestException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
DSEInvalidRequestException
public static CHAInstanceLocal getCHAInstanceLocal(java.lang.String InstanceID) throws DSEInvalidRequestException
InstanceID
-
DSEInvalidRequestException
public static CHAInstanceLocalHome getCHAInstanceLocalHome() throws DSEInvalidRequestException
DSEInvalidRequestException
public static boolean loadMetaDataStart()
public static java.lang.String getLocation(java.lang.String anInstanceID) throws DSEInvalidRequestException
anInstanceID
-
DSEInvalidRequestException
public static boolean isSupportMultipleCHAServer() throws DSEInvalidRequestException
DSEInvalidRequestException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |