| Package | Description |
|---|---|
| oracle.jbo |
Contains interfaces for client-side applications.
|
| oracle.jbo.common.ampool | |
| oracle.jbo.server |
Contains the implementation of middle tier components.
|
| Modifier and Type | Method and Description |
|---|---|
AMStatistics |
ApplicationPoolSvcMsgContext.getRtnAMStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationPoolSvcMsgContext.setRtnAMStatistics(AMStatistics stats) |
| Modifier and Type | Method and Description |
|---|---|
AMStatistics[] |
ApplicationPoolImpl.getAMStatistics()
This API is introduced for the MBean implementation on the ApplicationPool
Statistics collection.
|
AMStatistics |
ApplicationPoolImpl.getAMStatistics(int applicationModuleId)
This API is introduced for the MBean implementation of the Application
Pool statistics reporting.
|
| Modifier and Type | Method and Description |
|---|---|
AMStatistics |
ApplicationModuleImpl.getAMStatistics()
Returns the statistics for this AM.
|