org.exolab.jms.jndiadministration
Interface OpenJMSNode

All Known Implementing Classes:
OpenJMSContext, OpenJMSObject

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.2 $ $Date: 2003/08/07 13:33:00 $
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.
 

Method Detail

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.