|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.beasys.commerce.axiom.document.fast.SPIFastDocumentManagerImpl.WebLogicHomeHandle
A cluster-safe HomeHandle.
Since Handles don't fail-over in a cluster correctly, this handle first tries a delagate HomeHandle, then tries a JNDI home name.
Field Summary | |
protected com.beasys.commerce.axiom.document.fast.HomeHandle |
homeHandle
The delagate HomeHandle. |
protected java.lang.String |
jndiHomeName
The JNDI home name. |
Constructor Summary | |
SPIFastDocumentManagerImpl.WebLogicHomeHandle(javax.ejb.EJBHome home)
Constructor from a home. |
|
SPIFastDocumentManagerImpl.WebLogicHomeHandle(com.beasys.commerce.axiom.document.fast.HomeHandle homeHandle,
java.lang.String homeName)
Constructor. |
Method Summary | |
javax.ejb.EJBHome |
getEJBHome()
Get the home for this home handle. |
Field Detail |
protected com.beasys.commerce.axiom.document.fast.HomeHandle homeHandle
protected java.lang.String jndiHomeName
Constructor Detail |
public SPIFastDocumentManagerImpl.WebLogicHomeHandle(com.beasys.commerce.axiom.document.fast.HomeHandle homeHandle, java.lang.String homeName)
homeHandle
- the delagate home handle.homeName
- the home JNDI name.public SPIFastDocumentManagerImpl.WebLogicHomeHandle(javax.ejb.EJBHome home) throws java.rmi.RemoteException
If the home is the WLS internal home, it's home name will be retrieved automatically.
RemoteException
- thrown on an error getting any information.Method Detail |
public javax.ejb.EJBHome getEJBHome() throws java.rmi.RemoteException
This will first try the delagate home handle, then try the JNDI home name.
java.rmi.RemoteException
- thrown on an error.
|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |