WebLogic Integration


Uses of Class
com.bea.wlai.client.ApplicationView

Packages that use ApplicationView
com.bea.adapter.web The com.bea.adapter.web package contains classes that support the development of a design-time Web application for deploying and managing application views. 
com.bea.wlai.client Provides the WebLogic Application Integration client-side interfaces/classes. 
 

Uses of ApplicationView in com.bea.adapter.web
 

Methods in com.bea.adapter.web that return ApplicationView
 ApplicationView AbstractDesignTimeRequestHandler.getApplicationView(java.lang.String strFullyQualifiedName)
          This method is the accessor for the current application view.
 

Methods in com.bea.adapter.web with parameters of type ApplicationView
 javax.resource.cci.Connection AbstractDesignTimeRequestHandler.getConnectionFromAppView(ApplicationView av)
          This method is the accessor for a cci.Connection object of the application view argument.
 javax.resource.cci.InteractionSpec AbstractDesignTimeRequestHandler.getInteractionSpecForService(ApplicationView av, java.lang.String strService)
          Deprecated. - this method should not be used because binding the InteractionSpec into JNDI can lead to class loading issues. Instead, you should get the IServiceDescriptor from the IApplicationViewDescriptor to get properties for a service.
 

Uses of ApplicationView in com.bea.wlai.client
 

Methods in com.bea.wlai.client that return ApplicationView
 ApplicationView ApplicationViewManager.getApplicationViewInstance(QualifiedName name)
          Create a new instance of the application view with the given qualified name.
 ApplicationView ApplicationViewManager.getApplicationViewInstance(QualifiedName name, java.lang.String strInstanceID)
           
 ApplicationView DesignTimeHelper.getApplicationView(java.lang.String strQualifiedName)
          Returns a deployed ApplicationView instance from strQualifiedName.
 

Constructors in com.bea.wlai.client with parameters of type ApplicationView
EventTester.EventTester(ApplicationView appView)
           
 


WebLogic Integration

WebLogic Integration (WLI)