public class MetaBase extends Win32
Modifier and Type | Field and Description |
---|---|
static int |
MD_CONNECTION_TIMEOUT |
static int |
MD_DOWNLEVEL_ADMIN_INSTANCE |
static int |
MD_IISADMIN_EXTENSIONS |
static int |
MD_LEVELS_TO_SCAN |
static int |
MD_LOGFILEDIRECTORY |
static int |
MD_MAX_CONNECTIONS |
static int |
MD_MAX_ENDPOINT_CONNECTIONS |
static int |
MD_SECURE_BINDINGS |
static int |
MD_SERVER_AUTOSTART |
static int |
MD_SERVER_BINDINGS |
static int |
MD_SERVER_COMMAND |
static int |
MD_SERVER_COMMENT |
static int |
MD_SERVER_CONFIGURATION_INFO |
static int |
MD_SERVER_LISTEN_BACKLOG |
static int |
MD_SERVER_LISTEN_TIMEOUT |
static int |
MD_SERVER_SIZE |
static int |
MD_SERVER_STATE |
Constructor and Description |
---|
MetaBase() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getIntValue(int datakey) |
int |
getIntValue(int datakey,
int defaultValue) |
java.lang.String[] |
getMultiStringValue(int datakey) |
java.lang.String |
getStringValue(int datakey) |
java.lang.String |
getStringValue(int datakey,
java.lang.String defaultValue) |
java.lang.String[] |
getSubKeyNames() |
static void |
main(java.lang.String[] args) |
void |
OpenSubKey(java.lang.String subkey) |
findExecutable, findScriptExecutable, getFileVersion
public static int MD_SERVER_COMMAND
public static int MD_CONNECTION_TIMEOUT
public static int MD_MAX_CONNECTIONS
public static int MD_SERVER_COMMENT
public static int MD_SERVER_STATE
public static int MD_SERVER_AUTOSTART
public static int MD_SERVER_SIZE
public static int MD_SERVER_LISTEN_BACKLOG
public static int MD_SERVER_LISTEN_TIMEOUT
public static int MD_DOWNLEVEL_ADMIN_INSTANCE
public static int MD_LEVELS_TO_SCAN
public static int MD_SERVER_BINDINGS
public static int MD_MAX_ENDPOINT_CONNECTIONS
public static int MD_SERVER_CONFIGURATION_INFO
public static int MD_IISADMIN_EXTENSIONS
public static int MD_LOGFILEDIRECTORY
public static int MD_SECURE_BINDINGS
public void close()
public void OpenSubKey(java.lang.String subkey)
public int getIntValue(int datakey) throws Win32Exception
Win32Exception
public int getIntValue(int datakey, int defaultValue)
public java.lang.String getStringValue(int datakey) throws Win32Exception
Win32Exception
public java.lang.String getStringValue(int datakey, java.lang.String defaultValue)
public java.lang.String[] getMultiStringValue(int datakey) throws Win32Exception
Win32Exception
public java.lang.String[] getSubKeyNames()
public static void main(java.lang.String[] args)
Copyright ? 2004-2011 Hyperic. All Rights Reserved.