| Package | Description |
|---|---|
| oracle.rc.asadapter.connection.spi |
| Modifier and Type | Method and Description |
|---|---|
<T> BasicPresentation<T> |
PresentationProvider.getPresentation(AppServerConnection asConnection,
PresentationType<T> type)
Get the presentation indicated by the Interface class from the provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PresentationProvider.releasePresentation(AppServerConnection asConnection,
BasicPresentation<?> presentation)
Called when a client has finished using a presentation so that resources
can be released.
|