JDK-6239455 : Document that monitor tasks are run within the context of the monitor.start() caller
  • Type: Bug
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-03-11
  • Updated: 2017-05-16
  • Resolved: 2006-01-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b45Fixed
Description
Monitors schedule tasks that are executed periodically
and which go fetching the monitored attribute's value
from the MBean.

When security is active, the security checks carried out
to see if the caller has access to the attribute or to any
security protected operation the attribute implementation
might perform are based on the access control context of
the monitor.start() caller and not on the access control
context of the monitor creator.

###@###.### 2005-03-11 13:44:34 GMT

Comments
EVALUATION Add description contents to JMX monitor's javadoc. ###@###.### 2005-06-08 17:52:42 GMT
11-03-2005