|
JavaTM Platform Standard Ed. 6 |
|||||||||
전 다음 | 프레임 있어 프레임 없음 |
MBeanOperationInfo 를 사용하고 있는 패키지 | |
---|---|
javax.management | Java Management Extensions 의 코어 클래스를 제공합니다. |
javax.management.modelmbean | ModelMBean 클래스의 정의를 제공합니다. |
javax.management.openmbean | 공개 데이터형과 Open MBean 기술자 클래스를 제공합니다. |
javax.management 에서의 MBeanOperationInfo 의 사용 |
---|
MBeanOperationInfo 를 돌려주는 javax.management 의 메소드 | |
---|---|
MBeanOperationInfo [] |
MBeanInfo. getOperations ()
MBean 의 오퍼레이션의 리스트를 돌려줍니다. |
MBeanOperationInfo 형의 파라미터를 가지는 javax.management 의 메소드 | |
---|---|
protected String |
StandardMBean. getDescription (MBeanOperationInfo info)
커스터마이즈 훅:이 MBean 로부터 반환되는 MBeanOperationInfo 내에서 사용되는 설명을 가져옵니다. |
protected String |
StandardMBean. getDescription (MBeanOperationInfo op,
MBeanParameterInfo param,
int sequence)
커스터마이즈 훅:이 MBean 로부터 반환되는 MBeanOperationInfo 의 sequence MBeanParameterInfo 에 사용되는 설명을 가져옵니다. |
protected int |
StandardMBean. getImpact (MBeanOperationInfo info)
커스터마이즈 훅:이 MBean 로부터 반환되는 MBeanOperationInfo 로 사용되는 오퍼레이션의 impact 플래그를 가져옵니다. |
protected String |
StandardMBean. getParameterName (MBeanOperationInfo op,
MBeanParameterInfo param,
int sequence)
커스터마이즈 훅:이 MBean 로부터 반환되는 MBeanOperationInfo 의 sequence MBeanParameterInfo 에 사용되는 이름을 가져옵니다. |
MBeanOperationInfo 형의 파라미터를 가지는 javax.management 의 생성자 | |
---|---|
MBeanInfo (String className,
String description,
MBeanAttributeInfo [] attributes,
MBeanConstructorInfo [] constructors,
MBeanOperationInfo [] operations,
MBeanNotificationInfo [] notifications)
MBeanInfo 를 구축합니다. |
|
MBeanInfo (String className,
String description,
MBeanAttributeInfo [] attributes,
MBeanConstructorInfo [] constructors,
MBeanOperationInfo [] operations,
MBeanNotificationInfo [] notifications,
Descriptor descriptor)
MBeanInfo 를 구축합니다. |
javax.management.modelmbean 에서의 MBeanOperationInfo 의 사용 |
---|
javax.management.modelmbean 에서의 MBeanOperationInfo 의 서브 클래스 | |
---|---|
class |
ModelMBeanOperationInfo
ModelMBeanOperationInfo 객체는, ModelMBean 의 관리 오퍼레이션을 기술합니다. |
MBeanOperationInfo 를 돌려주는 javax.management.modelmbean 의 메소드 | |
---|---|
MBeanOperationInfo [] |
ModelMBeanInfo. getOperations ()
MBean 의 오퍼레이션의 리스트를 돌려줍니다. |
javax.management.openmbean 에서의 MBeanOperationInfo 의 사용 |
---|
javax.management.openmbean 에서의 MBeanOperationInfo 의 서브 클래스 | |
---|---|
class |
OpenMBeanOperationInfoSupport
Open MBean 의 오퍼레이션을 기술합니다. |
MBeanOperationInfo 를 돌려주는 javax.management.openmbean 의 메소드 | |
---|---|
MBeanOperationInfo [] |
OpenMBeanInfo. getOperations ()
이 OpenMBeanInfo 인스턴스에 의해 기술된 공개 MBean 내의 각 오퍼레이션을 기술하는 OpenMBeanOperationInfo 인스턴스의 배열을 돌려줍니다. |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
전 다음 | 프레임 있어 프레임 없음 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.