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 |
QueueBean |
Queues are used for asynchronous peer communications.
|
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 |
---|---|---|
DestinationBean |
TemplateBean.findErrorDestination(java.lang.String subDeploymentName) |
Finds the name of the error destination to use when a destination comes from
a specific group
|
DestinationBean |
DeliveryFailureParamsBean.getErrorDestination() |
The name of the target error destination for messages that have expired or reached their redelivery
limit.
|
DestinationBean |
GroupParamsBean.getErrorDestination() |
Gets the name of the error destination that should be used for members who have
the same sub-deployment-name.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DeliveryFailureParamsBean.setErrorDestination(DestinationBean errorDestination) |
Sets the value of the ErrorDestination attribute.
|
void |
GroupParamsBean.setErrorDestination(DestinationBean errorDestination) |
Sets the name of the error destination that should be used for members who have
the same sub-deployment-name.
|
Modifier and Type | Method | Description |
---|---|---|
DestinationBean[] |
IJMSModuleHelper.findAllInheritedDestinations(java.lang.String templateName,
JMSBean module) |
Returns an array of all the JMS destinations(queues/topics) that are
inherited from the given Template (name)
|
static DestinationBean[] |
JMSModuleHelper.findAllInheritedDestinations(java.lang.String templateName,
JMSBean module) |
Returns an array of all the JMS destinations(queues/topics) that are
inherited from the given Template (name)
|
DestinationBean |
IJMSModuleHelper.findDestinationBean(java.lang.String name,
JMSBean module) |
Finder for DestinationBean in a JMS Module
|
static DestinationBean |
JMSModuleHelper.findDestinationBean(java.lang.String name,
JMSBean module) |
Finder for DestinationBean in a JMS Module
|