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

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Action: configured service
    static final String
    Action: started service
    static final String
    Action: starting service
    static final String
    Action: terminated service
    static final String
    Log category.
    static final String
    Column: Action
    static final String
    Column: Service ID
    static final String
    Column: Service Name
  • Method Summary

    Modifier and Type
    Method
    Description
    static final void
    log(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