|
Business Components | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use.* | |
| Package | Description |
|---|---|
| oracle.jbo | Contains interfaces for client-side applications. |
| oracle.jbo.common.ampool | |
| oracle.jbo.server | Contains the implementation of middle tier components. |
| Uses of ConnectionMetadata in oracle.jbo |
| Methods in oracle.jbo that return ConnectionMetadata | |
| Type | Name |
|---|---|
ConnectionMetadata |
Transaction.getConnectionMetadata()
Returns a metdata structure that describes the transaction's JDBC connection. |
| Methods in oracle.jbo with parameters of type ConnectionMetadata | |
| Type | Name |
|---|---|
boolean |
ConnectionMetadata.equals(ConnectionMetadata connectionMetadata)
|
| Uses of ConnectionMetadata in oracle.jbo.common.ampool |
| Methods in oracle.jbo.common.ampool with parameters of type ConnectionMetadata | |
| Type | Name |
|---|---|
protected boolean |
ApplicationPoolImpl.compareConnectionMetadata(ConnectionMetadata oldConnectionMetadata,
ConnectionMetadata newConnectionMetadata)
Invoked by the application pool implementation when an application module instance is recycled for use by a session different than the session that had previously used that instance. |
| Uses of ConnectionMetadata in oracle.jbo.server |
| Methods in oracle.jbo.server that return ConnectionMetadata | |
| Type | Name |
|---|---|
ConnectionMetadata |
DBTransactionImpl.getConnectionMetadata()
|
ConnectionMetadata |
NullDBTransactionImpl.getConnectionMetadata()
|
|
Business Components | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||