|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
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 |
---|
public static final java.lang.String CATEGORY
public static final java.lang.String COLUMN_ACTION
COLUMN_SERVICE_NAME
,
COLUMN_ENTITY_ID
,
Constant Field Valuespublic static final java.lang.String COLUMN_SERVICE_NAME
COLUMN_ACTION
,
COLUMN_ENTITY_ID
,
Constant Field Valuespublic static final java.lang.String COLUMN_ENTITY_ID
COLUMN_ACTION
,
COLUMN_SERVICE_NAME
,
Constant Field Valuespublic static final java.lang.String ACTION_STARTING
ACTION_CONFIGURED
,
ACTION_STARTED
,
ACTION_TERMINATED
public static final java.lang.String ACTION_CONFIGURED
ACTION_STARTING
,
ACTION_STARTED
,
ACTION_TERMINATED
public static final java.lang.String ACTION_STARTED
ACTION_STARTING
,
ACTION_CONFIGURED
,
ACTION_TERMINATED
public static final java.lang.String ACTION_TERMINATED
ACTION_STARTING
,
ACTION_CONFIGURED
,
ACTION_STARTED
Method Detail |
---|
public static final void log(RemoteServiceInterface service, java.lang.String action)
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
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |