|
JavaTM Platform Standard Ed. 6 |
|||||||||
전 다음 | 프레임 있어 프레임 없음 |
RuntimeOperationsException 를 사용하고 있는 패키지 | |
---|---|
javax.management | Java Management Extensions 의 코어 클래스를 제공합니다. |
javax.management.modelmbean | ModelMBean 클래스의 정의를 제공합니다. |
javax.management 에서의 RuntimeOperationsException 의 사용 |
---|
RuntimeOperationsException 를 throw 하는 javax.management 의 메소드 | |
---|---|
Object |
Descriptor. clone ()
이 기술자와 등가인 기술자를 돌려줍니다. |
Object |
Descriptor. getFieldValue (String fieldName)
특정의 필드명의 값을 돌려줍니다. |
boolean |
Descriptor. isValid ()
모든 필드에 이름이 부여되고 있어 값이 유효한 경우, true 를 돌려줍니다. |
void |
PersistentMBean. load ()
thisMBean 인스턴스를 지속 스토어내의 MBean 용 데이터로 인스턴스화합니다. |
void |
ImmutableDescriptor. setField (String fieldName,
Object fieldValue)
이 클래스는 불변이기 (위해)때문에, 이 조작은 지원되고 있지 않습니다. |
void |
Descriptor. setField (String fieldName,
Object fieldValue)
특정의 필드명을 나타내는 값을 설정합니다. |
void |
ImmutableDescriptor. setFields (String [] fieldNames,
Object [] fieldValues)
이 클래스는 불변이기 (위해)때문에, 이 조작은 지원되고 있지 않습니다. |
void |
Descriptor. setFields (String [] fieldNames,
Object [] fieldValues)
필드명 배열내의 모든 필드를 새로운 값으로 설정해, 필드치 배열에 같은 인덱스를 설정합니다. |
void |
PersistentMBean. store ()
이 MBean 인스턴스의 현재 상태를 수중에 넣어, 지속 스토어에 써냅니다. |
javax.management.modelmbean 에서의 RuntimeOperationsException 의 사용 |
---|
RuntimeOperationsException 를 throw 하는 javax.management.modelmbean 의 메소드 | |
---|---|
void |
RequiredModelMBean. addAttributeChangeNotificationListener (NotificationListener inlistener,
String inAttributeName,
Object inhandback)
|
void |
ModelMBeanNotificationBroadcaster. addAttributeChangeNotificationListener (NotificationListener listener,
String attributeName,
Object handback)
NotificationListener 인터페이스를 구현하는 객체를 청취자로서 등록합니다. |
Object |
DescriptorSupport. clone ()
새로운 Descriptor (Descriptor 의 복제)를 돌려줍니다. |
ModelMBeanAttributeInfo |
ModelMBeanInfoSupport. getAttribute (String inName)
|
ModelMBeanAttributeInfo |
ModelMBeanInfo. getAttribute (String inName)
이름으로 요구된 ModelMBeanAttributeInfo 를 돌려줍니다. |
ModelMBeanConstructorInfo |
ModelMBeanInfoSupport. getConstructor (String inName)
이름으로 요구된 ModelMBeanConstructorInfo 를 돌려줍니다. |
Descriptor |
ModelMBeanInfoSupport. getDescriptor (String inDescriptorName)
이름으로 요구된 Descriptor 를 돌려줍니다. |
Descriptor |
ModelMBeanInfoSupport. getDescriptor (String inDescriptorName,
String inDescriptorType)
|
Descriptor |
ModelMBeanInfo. getDescriptor (String inDescriptorName,
String inDescriptorType)
이름과 descriptorType 로 요구된 Descriptor 를 돌려줍니다. |
Descriptor [] |
ModelMBeanInfoSupport. getDescriptors (String inDescriptorType)
|
Descriptor [] |
ModelMBeanInfo. getDescriptors (String inDescriptorType)
inDescriptorType 형의 ModelMBeanInfo 의 모든 Descriptor 로 구성되는 Descriptor 배열을 돌려줍니다. |
Object |
DescriptorSupport. getFieldValue (String fieldName)
|
Descriptor |
ModelMBeanInfo. getMBeanDescriptor ()
MBean 전체 정책를 포함한 ModelMBean 의 기술자를 돌려줍니다. |
ModelMBeanNotificationInfo |
ModelMBeanInfoSupport. getNotification (String inName)
|
ModelMBeanNotificationInfo |
ModelMBeanInfo. getNotification (String inName)
이름으로 요구된 ModelMBeanNotificationInfo 를 돌려줍니다. |
ModelMBeanOperationInfo |
ModelMBeanInfoSupport. getOperation (String inName)
|
ModelMBeanOperationInfo |
ModelMBeanInfo. getOperation (String inName)
이름으로 요구된 ModelMBeanOperationInfo 를 돌려줍니다. |
boolean |
DescriptorSupport. isValid ()
모든 필드에 이름이 부여되고 있어 값이 유효한 경우, true 를 돌려줍니다. |
void |
RequiredModelMBean. load ()
이 MBean 인스턴스를 지속 스토어내의 MBean 용 데이터로 인스턴스화합니다. |
void |
RequiredModelMBean. removeAttributeChangeNotificationListener (NotificationListener inlistener,
String inAttributeName)
|
void |
ModelMBeanNotificationBroadcaster. removeAttributeChangeNotificationListener (NotificationListener listener,
String attributeName)
RequiredModelMBean 로부터 attributeChangeNotification 의 청취자를 삭제합니다. |
void |
RequiredModelMBean. sendAttributeChangeNotification (Attribute inOldVal,
Attribute inNewVal)
|
void |
ModelMBeanNotificationBroadcaster. sendAttributeChangeNotification (Attribute oldValue,
Attribute newValue)
ModelMBean 상의 등록이 끝난 AttributeChangeNotification 청취자에게, 속성의 낡은 값과 새로운 값을 포함한 attributeChangeNotification 를 송신합니다. |
void |
RequiredModelMBean. sendAttributeChangeNotification (AttributeChangeNotification ntfyObj)
|
void |
ModelMBeanNotificationBroadcaster. sendAttributeChangeNotification (AttributeChangeNotification notification)
ModelMBean 상의 등록이 끝난 attributeChangeNotification 청취자에게 건네지는 attributeChangeNotification 를 송신합니다. |
void |
RequiredModelMBean. sendNotification (Notification ntfyObj)
|
void |
ModelMBeanNotificationBroadcaster. sendNotification (Notification ntfyObj)
ModelMBean 상의 등록이 끝난 Notification 청취자에게, jmx.modelmbean.generic 통지로서 건네받는 Notification 를 송신합니다. |
void |
RequiredModelMBean. sendNotification (String ntfyText)
|
void |
ModelMBeanNotificationBroadcaster. sendNotification (String ntfyText)
ModelMBean 상의 등록이 끝난 Notification 청취자에게 건네지는 텍스트 캐릭터 라인을 포함한 Notification 를 송신합니다. |
void |
ModelMBeanInfoSupport. setDescriptor (Descriptor inDescriptor,
String inDescriptorType)
|
void |
ModelMBeanInfo. setDescriptor (Descriptor inDescriptor,
String inDescriptorType)
ModelMBean 의 inDescriptorType 형의 정보 배열내에 기술자를 설정합니다. |
void |
ModelMBeanInfoSupport. setDescriptors (Descriptor [] inDescriptors)
|
void |
ModelMBeanInfo. setDescriptors (Descriptor [] inDescriptors)
ModelMBeanInfo 에 기술자를 추가하는지, ModelMBeanInfo 내의 기술자를 옮겨놓습니다. |
void |
DescriptorSupport. setField (String fieldName,
Object fieldValue)
|
void |
DescriptorSupport. setFields (String [] fieldNames,
Object [] fieldValues)
|
void |
RequiredModelMBean. setManagedResource (Object mr,
String mr_type)
이 ModelMBean 관리 인터페이스내의 모든 메소드 (MBeanInfo 와 Descriptor)의 실행 대상이 되는, 객체의 인스턴스 핸들을 설정합니다. |
void |
ModelMBean. setManagedResource (Object mr,
String mr_type)
이 ModelMBean 관리 인터페이스내의 모든 메소드 (MBeanInfo 와 Descriptor)의 실행 대상이 되는, 객체의 인스턴스 핸들을 설정합니다. |
void |
ModelMBeanInfoSupport. setMBeanDescriptor (Descriptor inMBeanDescriptor)
|
void |
ModelMBeanInfo. setMBeanDescriptor (Descriptor inDescriptor)
ModelMBean 의 기술자를 설정합니다. |
void |
RequiredModelMBean. setModelMBeanInfo (ModelMBeanInfo mbi)
ModelMBeanInfo 를 사용해 ModelMBean 객체를 초기화합니다. |
void |
ModelMBean. setModelMBeanInfo (ModelMBeanInfo inModelMBeanInfo)
ModelMBeanInfo 를 사용해 ModelMBean 객체를 초기화합니다. |
void |
RequiredModelMBean. store ()
이 MBean 인스턴스의 현재 상태를 수중에 넣어, 지속 스토어에 써냅니다. |
RuntimeOperationsException 를 throw 하는 javax.management.modelmbean 의 생성자 | |
---|---|
DescriptorSupport (int initNumFields)
기술자의 생성자 입니다. |
|
DescriptorSupport (String inStr)
XML String 를 취하는 기술자의 생성자 입니다. |
|
DescriptorSupport (String [] fieldNames,
Object [] fieldValues)
필드명과 필드값을 받는 생성자 입니다. |
|
RequiredModelMBean ()
빈 상태(empty)의 ModelMBeanInfo 으로 RequiredModelMBean 를 구축합니다. |
|
RequiredModelMBean (ModelMBeanInfo mbi)
건네받은 ModelMBeanInfo 을 사용해 RequiredModelMBean 객체를 구축합니다. |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
전 다음 | 프레임 있어 프레임 없음 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.