Rule Execution Server API

ilog.rules.studio.res.ruleapp
Interface IlrDeploymentMode


public interface IlrDeploymentMode

List of the supported RuleApp deployment modes.

Since:
JRules 6.6

Field Summary
static int CONSOLE_DEPLOYMENT
          Deployment on a Rule Execution Server console through HTTP.
static int DATABASE_DEPLOYMENT
          Deployment on a database.
static int FILE_DEPLOYMENT
          Deployment on a file system.
 

Field Detail

CONSOLE_DEPLOYMENT

static final int CONSOLE_DEPLOYMENT
Deployment on a Rule Execution Server console through HTTP.

See Also:
Constant Field Values

FILE_DEPLOYMENT

static final int FILE_DEPLOYMENT
Deployment on a file system.

See Also:
Constant Field Values

DATABASE_DEPLOYMENT

static final int DATABASE_DEPLOYMENT
Deployment on a database.

See Also:
Constant Field Values

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013