public interface AppServerConnection
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.Object | EVENT_APPSERVER_PROVIDER_CHANGED | 
| static java.lang.Object | EVENT_PRESENTATION_CREATED | 
| static java.lang.Object | EVENT_PRESENTATION_RELEASED | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addConnectionListener(AsAdapterListener listener) | 
| <T> boolean | containsPresentation(PresentationType<T> type) | 
| AppServerProvider | getAppServerProvider() | 
| <T> Presentation<T> | getPresentation(PresentationType<T> type)Deprecated. 
 Use getPresentationManager().getPresentation(type) | 
| PresentationManager | getPresentationManager() | 
| PresentationType<?>[] | getPresentationTypes()Deprecated. 
 Use PresentationManager | 
| <T> void | releasePresentation(Presentation<T> presentation)Deprecated. 
 Use PresentationManager | 
| void | removeConnectionListener(AsAdapterListener listener) | 
| void | testPresentation(PresentationType type)Deprecated. 
 Use getPresentationManager().testPresentation(type) | 
static final java.lang.Object EVENT_APPSERVER_PROVIDER_CHANGED
static final java.lang.Object EVENT_PRESENTATION_CREATED
static final java.lang.Object EVENT_PRESENTATION_RELEASED
AppServerProvider getAppServerProvider()
@Deprecated <T> Presentation<T> getPresentation(PresentationType<T> type)
type - ConnectionException - if a presentation could not be retrieved<T> boolean containsPresentation(PresentationType<T> type)
@Deprecated void testPresentation(PresentationType type)
type - ConnectionException@Deprecated PresentationType<?>[] getPresentationTypes()
@Deprecated <T> void releasePresentation(Presentation<T> presentation)
T - presentation - void addConnectionListener(AsAdapterListener listener)
void removeConnectionListener(AsAdapterListener listener)
PresentationManager getPresentationManager()