home *** CD-ROM | disk | FTP | other *** search
- package javax.management;
-
- import java.security.PrivilegedExceptionAction;
-
- class AttributeValueExp$1 implements PrivilegedExceptionAction {
- // $FF: synthetic field
- private final ObjectName val$name;
- // $FF: synthetic field
- private final AttributeValueExp this$0;
-
- AttributeValueExp$1(AttributeValueExp this$0, ObjectName val$name) throws ReflectionException, IntrospectionException, InstanceNotFoundException {
- this.this$0 = this$0;
- this.val$name = val$name;
- }
-
- public Object run() throws Exception {
- return AttributeValueExp.access$000(this.this$0).getMBeanInfo(this.val$name);
- }
- }
-