public class RegistryKeyInfo extends java.lang.Object implements DCEReadable
| Constructor and Description |
|---|
RegistryKeyInfo()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Return the class name
|
int |
getMaximumSubkeyClassNameLength()
Return the maximum subkey class name length
|
int |
getMaximumSubkeyNameLength()
Return the maximum subkey name length
|
int |
getMaximumValueLength()
Return the maximum value data length
|
int |
getMaximumValueNameLength()
Return the maximum value name length
|
long |
getModifyDateTime()
Return the key last modify date/time
|
int |
getNumberOfSubkeys()
Return the maximum number of subkeys
|
int |
getNumberOfValues()
Return the number of values associated with the key
|
int |
getSecurityDescriptorLength()
Return the security descriptor length
|
boolean |
hasClassName()
Determine if the key information has a class name
|
void |
readObject(DCEBuffer buf)
Read the registry key information
|
void |
readStrings(DCEBuffer buf)
Read the strings for this object from the DCE/RPC buffer
|
java.lang.String |
toString()
Return the registry key information as a string
|
public final boolean hasClassName()
public final java.lang.String getClassName()
public final int getNumberOfSubkeys()
public final int getMaximumSubkeyNameLength()
public final int getMaximumSubkeyClassNameLength()
public final int getNumberOfValues()
public final int getMaximumValueNameLength()
public final int getMaximumValueLength()
public final int getSecurityDescriptorLength()
public final long getModifyDateTime()
public void readObject(DCEBuffer buf) throws DCEBufferException
readObject in interface DCEReadablebuf - DCEBufferDCEBufferExceptionpublic void readStrings(DCEBuffer buf) throws DCEBufferException
readStrings in interface DCEReadablebuf - DCEBufferDCEBufferExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.