softhema.system.automation.data.win32
Interface RegistryKey_win32
- All Superinterfaces:
- java.rmi.Remote
- public interface RegistryKey_win32
- extends java.rmi.Remote
getLicenseInfo
public java.lang.String getLicenseInfo()
throws java.lang.Exception
- Gibt die Copyright-Angaben der Java-Klasse zurück.
getKeyName
public java.lang.String getKeyName()
throws java.lang.Exception
getKeyPath
public java.lang.String getKeyPath()
throws java.lang.Exception
getValueString
public java.lang.String getValueString()
throws java.lang.Exception
getValueString
public java.lang.String getValueString(java.lang.String sName)
throws java.lang.Exception
getValueInt
public int getValueInt()
throws java.lang.Exception
getValueInt
public int getValueInt(java.lang.String sName)
throws java.lang.Exception
getValueData
public byte[] getValueData()
throws java.lang.Exception
getValueData
public byte[] getValueData(java.lang.String sName)
throws java.lang.Exception
removeValue
public void removeValue()
throws java.lang.Exception
removeValue
public void removeValue(java.lang.String sName)
throws java.lang.Exception
setValue
public void setValue(java.lang.String data)
throws java.lang.Exception
setValue
public void setValue(java.lang.String sName,
java.lang.String data)
throws java.lang.Exception
setValue
public void setValue(int data)
throws java.lang.Exception
setValue
public void setValue(java.lang.String sName,
int data)
throws java.lang.Exception
setValue
public void setValue(byte[] data)
throws java.lang.Exception
setValue
public void setValue(java.lang.String sName,
byte[] data)
throws java.lang.Exception
getParentKey
public RegistryKey_win32 getParentKey()
throws java.lang.Exception
getSubKeys
public RegistryKey_win32[] getSubKeys()
throws java.lang.Exception
getSubKeys
public RegistryKey_win32[] getSubKeys(java.lang.String sWildcardName)
throws java.lang.Exception
getSubKey
public RegistryKey_win32 getSubKey(java.lang.String sKeyName)
throws java.lang.Exception
isRootKey
public boolean isRootKey()
throws java.lang.Exception
hasSubKey
public boolean hasSubKey(java.lang.String sKeyName)
throws java.lang.Exception
exists
public boolean exists()
throws java.lang.Exception
createSubKey
public RegistryKey_win32 createSubKey(java.lang.String sKeyName)
throws java.lang.Exception
deleteSubKey
public void deleteSubKey(java.lang.String sKeyName)
throws java.lang.Exception
deleteSubKeysAll
public void deleteSubKeysAll()
throws java.lang.Exception
deleteSubKeys
public void deleteSubKeys(java.lang.String sWildcardSubKeyName)
throws java.lang.Exception
getHashtableWithValues
public java.util.Hashtable getHashtableWithValues()
throws java.lang.Exception
Copyright 2001-2002 by Softhema Group (www.softhema.de).
Softhema and JPA are trademarks or registered trademarks. All rights reserved.
This software comes with absolutely no warranty and no support. Read the license carefully.