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.
 
Constructor Summary
JIPolicyHandle(boolean newlyCreated)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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.

Constructor Detail

JIPolicyHandle

public JIPolicyHandle(boolean newlyCreated)
Parameters:
newlyCreated -