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 and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
QueueBean |
JMSBean.createQueue(String name)
Creates a queue bean and adds it to this JMS module
|
QueueBean[] |
JMSBean.getQueues()
Defines a point-to-point destination type, which are used for
asynchronous peer communications.
|
QueueBean |
JMSBean.lookupQueue(String name)
Locates a queue bean with the given name
|
Modifier and Type | Method and Description |
---|---|
void |
JMSBean.destroyQueue(QueueBean queue)
Removes a queue bean from this JMS module
|
Modifier and Type | Method and Description |
---|---|
static QueueBean[] |
JMSModuleHelper.findAllInheritedQueueBeans(String templateName,
JMSBean module)
Finder that returns all the QueueBeans that inherit from the given
TemplateBean in a JMS Module
|
QueueBean[] |
IJMSModuleHelper.findAllInheritedQueueBeans(String templateName,
JMSBean module)
Finder that returns all the QueueBeans that inherit from the given
TemplateBean in a JMS Module
|