| Package | Description | 
|---|---|
| weblogic.j2ee.descriptor.wl | 
 Provides interfaces for  
weblogic.j2ee.descriptor.wl. | 
| Modifier and Type | Method and Description | 
|---|---|
ForeignServerBean | 
JMSBean.createForeignServer(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(String name)
Locates a foreign server bean with the given name 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JMSBean.destroyForeignServer(ForeignServerBean foreignServer)
Removes a foreign server bean from this JMS module 
 |