|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A class that implements the interface WorkspaceHookDef has an interest in the operations of a Workspace.
When an object that implements WorkspaceHookDef is stored in a workspace, the methods of WorkspaceHookDef are invoked before and after the normal operations of the Workspace, including store and remove.
| Method Summary | |
java.lang.Object |
post_fetch(weblogic.workspace.server.Workspace w,
java.lang.String key,
java.lang.Object o)
Deprecated. |
java.lang.Object |
post_remove(weblogic.workspace.server.Workspace w,
java.lang.String key,
java.lang.Object o)
Deprecated. |
java.lang.Boolean |
pre_remove(weblogic.workspace.server.Workspace w,
java.lang.String key)
Deprecated. |
java.lang.Boolean |
pre_store(weblogic.workspace.server.Workspace w,
java.lang.String key,
java.lang.Object o)
Deprecated. |
| Method Detail |
public java.lang.Boolean pre_store(weblogic.workspace.server.Workspace w,
java.lang.String key,
java.lang.Object o)
w - Workspace that is processing the store operationkey - Key parameter of the store operationo - Object parameter of the store operation
public java.lang.Object post_fetch(weblogic.workspace.server.Workspace w,
java.lang.String key,
java.lang.Object o)
w - Workspace that is processing the fetch operationkey - Key parameter from the original fetch operationo - Object fetched
public java.lang.Boolean pre_remove(weblogic.workspace.server.Workspace w,
java.lang.String key)
w - Workspace that is processing the remove operationkey - Key of the object to be removed
public java.lang.Object post_remove(weblogic.workspace.server.Workspace w,
java.lang.String key,
java.lang.Object o)
w - Workspace that is processing the remote operationkey - Key of the object to removeo - Object that was just removed from the workspace
|
Documentation is available at http://www.weblogic.com/docs51 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||