| java.lang.Object org.apache.geronimo.console.jmsmanager.DestinationInfo
isRemovable | public boolean isRemovable()(Code) | | Determines if the destination that this objects represents is removable
from the console this means that the destination that this object
represents was added via the Geronimo JMS Console.
true if the console knows how to remove this Destinationotherwise returns false. |
isViewable | public boolean isViewable()(Code) | | Determines if the destination that this objects represents is viewable
from the console this means that either the destination that this object
represents was added via the Geronimo JMS Console or it is a Queue.
true if the console knows how to display this Destinationotherwise returns false. |
|
|