com.wles.blm
Class PolicyAvailableForEnum

java.lang.Object
  extended bycom.wles.blm.PolicyAvailableForEnum

public final class PolicyAvailableForEnum
extends java.lang.Object

Used for specifing how long an asynchronous policy distribution request should block.


Field Summary
static PolicyAvailableForEnum DISTRIBUTE
          Indicates that an asynchronous distribution request should return once it is safe to perform another policy distribution.
static PolicyAvailableForEnum READ
          Indicates that an asynchronous distribution request should return once it is safe to perform read operations on the system.
static PolicyAvailableForEnum WRITE
          Indicates that an asynchronous distribution request should return once it is safe to perform write operations on the system.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISTRIBUTE

public static final PolicyAvailableForEnum DISTRIBUTE
Indicates that an asynchronous distribution request should return once it is safe to perform another policy distribution.


READ

public static final PolicyAvailableForEnum READ
Indicates that an asynchronous distribution request should return once it is safe to perform read operations on the system.


WRITE

public static final PolicyAvailableForEnum WRITE
Indicates that an asynchronous distribution request should return once it is safe to perform write operations on the system.



Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.