Package | Description |
---|---|
weblogic.jms.dd | |
weblogic.jms.extensions |
WebLogic Server extensions to JMS.
|
weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
weblogic.management.mbeanservers.edit.internal |
Provides interfaces for
weblogic.management.mbeanservers.edit.internal . |
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)
|
QueueBean[] |
IJMSModuleHelper.findAllInheritedQueueBeans(java.lang.String templateName,
JMSBean module) |
Finder that returns all the QueueBeans that inherit from the given
TemplateBean in a JMS Module
|
static QueueBean[] |
JMSModuleHelper.findAllInheritedQueueBeans(java.lang.String templateName,
JMSBean module) |
Finder that returns all the QueueBeans that inherit from the given
TemplateBean in a JMS Module
|
TopicBean[] |
IJMSModuleHelper.findAllInheritedTopicBeans(java.lang.String templateName,
JMSBean module) |
Finder that returns all the TopicBeans that inherit from the given
TemplateBean in a JMS Module
|
static TopicBean[] |
JMSModuleHelper.findAllInheritedTopicBeans(java.lang.String templateName,
JMSBean module) |
Finder that returns all the TopicBeans that inherit from the given
TemplateBean in a JMS Module
|
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
|
Modifier and Type | Method | Description |
---|---|---|
JMSBean |
JMSSystemResourceMBean.getJMSResource() |