Public Member Functions | |
LogLevelPanel () | |
LogLevelPanel (JFrame frame) | |
void | start () throws Exception |
void | stop () throws Exception |
void | pause () throws Exception |
void | resume () throws Exception |
boolean | runRestricted (boolean restricted) throws Exception |
void | setACSContainerServices (ContainerServices cs) |
boolean | isOMCPlugin () |
void | addLogSelectorTab (LogLevelSelectorPanel logTab) throws InvalidLogPaneException, LogPaneAlreadyExistException |
void | removeLogSelectorTab (String name) throws LogPaneNotFoundException |
void | showTab (String name) throws LogPaneNotFoundException |
Private Member Functions | |
void | initialize () |
Private Attributes | |
ContainerServices | contSvc = null |
LogLvlTree | tree = null |
JScrollPane | treeSP |
JFrame | frame = null |
|
Constructor |
|
Constructor
|
|
Add a new selector tab. The name of the new tab is set to be the name of the tab
|
|
Init the component |
|
|
|
Method used by the plugin interface in EXEC. Pause the application (scroll lock enabled)
|
|
Remove the tab with the given name
|
|
Method used by the plugin interface in EXEC. Unpause the application (scroll lock disabled)
|
|
|
|
Set the ACS Container Services
|
|
Select the tab with the given name
|
|
Method used by the plugin interface in EXEC: it connects the application to the NC
|
|
Method used by the plugin interface in EXEC. Stop the application disconnecting from the NC
|
|
|
|
|
|
|
|
|