net.sf.panoptes.module.jmx
Class DomainComponent

java.lang.Object
  |
  +--net.sf.panoptes.model.node.Node
        |
        +--net.sf.panoptes.model.component.Component
              |
              +--net.sf.panoptes.model.component.ComponentQuery
                    |
                    +--net.sf.panoptes.module.jmx.DomainComponent

public class DomainComponent
extends ComponentQuery

DomainNode.java Node representing a JMX domain.

Version:
0.1
Author:
Dag Liodden

Field Summary
 
Fields inherited from class net.sf.panoptes.model.node.Node
ICON_BROKEN_LINK, ICON_CONNECTION, ICON_CONNECTIONS_FOLDER, ICON_DATASOURCE, ICON_DOMAIN, ICON_ERROR, ICON_FOLDER, ICON_INFO, ICON_LOG, ICON_LOG_FOLDER, ICON_MBEAN, ICON_QUERY_FOLDER, ICON_SERVER, ICON_SERVICE, ICON_SESSION, ICON_USER, ICON_WARNING
 
Constructor Summary
DomainComponent()
          Constructor for DomainNode.
 
Method Summary
 boolean acceptsChildren()
           
 java.lang.String getDomainName()
           
 org.eclipse.swt.graphics.Image getIcon()
           
 void init()
          Called when the Component has had all it's attributes set and should be ready for initialization.
 void setDomainName(java.lang.String domainName)
           
 
Methods inherited from class net.sf.panoptes.model.component.ComponentQuery
getChildren, getConfigDescriptor, getConfiguratorScripts, getId, getQuery, setConfigDescriptor, setIcon, setQuery
 
Methods inherited from class net.sf.panoptes.model.component.Component
getComponentName, getComponentRegistry, setComponentName, setComponentRegistry
 
Methods inherited from class net.sf.panoptes.model.node.Node
addUpdateListener, createImage, notifyListeners, removeUpdateListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainComponent

public DomainComponent()
Constructor for DomainNode.

Method Detail

setDomainName

public void setDomainName(java.lang.String domainName)

init

public void init()
Description copied from class: Component
Called when the Component has had all it's attributes set and should be ready for initialization.

Overrides:
init in class ComponentQuery

getIcon

public org.eclipse.swt.graphics.Image getIcon()
Overrides:
getIcon in class ComponentQuery
Returns:
See Also:
com.gllt.troodon.console.Node#getIconName()

acceptsChildren

public boolean acceptsChildren()
Overrides:
acceptsChildren in class ComponentQuery

getDomainName

public java.lang.String getDomainName()
Returns:


Copyright © 2003 . All Rights Reserved.