Softhema JPA - Content
GO TO THE GERMAN SITE

softhema.system.automation.data.win32
Interface RegistryKey_win32

All Superinterfaces:
java.rmi.Remote

public interface RegistryKey_win32
extends java.rmi.Remote


Method Summary
 RegistryKey_win32 createSubKey(java.lang.String sKeyName)
           
 void deleteSubKey(java.lang.String sKeyName)
           
 void deleteSubKeys(java.lang.String sWildcardSubKeyName)
           
 void deleteSubKeysAll()
           
 boolean exists()
           
 java.util.Hashtable getHashtableWithValues()
           
 java.lang.String getKeyName()
           
 java.lang.String getKeyPath()
           
 java.lang.String getLicenseInfo()
          Gibt die Copyright-Angaben der Java-Klasse zurück.
 RegistryKey_win32 getParentKey()
           
 RegistryKey_win32 getSubKey(java.lang.String sKeyName)
           
 RegistryKey_win32[] getSubKeys()
           
 RegistryKey_win32[] getSubKeys(java.lang.String sWildcardName)
           
 byte[] getValueData()
           
 byte[] getValueData(java.lang.String sName)
           
 int getValueInt()
           
 int getValueInt(java.lang.String sName)
           
 java.lang.String getValueString()
           
 java.lang.String getValueString(java.lang.String sName)
           
 boolean hasSubKey(java.lang.String sKeyName)
           
 boolean isRootKey()
           
 void removeValue()
           
 void removeValue(java.lang.String sName)
           
 void setValue(byte[] data)
           
 void setValue(int data)
           
 void setValue(java.lang.String data)
           
 void setValue(java.lang.String sName, byte[] data)
           
 void setValue(java.lang.String sName, int data)
           
 void setValue(java.lang.String sName, java.lang.String data)
           
 

Method Detail

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

Softhema JPA - Content
GO TO THE GERMAN SITE

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.