|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A JMS destination template.
| Method Summary | |
boolean |
addDestination(JMSDestinationMBean destination)
Add a destination to the template. |
JMSDestinationMBean[] |
getDestinations()
Return a read-only array of the destinations for the template. |
boolean |
isBytesPagingEnabled()
Check if BytesPagingEnabled is set. |
boolean |
isMessagesPagingEnabled()
Check if MessagesPagingEnabled is set. |
boolean |
removeDestination(JMSDestinationMBean destination)
Remove a destination from a template. |
void |
setBytesPagingEnabled(boolean enabled)
Set the BytesPagingEnabled attribute for the template. |
void |
setMessagesPagingEnabled(boolean enabled)
Set the MessagesPagingEnabled attribute for the template. |
| Method Detail |
public JMSDestinationMBean[] getDestinations()
public boolean addDestination(JMSDestinationMBean destination)
throws javax.management.InvalidAttributeValueException,
DistributedManagementException
destination - a reference to
JMSDestinationMBean
public boolean removeDestination(JMSDestinationMBean destination)
throws javax.management.InvalidAttributeValueException,
DistributedManagementException
destination - a reference to
JMSDestinationMBeanpublic boolean isMessagesPagingEnabled()
public void setMessagesPagingEnabled(boolean enabled)
throws javax.management.InvalidAttributeValueException
public boolean isBytesPagingEnabled()
public void setBytesPagingEnabled(boolean enabled)
throws javax.management.InvalidAttributeValueException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs61 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||