Package | Description |
---|---|
weblogic.j2ee.descriptor.wl |
Provides interfaces for
weblogic.j2ee.descriptor.wl . |
weblogic.management.mbeans.custom |
Provides interfaces for
weblogic.management.mbeans.custom . |
Modifier and Type | Method | Description |
---|---|---|
TemplateBean |
JMSBean.createTemplate(java.lang.String name) |
Creates a template bean and adds it to this JMS module
|
TemplateBean |
DestinationBean.getTemplate() |
The JMS template from which the destination is derived.
|
TemplateBean |
DeliveryFailureParamsBean.getTemplateBean() |
This is used to find the template bean for this destination
|
TemplateBean |
DeliveryParamsOverridesBean.getTemplateBean() |
This is used to find the template bean for this destination
|
TemplateBean |
MessageLoggingParamsBean.getTemplateBean() |
Finds the template bean for this destination.
|
TemplateBean |
MulticastParamsBean.getTemplateBean() |
Finds the template bean for this destination.
|
TemplateBean |
ThresholdParamsBean.getTemplateBean() |
Finds the template bean for this destination.
|
TemplateBean |
TopicSubscriptionParamsBean.getTemplateBean() |
Finds the template bean for this destination.
|
TemplateBean[] |
JMSBean.getTemplates() |
Defines a set of default configuration settings for multiple destinations.
|
TemplateBean |
JMSBean.lookupTemplate(java.lang.String name) |
Locates a template bean with the given name
|
Modifier and Type | Method | Description |
---|---|---|
void |
JMSBean.destroyTemplate(TemplateBean template) |
Removes a template bean from this JMS module
|
void |
DestinationBean.setTemplate(TemplateBean template) |
Sets the value of the Template attribute.
|