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 |
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 |
---|---|---|
TopicBean |
JMSBean.createTopic(java.lang.String name) |
Creates a topic bean and adds it to this JMS module
|
TopicBean[] |
JMSBean.getTopics() |
Defines a publish/subscribe destination type, which are used for
asynchronous peer communications.
|
TopicBean |
JMSBean.lookupTopic(java.lang.String name) |
Locates a topic bean with the given name
|
Modifier and Type | Method | Description |
---|---|---|
void |
JMSBean.destroyTopic(TopicBean topic) |
Removes a topic bean from this JMS module
|
Modifier and Type | Method | Description |
---|---|---|
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
|