| Modifier and Type | Method and Description | 
|---|---|
AppServerConnection | 
AppServer.getConnection()
Get a connection to the Application Server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AppServer.releaseConnection(AppServerConnection connection)
Release the connection. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static AppServerConnection | 
AppServerConnectionFactory.create(AppServerProvider asp)  | 
AppServerConnection | 
AppServerConnectionFactory.create(java.lang.String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AppServerConnectionFactory.release(AppServerConnection connection)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
PresentationProvider.containsPresentation(AppServerConnection asConnection, PresentationType<?> type)  | 
PresentationType[] | 
PresentationProvider.getDependencies(AppServerConnection asConnection, PresentationType<?> type)
Get a list of  
PresentationTypes that the given presentation depends on. | 
<T> BasicPresentation<T> | 
PresentationProvider.getPresentation(AppServerConnection asConnection, PresentationType<T> type)
Get the presentation indicated by the Interface class from the provider. 
 | 
PresentationType[] | 
PresentationProvider.getPresentationTypes(AppServerConnection asConnection)  | 
void | 
PresentationProvider.releasePresentation(AppServerConnection asConnection, BasicPresentation<?> presentation)
Called when a client has finished using a presentation so that resources can be released. 
 | 
void | 
PresentationProvider.testPresentation(AppServerConnection asConnection, PresentationType<?> type)  | 
| Modifier and Type | Method and Description | 
|---|---|
AppServerConnection | 
AppServerContext.getAppServerConnection()  | 
| Modifier and Type | Method and Description | 
|---|---|
AppServerConnection | 
ProviderSpiContext.getAppServerConnection()  | 
AppServerConnection | 
DefaultMutableAppServerContext.getAppServerConnection()  |