public interface SCServerMBean
Modifier and Type | Method and Description |
---|---|
String |
backup(String path)
Backups the content of Transaction module.
|
void |
clear(String classname)
Sets the INHERIT level for the specified logger.
|
void |
debug(String classname)
Sets the DEBUG level for the specified logger.
|
void |
dumpAttributes(String name,
String path,
boolean threaddump) |
void |
dumpServerState(String path) |
void |
error(String classname)
Sets the ERROR level for the specified logger.
|
void |
fatal(String classname)
Sets the FATAL level for the specified logger.
|
String |
getName() |
short |
getServerId() |
String[] |
getServers() |
int |
getStatus() |
String |
getStatusInfo() |
void |
info(String classname)
Sets the INFO level for the specified logger.
|
void |
shutdown() |
void |
start() |
void |
stop() |
void |
warn(String classname)
Sets the WARN level for the specified logger.
|
short getServerId()
String getName()
void start()
void stop()
void shutdown()
int getStatus()
String getStatusInfo()
String[] getServers()
void dumpServerState(String path)
void debug(String classname)
classname
- The logger name.void info(String classname)
classname
- The logger name.void warn(String classname)
classname
- The logger name.void error(String classname)
classname
- The logger name.void fatal(String classname)
classname
- The logger name.void clear(String classname)
classname
- The logger name.String backup(String path) throws Exception
path
- Directory path to store the backup.Exception
- An error occurs during backup.Copyright © 2021 ScalAgent D.T.. All rights reserved.