WebLogic Integration


Uses of Class
com.bea.wlai.common.DuplicateNameException

Packages that use DuplicateNameException
com.bea.wlai.client Provides the WebLogic Application Integration client-side interfaces/classes. 
com.bea.wlai.common Provides the WebLogic Application Integration commonly used interfaces/classes. 
 

Uses of DuplicateNameException in com.bea.wlai.client
 

Methods in com.bea.wlai.client that throw DuplicateNameException
 IConnectionFactoryDescriptor ConnectionFactoryManager.addConnectionFactory(INamespace parent, java.lang.String factoryName)
          Creates an ConnectionFactory with the given name, adds it to the given parent namespace, and returns a descriptor for it.
 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 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.
 

Uses of DuplicateNameException in com.bea.wlai.common
 

Methods in com.bea.wlai.common that throw DuplicateNameException
 IEventDescriptor IApplicationViewDescriptor.addEvent(java.lang.String eventName)
          Add an event to this application view.
 IServiceDescriptor IApplicationViewDescriptor.addService(java.lang.String serviceName)
          Add a service to this application view.
 IEventDescriptor ApplicationViewDescriptor.addEvent(java.lang.String eventName)
          Add an event to this application view.
 IServiceDescriptor ApplicationViewDescriptor.addService(java.lang.String serviceName)
          Add a service to this application view.
 


WebLogic Integration

WebLogic Integration (WLI)