***  This class provides Binary Compatibility only, not Source Compatibility  ***

com.sas.services.deployment
Class DeploymentApplicationMonitor

com.sas.services.deployment.DeploymentApplicationMonitor

public class DeploymentApplicationMonitor

Application monitoring of the services deployment process is supported using the monitoring feature of the foundation logging service.

This class contains constants to represent:

Since:
1.1

Field Summary
static java.lang.String ACTION_CONFIGURED
          Action: configured service
static java.lang.String ACTION_STARTED
          Action: started service
static java.lang.String ACTION_STARTING
          Action: starting service
static java.lang.String ACTION_TERMINATED
          Action: terminated service
static java.lang.String CATEGORY
          Log category.
static java.lang.String COLUMN_ACTION
          Column: Action
static java.lang.String COLUMN_ENTITY_ID
          Column: Service ID
static java.lang.String COLUMN_SERVICE_NAME
          Column: Service Name
 
Method Summary
static void log(RemoteServiceInterface service, java.lang.String action)
          Log a message to the application monitor to notify it of that the specified action has been executed on the service.
 

Field Detail

CATEGORY

public static final java.lang.String CATEGORY
Log category.

See Also:
Constant Field Values

COLUMN_ACTION

public static final java.lang.String COLUMN_ACTION
Column: Action

See Also:
COLUMN_SERVICE_NAME, COLUMN_ENTITY_ID, Constant Field Values

COLUMN_SERVICE_NAME

public static final java.lang.String COLUMN_SERVICE_NAME
Column: Service Name

See Also:
COLUMN_ACTION, COLUMN_ENTITY_ID, Constant Field Values

COLUMN_ENTITY_ID

public static final java.lang.String COLUMN_ENTITY_ID
Column: Service ID

See Also:
COLUMN_ACTION, COLUMN_SERVICE_NAME, Constant Field Values

ACTION_STARTING

public static final java.lang.String ACTION_STARTING
Action: starting service

See Also:
ACTION_CONFIGURED, ACTION_STARTED, ACTION_TERMINATED

ACTION_CONFIGURED

public static final java.lang.String ACTION_CONFIGURED
Action: configured service

See Also:
ACTION_STARTING, ACTION_STARTED, ACTION_TERMINATED

ACTION_STARTED

public static final java.lang.String ACTION_STARTED
Action: started service

See Also:
ACTION_STARTING, ACTION_CONFIGURED, ACTION_TERMINATED

ACTION_TERMINATED

public static final java.lang.String ACTION_TERMINATED
Action: terminated service

See Also:
ACTION_STARTING, ACTION_CONFIGURED, ACTION_STARTED
Method Detail

log

public static final void log(RemoteServiceInterface service,
                             java.lang.String action)
Log a message to the application monitor to notify it of that the specified action has been executed on the service.

Parameters:
service - Service upon which the action to be logged was executed.
action - The action to be logged. One of ACTION_STARTING ACTION_STARTED, ACTION_CONFIGURED, ACTION_TERMINATED

***  This class provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.