| Package | Description | 
|---|---|
| weblogic.management.configuration | Contains classes and interfaces for configuring a WebLogic 
Server domain. | 
| Modifier and Type | Interface | Description | 
|---|---|---|
| interface  | ForeignConnectionFactoryOverrideMBean | For each configuration entity that supports per-partition-override via a MBean, 
 we have two MBeans, the original configure MBean and the corresponding override MBean, 
 that eventually determine the effective settings of the configured resource. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| ForeignDestinationOverrideMBean | ForeignServerOverrideMBean. createForeignDestination(java.lang.String name) | Creates a foreign destination and adds it to this foreign server. | 
| ForeignDestinationOverrideMBean[] | ForeignServerOverrideMBean. getForeignDestinations() | All the foreign destinations associated with this foreign server. | 
| ForeignDestinationOverrideMBean | ForeignServerOverrideMBean. lookupForeignDestination(java.lang.String name) | Finds a foreign destination with the given name. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | ForeignServerOverrideMBean. destroyForeignDestination(ForeignDestinationOverrideMBean foreignDestination) | Removes a foreign destination from this foreign server. |