| Package | Description | 
|---|---|
| weblogic.j2ee.descriptor.wl | 
 Provides interfaces for  
weblogic.j2ee.descriptor.wl. | 
| weblogic.jms.extensions | 
 WebLogic Server extensions to JMS. 
 | 
| Modifier and Type | Interface | Description | 
|---|---|---|
interface  | 
DestinationBean | 
 This bean contains all the attributes of destinations that are common
 between queues and topics. 
 | 
interface  | 
DestinationKeyBean | 
 Destination Key beans control the sorting criteria of JMS destinations 
 | 
interface  | 
DistributedDestinationBean | 
 Deprecated.
 
10.3.4.0, since Weighted Distributed Destination has been deprecated and replaced by Uniform Distributed Destination 
 | 
interface  | 
DistributedDestinationMemberBean | 
 Deprecated.
 
10.3.4.0, since Weighted Distributed Destination has been deprecated and replaced by Uniform Distributed Destination 
 | 
interface  | 
DistributedQueueBean | 
 Deprecated.
 
10.3.4.0, since Weighted Distributed Destination has been deprecated and replaced by Uniform Distributed Destination 
 | 
interface  | 
DistributedTopicBean | 
 Deprecated.
 
10.3.4.0, since Weighted Distributed Destination has been deprecated and replaced by Uniform Distributed Destination 
 | 
interface  | 
ForeignConnectionFactoryBean | 
 This bean represents a connection factory from a remote JNDI context. 
 | 
interface  | 
ForeignDestinationBean | 
 This bean represents a destination from a remote JNDI context. 
 | 
interface  | 
ForeignJNDIObjectBean | 
 This bean represents a foreign entity (one not part of the local JNDI naming context)
 advertised through JNDI. 
 | 
interface  | 
ForeignServerBean | 
 This bean represents foreign resources. 
 | 
interface  | 
JMSConnectionFactoryBean | 
 Connection factories are used to create connections for JMS clients. 
 | 
interface  | 
QueueBean | 
 Queues are used for asynchronous peer communications. 
 | 
interface  | 
QuotaBean | 
 Quota beans control the allotment of system resources available
 to destinations. 
 | 
interface  | 
SAFDestinationBean | 
 Store-and-Forward (SAF) destinations are used for asynchronous and disconnected peer
 communications. 
 | 
interface  | 
SAFErrorHandlingBean | 
 Store-and-Forward (SAF) Error Handling defines the action to be taken when the delivery 
 of a JMS message fails to be forwarded to a remote destination. 
 | 
interface  | 
SAFImportedDestinationsBean | 
 Store-and-Forward (SAF) Imported Destinations is a collection of a SAF queues and topics
 that reside in a different cluster or server. 
 | 
interface  | 
SAFQueueBean | 
 Store-and-Forward (SAF) queues are used for asynchronous and disconnected peer communications. 
 | 
interface  | 
SAFRemoteContextBean | 
 Store-and-Forward (SAF) Remote Context specifies the SAF Login Context that
 the SAF Imported Queue or Topic use to connect to the remote Destination. 
 | 
interface  | 
SAFTopicBean | 
 Store-and-Forward (SAF) topics are used for asynchronous and disconnected peer communications. 
 | 
interface  | 
TargetableBean | 
 All JMS beans that can be targeted extend the targetable bean. 
 | 
interface  | 
TemplateBean | 
 Template beans contain default values for destination attributes. 
 | 
interface  | 
TopicBean | 
 Topics are used for asynchronous peer communications. 
 | 
interface  | 
UniformDistributedDestinationBean | 
 A uniform distributed destination is a distributed destination whose members
 are configured as part of its configuration; since members share the same
 configuration, they are uniform. 
 | 
interface  | 
UniformDistributedQueueBean | 
 A uniform distributed queue is a distributed queue whose members are
 configured as part of its configuration; since members share the same
 configuration, they are uniform. 
 | 
interface  | 
UniformDistributedTopicBean | 
 A uniform distributed topic is a distributed topic whose members are
 configured as part of its configuration; since members share the same
 configuration, they are uniform. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
JMSNamedEntityModifier.modify(NamedEntityBean entityBean) | 
 Method to be implemented by the user to perform any
 attribute modifications on the entityBean argument. 
 |