|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jdeveloper.html.WebBeanImpl | +--oracle.jbo.common.ampool.PoolAdministrator
This WebBean provides information regarding the current contents of the application module pool. You can use it in order to peek at the contents of the application pool. View implementation of PoolAdministrator
Fields inherited from class oracle.jdeveloper.html.WebBeanImpl |
application,
out,
page,
request,
response,
session |
Constructor Summary | |
PoolAdministrator()
Constructor |
Method Summary | |
void |
render()
Renders Application Pool information to JSP page. |
void |
reportPoolContents(HTMLDocument doc,
ApplicationPool pool)
Reports pool information in an HTML format. |
Methods inherited from class oracle.jdeveloper.html.WebBeanImpl |
generateScriptSrc,
getCookie,
getOut,
getRequest,
getUniqueName,
initBeanForJS,
initialize,
initialize,
initialize,
internalInitialize,
render |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PoolAdministrator()
Method Detail |
public void reportPoolContents(HTMLDocument doc, ApplicationPool pool)
public void render()
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |