Class: com.sybase.djc.ant.TracePublicMethodsProperty (Trace Public Methods Property) EAServer 6.3 Help
Description Configures whether code is generated for method tracing.
Configuration Example:
<setProperties component="ejb.components.example.MyCompRemote">
  <tracePublicMethods enable="true"/>
  ...
</setProperties>
Nested Properties enable

Property: enable (Enable)
Description Enables generation of tracing code for public methods. Trace messages are written to the server log, if enabled using server properties.

See also: ejbTrace and webTrace (Application Server Properties).

Default Value false
Legal Values false, true