Business Components

oracle.jbo.common.ampool
Class PoolAdministrator

java.lang.Object
  |
  +--oracle.jdeveloper.html.WebBeanImpl
        |
        +--oracle.jbo.common.ampool.PoolAdministrator

public class PoolAdministrator
extends WebBeanImpl

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

PoolAdministrator

public PoolAdministrator()
Constructor
Method Detail

reportPoolContents

public void reportPoolContents(HTMLDocument doc,
                               ApplicationPool pool)
Reports pool information in an HTML format.

render

public void render()
Renders Application Pool information to JSP page.
Overrides:
render in class WebBeanImpl

Business Components