public interface ResinMXBean extends ManagedObjectMXBean
resin:type=Resin
Modifier and Type | Method and Description |
---|---|
ClusterMXBean[] |
getClusters()
Returns the Cluster mbean-names for all clusters managed by Resin.
|
java.lang.String |
getConfigDirectory()
Returns the directory that contains resin.xml
|
java.lang.String |
getConfigFile()
Returns the config file, the value of "-conf foo.conf"
|
ConfigMXBean[] |
getConfigs() |
java.lang.String |
getDataDirectory()
Returns the resin-data directory
|
java.lang.String |
getLocalHost()
Returns the ip address or host name of the machine that is running this ResinServer.
|
java.lang.String |
getLogDirectory()
Returns the log directory, the value of "-log-directory"
|
java.lang.String |
getResinHome()
The Resin home directory used when starting this instance of Resin.
|
java.lang.String |
getRootDirectory()
The root directory used when starting this instance of Resin.
|
ServerMXBean |
getServer()
Returns the server MBean's ObjectName for this instance.
|
java.lang.String |
getUserName()
Returns the user name of the process that is running this ResinServer.
|
java.lang.String |
getVersion()
Returns the version.
|
java.lang.String |
getWatchdogStartMessage()
Returns the restart message.
|
boolean |
isProfessional()
Returns true for the professional version.
|
boolean |
isRestart()
Returns true if this was a restarted instance.
|
getName, getObjectName, getType
ClusterMXBean[] getClusters()
ServerMXBean getServer()
ConfigMXBean[] getConfigs()
java.lang.String getResinHome()
java.lang.String getRootDirectory()
java.lang.String getConfigFile()
java.lang.String getConfigDirectory()
java.lang.String getLogDirectory()
java.lang.String getDataDirectory()
java.lang.String getVersion()
boolean isProfessional()
java.lang.String getLocalHost()
java.lang.String getUserName()
boolean isRestart()
java.lang.String getWatchdogStartMessage()