org.jinterop.winreg
Class JIPolicyHandle

java.lang.Object
  extended by org.jinterop.winreg.JIPolicyHandle

public class JIPolicyHandle
extends java.lang.Object

Policy handle for each key.

Since:
1.0

Field Summary
 byte[] handle
          Handle to the Key
 boolean newlyCreated
          True, if the key was newly created.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handle

public final byte[] handle
Handle to the Key


newlyCreated

public final boolean newlyCreated
True, if the key was newly created.