public abstract class JMXFileManager extends Object implements FileManager, JMXFileManagerMBean
Modifier and Type | Field and Description |
---|---|
protected String |
basePath |
protected static MBeanServer |
mbs |
protected String |
relativePath |
Constructor and Description |
---|
JMXFileManager(String basePath,
String relativePath) |
Modifier and Type | Method and Description |
---|---|
String |
getBasePath() |
String |
getRelativePath() |
protected String |
jmxPath() |
void |
start() |
void |
stop() |
protected String |
type() |
protected static final MBeanServer mbs
protected final String basePath
protected final String relativePath
protected String type()
protected String jmxPath()
public String getBasePath()
getBasePath
in interface JMXFileManagerMBean
public String getRelativePath()
getRelativePath
in interface JMXFileManagerMBean
public void start()
start
in interface FileManager
public void stop()
stop
in interface FileManager
Copyright © 2020. All rights reserved.