|
WebLogic Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IApplicationViewDescriptor | |
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 | |
com.bea.wlai.common |
Uses of IApplicationViewDescriptor in com.bea.adapter.web |
Methods in com.bea.adapter.web that return IApplicationViewDescriptor | |
IApplicationViewDescriptor |
AbstractDesignTimeRequestHandler.createApplicationViewDescriptor(java.lang.String appViewName)
This convenience method gets an application view descriptor from the deployManager for a given application view. |
IApplicationViewDescriptor |
AbstractDesignTimeRequestHandler.getApplicationViewDescriptor()
This method returns the application view descriptor member of the current app view. |
Methods in com.bea.adapter.web with parameters of type IApplicationViewDescriptor | |
void |
AbstractDesignTimeRequestHandler.setApplicationViewDescriptor(IApplicationViewDescriptor avd)
This method allows you to set the member variable m_avd by passing in an IApplicationViewDescriptor. |
Uses of IApplicationViewDescriptor in com.bea.wlai.client |
Methods in com.bea.wlai.client that return IApplicationViewDescriptor | |
IApplicationViewDescriptor |
DeployManager.undeployApplicationView(QualifiedName appViewName,
boolean force,
boolean persistent)
Undeploy the application view with the given name from the WLAI server. |
IApplicationViewDescriptor |
DeployManager.getApplicationViewDeploymentDescriptor(QualifiedName appViewName)
Get the application view deployment descriptor for the given application view. |
IApplicationViewDescriptor |
ApplicationViewManagerRemote.addApplicationView(INamespace parent,
java.lang.String appViewName)
Creates an ApplicationView with the given name, adds it to the given parent namespace, and returns a descriptor for it. |
IApplicationViewDescriptor |
ApplicationViewManagerRemote.removeApplicationView(QualifiedName name)
Removes the ApplicationView with the given qualified name from its parent namespace, and returns a descriptor for it. |
IApplicationViewDescriptor |
ApplicationViewManagerRemote.getApplicationView(QualifiedName name)
Gets the ApplicationView with the given qualified name and returns a descriptor for it. |
IApplicationViewDescriptor |
ApplicationViewManagerRemote.undeployApplicationView(QualifiedName name,
boolean force,
boolean persistent)
Undeploy the ApplicationView represented by the given QualifiedName from the WLAI engine. |
IApplicationViewDescriptor |
ApplicationViewManager.addApplicationView(INamespace parent,
java.lang.String appViewName)
Creates an application view with the given name, adds it to the given parent namespace, and returns a descriptor for it. |
IApplicationViewDescriptor |
ApplicationViewManager.removeApplicationView(QualifiedName name)
Removes the application view with the given qualified name from its parent namespace, and returns a descriptor for it. |
IApplicationViewDescriptor |
ApplicationViewManager.getApplicationView(QualifiedName name)
Gets the application view with the given qualified name and returns a descriptor for it. |
IApplicationViewDescriptor |
ApplicationViewManager.undeployApplicationView(QualifiedName name,
boolean force,
boolean persistent)
Undeploy the application view represented by the given QualifiedName from the WLAI engine. |
Methods in com.bea.wlai.client with parameters of type IApplicationViewDescriptor | |
void |
DeployManager.deployApplicationView(IApplicationViewDescriptor avd,
boolean allowRebind,
boolean persistent)
Deploy the given connection factory deployment descriptor, given by the avd argument, to the WLAI server. |
boolean |
DeployManager.isApplicationViewDeployUndeployAllowed(IApplicationViewDescriptor avd,
QualifiedName appViewName,
boolean deployFlag)
Checks login principal for access to the named application view |
void |
ApplicationViewManagerRemote.updateApplicationView(IApplicationViewDescriptor appView)
Updates the given ApplicationViewDescriptor within the WLAI repository. |
void |
ApplicationViewManagerRemote.deployApplicationView(IApplicationViewDescriptor appView,
boolean allowRebind,
boolean persistent)
Deploy the ApplicationView represented by the given descriptor into the WLAI engine. |
void |
ApplicationViewManager.updateApplicationView(IApplicationViewDescriptor appView)
Updates the given ApplicationViewDescriptor within the WLAI repository. |
void |
ApplicationViewManager.deployApplicationView(IApplicationViewDescriptor appView,
boolean allowRebind,
boolean persistent)
Deploy the application view represented by the given descriptor into the WLAI engine. |
Uses of IApplicationViewDescriptor in com.bea.wlai.common |
Classes in com.bea.wlai.common that implement IApplicationViewDescriptor | |
class |
ApplicationViewDescriptor
Represents the metadata for an ApplicationView (e.g. |
|
WebLogic Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |