| Package | Description |
|---|---|
| weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
| Modifier and Type | Method | Description |
|---|---|---|
ForeignJMSConnectionFactoryMBean[] |
ForeignJMSServerMBean.getConnectionFactories() |
Deprecated.
The remote connection factories.
|
ForeignJMSConnectionFactoryMBean[] |
ForeignJMSServerMBean.getForeignJMSConnectionFactories() |
Deprecated.
9.0.0.0 Replaced by the ForeignServerBean type in the new JMS module.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
ForeignJMSServerMBean.addConnectionFactory(ForeignJMSConnectionFactoryMBean factory) |
Deprecated.
9.0.0.0 Replaced by the ForeignServerBean type in the new JMS module.
|
boolean |
ForeignJMSServerMBean.removeConnectionFactory(ForeignJMSConnectionFactoryMBean factory) |
Deprecated.
9.0.0.0 Replaced by the ForeignServerBean type in the new JMS module.
|
void |
ForeignJMSServerMBean.setConnectionFactories(ForeignJMSConnectionFactoryMBean[] factories) |
Deprecated.
Sets the ConnectionFactories attribute.
|