org.exolab.jms.tools.admin
Interface OpenJMSNode
- All Known Implementing Classes:
- OpenJMSConsumer, OpenJMSConsumerFolder, OpenJMSDestination, OpenJMSObject, OpenJMSQueueFolder, OpenJMSTopicFolder
- public interface OpenJMSNode
This interface is used to provide a generic method for all elements
in the node to update their children once a node is expanded.
- Version:
- $Revision: 1.1 $ $Date: 2003/08/07 07:45:30 $
- Author:
- Jim Mourikis
Method Summary |
void |
displayCommands(java.awt.Rectangle loc)
Display all commands available for this object. |
java.lang.String |
toString()
The objects unique name |
void |
update()
Update all children belonging to this node. |
update
public void update()
- Update all children belonging to this node.
toString
public java.lang.String toString()
- The objects unique name
- Overrides:
toString
in class java.lang.Object
displayCommands
public void displayCommands(java.awt.Rectangle loc)
- Display all commands available for this object.
Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.