JavaTM Platform
Standard Ed. 6

클래스
javax.management.MBeanParameterInfo 의 사용

MBeanParameterInfo 를 사용하고 있는 패키지
javax.management Java Management Extensions 의 코어 클래스를 제공합니다.  
javax.management.modelmbean ModelMBean 클래스의 정의를 제공합니다.  
javax.management.openmbean 공개 데이터형과 Open MBean 기술자 클래스를 제공합니다.  
 

javax.management 에서의 MBeanParameterInfo 의 사용
 

MBeanParameterInfo 를 돌려주는 javax.management 의 메소드
 MBeanParameterInfo [] MBeanOperationInfo. getSignature ()
          이 오퍼레이션의 파라미터의 리스트를 돌려줍니다.
 MBeanParameterInfo [] MBeanConstructorInfo. getSignature ()
          이 생성자 의 파라미터의 리스트를 돌려줍니다.
 

MBeanParameterInfo 형의 파라미터를 가지는 javax.management 의 메소드
protected  String StandardMBean. getDescription (MBeanConstructorInfo  ctor, MBeanParameterInfo  param, int sequence)
          커스터마이즈 훅:이 MBean 로부터 반환되는 MBeanConstructorInfo 의 sequence MBeanParameterInfo 에 사용되는 설명을 가져옵니다.
protected  String StandardMBean. getDescription (MBeanOperationInfo  op, MBeanParameterInfo  param, int sequence)
          커스터마이즈 훅:이 MBean 로부터 반환되는 MBeanOperationInfo 의 sequence MBeanParameterInfo 에 사용되는 설명을 가져옵니다.
protected  String StandardMBean. getParameterName (MBeanConstructorInfo  ctor, MBeanParameterInfo  param, int sequence)
          커스터마이즈 훅:이 MBean 로부터 반환되는 MBeanConstructorInfo 의 sequence MBeanParameterInfo 에 사용되는 이름을 가져옵니다.
protected  String StandardMBean. getParameterName (MBeanOperationInfo  op, MBeanParameterInfo  param, int sequence)
          커스터마이즈 훅:이 MBean 로부터 반환되는 MBeanOperationInfo 의 sequence MBeanParameterInfo 에 사용되는 이름을 가져옵니다.
 

MBeanParameterInfo 형의 파라미터를 가지는 javax.management 의 생성자
MBeanConstructorInfo (String  name, String  description, MBeanParameterInfo [] signature)
          MBeanConstructorInfo 객체를 구축합니다.
MBeanConstructorInfo (String  name, String  description, MBeanParameterInfo [] signature, Descriptor  descriptor)
          MBeanConstructorInfo 객체를 구축합니다.
MBeanOperationInfo (String  name, String  description, MBeanParameterInfo [] signature, String  type, int impact)
          MBeanOperationInfo 객체를 구축합니다.
MBeanOperationInfo (String  name, String  description, MBeanParameterInfo [] signature, String  type, int impact, Descriptor  descriptor)
          MBeanOperationInfo 객체를 구축합니다.
 

javax.management.modelmbean 에서의 MBeanParameterInfo 의 사용
 

MBeanParameterInfo 형의 파라미터를 가지는 javax.management.modelmbean 의 생성자
ModelMBeanConstructorInfo (String  name, String  description, MBeanParameterInfo [] signature)
          디폴트의 기술자로 ModelMBeanConstructorInfo 객체를 구축합니다.
ModelMBeanConstructorInfo (String  name, String  description, MBeanParameterInfo [] signature, Descriptor  descriptor)
          ModelMBeanConstructorInfo 객체를 구축합니다.
ModelMBeanOperationInfo (String  name, String  description, MBeanParameterInfo [] signature, String  type, int impact)
          디폴트의 기술자로 ModelMBeanOperationInfo 객체를 구축합니다.
ModelMBeanOperationInfo (String  name, String  description, MBeanParameterInfo [] signature, String  type, int impact, Descriptor  descriptor)
          ModelMBeanOperationInfo 객체를 구축합니다.
 

javax.management.openmbean 에서의 MBeanParameterInfo 의 사용
 

javax.management.openmbean 에서의 MBeanParameterInfo 의 서브 클래스
 class OpenMBeanParameterInfoSupport
          공개 MBean 의 1 개 이상의 오퍼레이션 또는 생성자 으로 사용되는 파라미터를 기술합니다.
 

MBeanParameterInfo 를 돌려주는 javax.management.openmbean 의 메소드
 MBeanParameterInfo [] OpenMBeanOperationInfo. getSignature ()
          이 OpenMBeanParameterInfo 인스턴스에 의해 기술된 오퍼레이션의 시그니챠내의 각 파라미터를 기술하는 OpenMBeanParameterInfo 인스턴스의 배열을 돌려줍니다.
 MBeanParameterInfo [] OpenMBeanConstructorInfo. getSignature ()
          이 OpenMBeanConstructorInfo 인스턴스에 의해 기술된 생성자 의 시그니챠내의 각 파라미터를 기술하는 OpenMBeanParameterInfo 인스턴스의 배열을 돌려줍니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.