WebLogic Integration


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

Packages that use DeploymentException
com.bea.wlai.client Provides the WebLogic Application Integration client-side interfaces/classes. 
 

Uses of DeploymentException in com.bea.wlai.client
 

Methods in com.bea.wlai.client that throw DeploymentException
 void ApplicationViewManager.deployApplicationView(IApplicationViewDescriptor appView, boolean allowRebind, boolean persistent)
          Deploy the application view represented by the given descriptor into the WLAI engine.
 IApplicationViewDescriptor ApplicationViewManager.undeployApplicationView(QualifiedName name, boolean force, boolean persistent)
          Undeploy the application view represented by the given QualifiedName from the WLAI engine.
 boolean ApplicationViewManager.isApplicationViewDeployed(QualifiedName name)
          Indicates whether an application view with the given qualified name has been deployed within the WLAI engine.
 void ConnectionFactoryManager.deployConnectionFactory(IConnectionFactoryDescriptor factory)
          Deploy the ConnectionFactory represented by the given descriptor into the WLAI engine.
 IConnectionFactoryDescriptor ConnectionFactoryManager.undeployConnectionFactory(QualifiedName name)
          Undeploy the ConnectionFactory represented by the given QualifiedName from the WLAI engine.
 boolean ConnectionFactoryManager.isConnectionFactoryDeployed(QualifiedName qualifiedName)
          Indicates whether an ConnectionFactory with the given qualified name has been deployed within the WLAI engine.
 java.lang.String[] ConnectionFactoryManager.getConnectionFactoryReferences(java.lang.String connectionJNDIName)
          returns an array of strings containing the names of Application views which have a reference to the named connection factory.
 boolean ConnectionFactoryManager.hasConnections(ConnectionInfo filter)
          Returns true if there are deployed connection factories matching the passed filter param.
 ConnectionInfo[] ConnectionFactoryManager.listDeployedConnections(ConnectionInfo filter)
          List the deployed connection factories in the system.
 void DeployManager.deployConnectionFactory(IConnectionFactoryDescriptor cfd, boolean allowRebind, boolean persistent)
          Deploy the given connection factory deployment descriptor, given by the cfd argument, to the WLAI server.
 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.
 IConnectionFactoryDescriptor DeployManager.undeployConnectionFactory(QualifiedName name, boolean force, boolean persistent)
          Undeploy the connection factory with the given name from the WLAI server.
 boolean DeployManager.isConnectionFactoryDeployed(QualifiedName qualifiedName)
          Indicates whether a Connection Factory with the given qualified name has been deployed within the WLAI engine.
 IApplicationViewDescriptor DeployManager.undeployApplicationView(QualifiedName appViewName, boolean force, boolean persistent)
          Undeploy the application view with the given name from the WLAI server.
 boolean DeployManager.isApplicationViewDeployed(QualifiedName qualifiedName)
          Indicates whether an ApplicationView with the given qualified name has been deployed within the WLAI engine.
 IConnectionFactoryDescriptor DeployManager.getConnectionFactoryDeploymentDescriptor(QualifiedName name)
          Get the connection factory deployment descriptor for the given connection factory name.
 IApplicationViewDescriptor DeployManager.getApplicationViewDeploymentDescriptor(QualifiedName appViewName)
          Get the application view deployment descriptor for the given application view.
 AdapterInfo[] DeployManager.listDeployedAdapters()
          List the deployed adapters in the system.
 void ApplicationViewRemote.checkEventDeployment(QualifiedName appViewName)
          Check that events were successfully deployed before allowing a client to register as a listener.
 void ApplicationViewManagerRemote.deployApplicationView(IApplicationViewDescriptor appView, boolean allowRebind, boolean persistent)
          Deploy the ApplicationView represented by the given descriptor into the WLAI engine.
 IApplicationViewDescriptor ApplicationViewManagerRemote.undeployApplicationView(QualifiedName name, boolean force, boolean persistent)
          Undeploy the ApplicationView represented by the given QualifiedName from the WLAI engine.
 boolean ApplicationViewManagerRemote.isApplicationViewDeployed(QualifiedName qualifiedName)
          Indicates whether an ApplicationView with the given qualified name has been deployed within the WLAI engine.
 


WebLogic Integration

WebLogic Integration (WLI)