| Package | Description |
|---|---|
| oracle.jbo.pcoll |
Contains a facility to store collections of temporary data.
|
| oracle.jbo.server |
Contains the implementation of middle tier components.
|
| Modifier and Type | Method and Description |
|---|---|
PCollection |
PCollManager.createCollection(java.lang.String collName,
int nodeCapacity) |
PCollection |
PCollManager.createCollection(java.lang.String collName,
int nodeCapacity,
int maxActiveLeafNodes) |
PCollection |
PCollManager.createCollection(java.lang.String collName,
int nodeCapacity,
int maxActiveLeafNodes,
int collId) |
PCollection |
PCollInputStream.getCollection() |
| Modifier and Type | Method and Description |
|---|---|
static PCollPersistable |
PCollNode.activateObjWithId(PCollection coll,
long id) |
void |
PCollection.afterActivateElement(PCollection pcoll,
PCollPersistable elem) |
void |
PCollListener.afterActivateElement(PCollection pcoll,
PCollPersistable elem) |
void |
PCollection.beforePassivateElement(PCollection pcoll,
PCollPersistable elem) |
void |
PCollListener.beforePassivateElement(PCollection pcoll,
PCollPersistable elem) |
| Constructor and Description |
|---|
PCollInputStream(PCollection coll,
PCollListener listener,
PCollKeyInfo[] keyArr,
java.io.InputStream strm) |
PCollNode(PCollection coll,
PCollNode parent,
boolean isLeaf) |
| Modifier and Type | Method and Description |
|---|---|
protected PCollection |
QueryCollection.getCollectionInternal() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryCollection.afterActivateElement(PCollection pcoll,
PCollPersistable elem) |
void |
QueryCollection.beforePassivateElement(PCollection pcoll,
PCollPersistable elem) |