home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-tomcat-addon-1.4.9-installer.exe / jmx.jar / javax / management / AttributeValueExp$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-10-28  |  1.2 KB  |  20 lines

  1. package javax.management;
  2.  
  3. import java.security.PrivilegedExceptionAction;
  4.  
  5. class AttributeValueExp$1 implements PrivilegedExceptionAction {
  6.    // $FF: synthetic field
  7.    private final ObjectName val$name;
  8.    // $FF: synthetic field
  9.    private final AttributeValueExp this$0;
  10.  
  11.    AttributeValueExp$1(AttributeValueExp this$0, ObjectName val$name) throws ReflectionException, IntrospectionException, InstanceNotFoundException {
  12.       this.this$0 = this$0;
  13.       this.val$name = val$name;
  14.    }
  15.  
  16.    public Object run() throws Exception {
  17.       return AttributeValueExp.access$000(this.this$0).getMBeanInfo(this.val$name);
  18.    }
  19. }
  20.