QueryEval

QueryEval

특정 MBean 서버의 컨텍스트에서 쿼리를 수행할 수 있게 해주는 추상 클래스예요.

출처: Java API Reference

본문

특정 MBean 서버의 컨텍스트에서 쿼리를 수행할 수 있게 해주는 추상 클래스예요.

public abstract class QueryEval implements Serializable
public void setMBeanServer(MBeanServer s)
public static MBeanServer getMBeanServer()

더 알아보기 (Learn more)

Java 공식 API