Configuration and Administration

glog.thread Property

To control the behavior of Oracle Transportation Management, you can change settings in the glog.properties file or the appropriate property set.

Property

New In Version

Description

glog.thread.stopOn
=<comma-delimited list of checkpoints>

 

This property controls checks made during thread diagnostics. The thread diagnostics screen allows you to request a thread to stop. At various points the system checks for a stop request and throws a ThreadStoppedException if one is encountered.

Valid checkpoints are:

  • sql: every SQL query, execute and call statement.
  • jndi: every JNDI lookup.
  • logging: every log statement (note that the log statement must actually be writing to a log).
  • sessionCall: every session bean call.
  • cacheWrite: every put to a HashMapCache, TreeMapCache or LRUCache.
  • cacheRead: every get from a HashMapCache, TreeMapCache or LRUCache.

The default checkpoints are sql and jndi.

Related Topics