| Package | Description |
|---|---|
| weblogic.j2ee.descriptor.wl |
Provides interfaces for
weblogic.j2ee.descriptor.wl. |
| weblogic.management.mbeans.custom |
Provides interfaces for
weblogic.management.mbeans.custom. |
| Modifier and Type | Method | Description |
|---|---|---|
ForeignConnectionFactoryBean |
ForeignServerBean.createForeignConnectionFactory(java.lang.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(java.lang.String name) |
Finds a foreign connection factory bean with the given name.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ForeignServerBean.destroyForeignConnectionFactory(ForeignConnectionFactoryBean foreignConnectionFactory) |
Removes a foreign connection factory from this foreign server.
|