com.ibm.wsspi.monitoring.session

Interface MonitoringSpec

All Superinterfaces:
java.io.Serializable

  1. public interface MonitoringSpec
  2. extends java.io.Serializable

Nested Class Summary

Modifier and Type Interface and Description
  1. static interface
MonitoringSpec.Manager

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. java.lang.String
KEY
  1. static
  2. MonitoringSpec.Manager
Manager

Method Summary

Modifier and Type Method and Description
  1. java.util.logging.Level
getCompCeiLevel()
  1. java.util.logging.Level
getCompLogLevel()
  1. java.util.logging.Level
getScaCeiLevel()
  1. java.util.logging.Level
getScaLogLevel()
  1. java.lang.String
getSpec()
  1. void
setCompCeiLevel(java.util.logging.Level level)
  1. void
setCompLogLevel(java.util.logging.Level level)
  1. void
setScaCeiLevel(java.util.logging.Level level)
  1. void
setScaLogLevel(java.util.logging.Level level)

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

KEY

  1. static final java.lang.String KEY

Manager

  1. static final MonitoringSpec.Manager Manager

Method Detail

getScaLogLevel

  1. java.util.logging.Level getScaLogLevel( )

setScaLogLevel

  1. void setScaLogLevel(java.util.logging.Level level)

getScaCeiLevel

  1. java.util.logging.Level getScaCeiLevel( )

setScaCeiLevel

  1. void setScaCeiLevel(java.util.logging.Level level)

getCompLogLevel

  1. java.util.logging.Level getCompLogLevel( )

setCompLogLevel

  1. void setCompLogLevel(java.util.logging.Level level)

getCompCeiLevel

  1. java.util.logging.Level getCompCeiLevel( )

setCompCeiLevel

  1. void setCompCeiLevel(java.util.logging.Level level)

getSpec

  1. java.lang.String getSpec()