| Package | Description | 
|---|---|
| weblogic.j2ee.descriptor.wl | 
 Provides interfaces for  
weblogic.j2ee.descriptor.wl. | 
| Modifier and Type | Method and Description | 
|---|---|
ForeignConnectionFactoryBean | 
ForeignServerBean.createForeignConnectionFactory(String name)
Creates a foreign connection factory and adds it to this foreign server. 
 | 
ForeignConnectionFactoryBean[] | 
ForeignServerBean.getForeignConnectionFactories()
Gets an array of all foreign connection factories associated with this foreign server. 
 | 
ForeignConnectionFactoryBean | 
ForeignServerBean.lookupForeignConnectionFactory(String name)
Finds a foreign connection factory bean with the given name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ForeignServerBean.destroyForeignConnectionFactory(ForeignConnectionFactoryBean foreignConnectionFactory)
Removes a foreign connection factory from this foreign server. 
 |