wt.fc.jmx
Interface OracleConnectionDataMBean


public interface OracleConnectionDataMBean

Monitors Oracle database sessions associated with Windchill method contexts.

Supported API: true

Extendable: false


Method Summary
 String getContextLoggerLevel()
          Context logging level (not persisted with MBean); valid values are ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF (or blank/unspecified)

Supported API: true
 String getContextLoggerOutputAttributes()
          List of ContextMBean attributes to be output to context log

Supported API: true
 String[] getContextLoggerOutputAttributesSupported()
          List of attributes supported for use in ContextLoggerOutputAttributes

Supported API: true
 void setContextLoggerLevel(String level)
          Context logging level (not persisted with MBean); valid values are ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF (or blank/unspecified)

Supported API: true
 void setContextLoggerOutputAttributes(String contextLoggerOutputAttributeString)
          List of MBean attributes to be output to context log

Supported API: true
 

Method Detail

getContextLoggerLevel

String getContextLoggerLevel()
Context logging level (not persisted with MBean); valid values are ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF (or blank/unspecified)

Supported API: true


setContextLoggerLevel

void setContextLoggerLevel(String level)
Context logging level (not persisted with MBean); valid values are ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF (or blank/unspecified)

Supported API: true


setContextLoggerOutputAttributes

void setContextLoggerOutputAttributes(String contextLoggerOutputAttributeString)
List of MBean attributes to be output to context log

Supported API: true


getContextLoggerOutputAttributes

String getContextLoggerOutputAttributes()
List of ContextMBean attributes to be output to context log

Supported API: true


getContextLoggerOutputAttributesSupported

String[] getContextLoggerOutputAttributesSupported()
List of attributes supported for use in ContextLoggerOutputAttributes

Supported API: true