| Package | Description | 
|---|---|
| weblogic.j2ee.descriptor.wl | 
 Provides interfaces for  
weblogic.j2ee.descriptor.wl. | 
| Modifier and Type | Method | Description | 
|---|---|---|
SAFImportedDestinationsBean | 
ClientSAFBean.createSAFImportedDestinations(java.lang.String name) | 
 Create a SAFImportedDestinationsBean in this JMSModule 
 | 
SAFImportedDestinationsBean | 
JMSBean.createSAFImportedDestinations(java.lang.String name) | 
 Create a SAFImportedDestinationsBean in this JMSModule 
 | 
SAFImportedDestinationsBean[] | 
ClientSAFBean.getSAFImportedDestinations() | 
 Gets all SAFImportedDestinationsBean found in the JMS module 
 | 
SAFImportedDestinationsBean[] | 
JMSBean.getSAFImportedDestinations() | 
 
 Defines a collection of imported store-and-forward (SAF) destinations. 
 | 
SAFImportedDestinationsBean | 
ClientSAFBean.lookupSAFImportedDestinations(java.lang.String name) | 
 Locates a SAF Imported Destinations bean with the given name 
 | 
SAFImportedDestinationsBean | 
JMSBean.lookupSAFImportedDestinations(java.lang.String name) | 
 Locates a SAF Imported Destinations bean with the given name 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
ClientSAFBean.destroySAFImportedDestinations(SAFImportedDestinationsBean safImportedDestinations) | 
 Destroy a SAFImportedDestinationsBean in this JMS Module 
 | 
void | 
JMSBean.destroySAFImportedDestinations(SAFImportedDestinationsBean safImportedDestinations) | 
 Destroy a SAFImportedDestinationsBean in this JMS Module 
 |