Class: com.sybase.djc.ant.ThreadMonitorProperty (Thread Monitor Property) | EAServer 6.3 Help |
---|
Description | Configures generation of thread monitor code. Thread monitors can be used to limit concurrency (e.g. to reduce resource utilization) or to permit tracking of activity within a running server. |
---|---|
Configuration |
Example:
<setProperties component="ejb.components.example.MyCompRemote"> <threadMonitor name="MyMonitor"/> ... </setProperties> |
Nested Properties | name |
Property: name (Name) | |
---|---|
Description | Name of the thread monitor to be utilized, or "none" if no thread monitor code should be generated. |