Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-07

weblogic.deploy.version
Interface AppActiveVersionState


public interface AppActiveVersionState

AppActiveVersionState defines the constants for the states indicating whether an application version is the currently active version of an application. Note that it is different from the application runtime state.


Field Summary
static int ACTIVE
          Indicates that the application version is the currently active version for normal (non-admin channel) requests (value is 2).
static int ACTIVE_ADMIN
          Indicates that the application version is the currently active version for admin channel requests (value is 1).
static int INACTIVE
          Indicates that the application version is not the currently active version of the application (value is 0).
 

Field Detail

INACTIVE

static final int INACTIVE
Indicates that the application version is not the currently active version of the application (value is 0). It is possible that it is the only version of the application but it is not activated yet, or there are more than one versions of the application, and this version is retiring.

See Also:
Constant Field Values

ACTIVE_ADMIN

static final int ACTIVE_ADMIN
Indicates that the application version is the currently active version for admin channel requests (value is 1).

See Also:
Constant Field Values

ACTIVE

static final int ACTIVE
Indicates that the application version is the currently active version for normal (non-admin channel) requests (value is 2).

See Also:
Constant Field Values

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-07