*** This class provides Binary Compatibility only, not Source Compatibility ***
Package com.sas.services.deployment
Class DeploymentApplicationMonitor
java.lang.Object
com.sas.services.deployment.DeploymentApplicationMonitor
@SASScope("ALL")
@BinaryCompatibilityOnly
public class DeploymentApplicationMonitor
extends Object
Application monitoring of the services deployment process
is supported using the monitoring feature of the foundation
logging service.
This class contains constants to represent:
- logging category
- columns
- Since:
- 1.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAction: configured servicestatic final StringAction: started servicestatic final StringAction: starting servicestatic final StringAction: terminated servicestatic final StringLog category.static final StringColumn: Actionstatic final StringColumn: Service IDstatic final StringColumn: Service Name -
Method Summary
Modifier and TypeMethodDescriptionstatic final voidlog(RemoteServiceInterface service, String action) Log a message to the application monitor to notify it of that the specified action has been executed on the service.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
CATEGORY
public static final String CATEGORYLog category.- See Also:
-
COLUMN_ACTION
public static final String COLUMN_ACTIONColumn: Action- See Also:
-
COLUMN_SERVICE_NAME
public static final String COLUMN_SERVICE_NAMEColumn: Service Name- See Also:
-
COLUMN_ENTITY_ID
public static final String COLUMN_ENTITY_IDColumn: Service ID- See Also:
-
ACTION_STARTING
public static final String ACTION_STARTINGAction: starting service- See Also:
-
ACTION_CONFIGURED
public static final String ACTION_CONFIGUREDAction: configured service- See Also:
-
ACTION_STARTED
public static final String ACTION_STARTEDAction: started service- See Also:
-
ACTION_TERMINATED
public static final String ACTION_TERMINATEDAction: terminated service- See Also:
-
-
Method Details
-
log
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 ofACTION_STARTINGACTION_STARTED,ACTION_CONFIGURED,ACTION_TERMINATED
-