com.ibm.as400.opnav
Interface GetAdminCacheStateConstants


public interface GetAdminCacheStateConstants

Contains the constants used by UIServices.getAdminCacheState

Since:
v4r5m0

Field Summary
static int CACHE
          A constant indicating the system cache is current.
static int LOGON
          A constant indicating the system needs to logon because there is no current user.
static int REFRESH
          A constant indicating the system cache needs to be updated.
 

Field Detail

CACHE

public static final int CACHE
A constant indicating the system cache is current. The call should be quick.

LOGON

public static final int LOGON
A constant indicating the system needs to logon because there is no current user.

REFRESH

public static final int REFRESH
A constant indicating the system cache needs to be updated.