|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.toplink.ejb.EJBWrapperPolicy
oracle.toplink.ejb.cmp.was.WSWrapperPolicy
Purpose: Implement the Websphere EJB entity bean CMP wrap and unwrap APIs. Description: This class is used to support relationships by wrapping the bean in the remote and vise versa. Responsibilities:
| Constructor Summary | |
WSWrapperPolicy() |
|
| Method Summary | |
java.lang.Object |
wrapObject(java.lang.Object bean, Session session)Wrap the bean to with its remote. |
| Methods inherited from class oracle.toplink.ejb.EJBWrapperPolicy |
getHomeInterface, getHomeName, getPrimaryKeyClass, getRemoteInterface, hasCustomPrimaryKey, isTraversable, setHasCustomPrimaryKey, setHomeInterface, setHomeName, setPrimaryKeyClass, setRemoteInterface, unwrapObject |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WSWrapperPolicy()
| Method Detail |
public java.lang.Object wrapObject(java.lang.Object bean,
Session session)
session - the session to wrap the object against.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||