| Package | Description | 
|---|---|
| weblogic.j2ee.descriptor.wl | 
 Provides interfaces for  
weblogic.j2ee.descriptor.wl. | 
| Modifier and Type | Method | Description | 
|---|---|---|
QuotaBean | 
JMSBean.createQuota(java.lang.String name) | 
 Creates a quota bean and adds it to this JMS module 
 | 
QuotaBean | 
DestinationBean.getQuota() | 
 A Quota controls the allotment of system resources available
 to destinations. 
 | 
QuotaBean | 
TemplateBean.getQuota() | 
 A Quota controls the allotment of system resources available
 to destinations. 
 | 
QuotaBean[] | 
JMSBean.getQuotas() | 
 
 Controls the allotment of system resources available to destinations. 
 | 
QuotaBean | 
JMSBean.lookupQuota(java.lang.String name) | 
 Locates the quota of a given name 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
JMSBean.destroyQuota(QuotaBean quota) | 
 Removes a quota bean from this JMS module 
 | 
void | 
DestinationBean.setQuota(QuotaBean quota) | 
 Sets the value of the Quota attribute. 
 | 
void | 
TemplateBean.setQuota(QuotaBean quota) | 
 Sets the value of the Quota attribute. 
 |