public class ServerMonitorPanel extends Object implements Attachable
Modifier and Type | Class and Description |
---|---|
class |
ServerMonitorPanel.ServicesListCellRender |
Constructor and Description |
---|
ServerMonitorPanel(MainMonitorGUI gui,
MessageBus bus,
String busId) |
Modifier and Type | Method and Description |
---|---|
void |
addServiceName(String serviceName) |
void |
attach(ActivityProcessor proc) |
MainMonitorGUI |
getMainMonitorGUI() |
JPanel |
getPanel() |
void |
openConversationMonitor() |
void |
removeServiceName(String serviceName) |
public ServerMonitorPanel(MainMonitorGUI gui, MessageBus bus, String busId)
public void attach(ActivityProcessor proc)
attach
in interface Attachable
public void openConversationMonitor()
public void addServiceName(String serviceName)
public void removeServiceName(String serviceName)
public JPanel getPanel()
public MainMonitorGUI getMainMonitorGUI()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.