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 / ValueExp.class (.txt) < prev   
Encoding:
Java Class File  |  2002-10-28  |  512 b   |  10 lines

  1. package javax.management;
  2.  
  3. import java.io.Serializable;
  4.  
  5. public interface ValueExp extends Serializable {
  6.    ValueExp apply(ObjectName var1) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException;
  7.  
  8.    void setMBeanServer(MBeanServer var1);
  9. }
  10.