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 |
---|---|---|
ForeignServerBean |
JMSBean.createForeignServer(java.lang.String name) |
Creates a foreign server bean and adds it to this JMS module
|
ForeignServerBean[] |
JMSBean.getForeignServers() |
Defines foreign messaging providers or remote WebLogic Server instances
that are not part of the current domain.
|
ForeignServerBean |
JMSBean.lookupForeignServer(java.lang.String name) |
Locates a foreign server bean with the given name
|
Modifier and Type | Method | Description |
---|---|---|
void |
JMSBean.destroyForeignServer(ForeignServerBean foreignServer) |
Removes a foreign server bean from this JMS module
|