Errai 3.0.1-SNAPSHOT

org.jboss.errai.tools.monitoring
Class ServerMonitorPanel

java.lang.Object
  extended by org.jboss.errai.tools.monitoring.ServerMonitorPanel
All Implemented Interfaces:
Attachable

public class ServerMonitorPanel
extends Object
implements Attachable


Nested Class Summary
 class ServerMonitorPanel.ServicesListCellRender
           
 
Constructor Summary
ServerMonitorPanel(MainMonitorGUI gui, MessageBus bus, String busId)
           
 
Method Summary
 void addServiceName(String serviceName)
           
 void attach(ActivityProcessor proc)
           
 MainMonitorGUI getMainMonitorGUI()
           
 JPanel getPanel()
           
 void openConversationMonitor()
           
 void removeServiceName(String serviceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerMonitorPanel

public ServerMonitorPanel(MainMonitorGUI gui,
                          MessageBus bus,
                          String busId)
Method Detail

attach

public void attach(ActivityProcessor proc)
Specified by:
attach in interface Attachable

openConversationMonitor

public void openConversationMonitor()

addServiceName

public void addServiceName(String serviceName)

removeServiceName

public void removeServiceName(String serviceName)

getPanel

public JPanel getPanel()

getMainMonitorGUI

public MainMonitorGUI getMainMonitorGUI()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.