|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
Àü ´ÙÀ½ | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ |
RuntimeOperationsException¸¦ »ç¿ëÇϰí ÀÖ´Â ÆÐŰÁö | |
---|---|
javax.management | Java Management Extensions ÄÚ¾î Ŭ·¡½º¸¦ Á¦°øÇÕ´Ï´Ù. |
javax.management.modelmbean | ModelMBean Ŭ·¡½ºÀÇ Á¤ÀǸ¦ Á¦°øÇÕ´Ï´Ù. |
javax.management ¿¡¼ÀÇ RuntimeOperationsException »ç¿ë |
---|
RuntimeOperationsException¸¦ Throw ÇÏ´Â javax.management ¸Þ¼µå | |
---|---|
Object |
Descriptor. clone ()
»õ·Î¿î Descriptor (Descriptor º¹Á¦)¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
Object |
Descriptor. getFieldValue (String fieldName)
ƯÁ¤ÀÇ Çʵå¸íÀ» ³ªÅ¸³»´Â °ªÀ» ¸®ÅÏÇÕ´Ï´Ù. |
boolean |
Descriptor. isValid ()
¸ðµç ÇʵåÀÇ À¯È¿ÇÑ °ª¿¡ À̸§ÀÌ ºÎ¿©µÇ°í ÀÖ´Â °æ¿ì, true¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
void |
PersistentMBean. load ()
thisMBean ÀνºÅϽº¸¦ Áö¼Ó ½ºÅä¾î³»ÀÇ MBean ¿ë µ¥ÀÌÅÍ·Î ÀνºÅϽºÈÇÕ´Ï´Ù. |
void |
Descriptor. setField (String fieldName,
Object fieldValue)
ƯÁ¤ÀÇ Çʵå¸íÀ» ³ªÅ¸³»´Â °ªÀ» ¼³Á¤ÇÕ´Ï´Ù. |
void |
Descriptor. setFields (String [] fieldNames,
Object [] fieldValues)
¸®½ºÆ®³»ÀÇ ¸ðµç Çʵ忡 »õ·Î¿î °ª (fieldValue ¹è¿³»ÀÇ À妽º¿Í °°Àº °ª)À» ¼³Á¤ÇÕ´Ï´Ù. |
void |
PersistentMBean. store ()
ÀÌ MBean ÀνºÅϽºÀÇ ÇöÀç »óŸ¦ capther ÇØ, Áö¼Ó ½ºÅä¾î¿¡ ½á³À´Ï´Ù. |
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 inFieldName)
ƯÁ¤ÀÇ Çʵå¸íÀ» ³ªÅ¸³»´Â °ªÀ» ¸®ÅÏÇÕ´Ï´Ù. |
Descriptor |
ModelMBeanInfoSupport. getMBeanDescriptor ()
|
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 ¸®½º³Ê¿¡°Ô, °Ç³×¹Þ´Â ÅØ½ºÆ® ij¸¯ÅÍ ¶óÀÎÀ» Æ÷ÇÔÇÑ 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 inFieldName,
Object fieldValue)
ƯÁ¤ÀÇ Çʵå¸íÀÇ Ä³¸¯ÅÍ ¶óÀÎÄ¡¸¦ ¼³Á¤ÇÕ´Ï´Ù. |
void |
DescriptorSupport. setFields (String [] fieldNames,
Object [] fieldValues)
¸®½ºÆ®³»ÀÇ ¸ðµç Çʵ忡 »õ·Î¿î °ª (fieldValue ¹è¿³»ÀÇ À妽º¿Í °°Àº °ª)À» ¼³Á¤ÇÕ´Ï´Ù. |
void |
RequiredModelMBean. setManagedResource (Object mr,
String mr_type)
°´Ã¼ÀÇ ÀνºÅϽº ÇÚµéÀ» ¼³Á¤ÇÕ´Ï´Ù. |
void |
ModelMBean. setManagedResource (Object mr,
String mr_type)
°´Ã¼ÀÇ ÀνºÅϽº ÇÚµéÀ» ¼³Á¤ÇÕ´Ï´Ù. |
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 constructor¡¡ ¡¡ | |
---|---|
DescriptorSupport (int initNumFields)
±â¼úÀÚÀÇ »ý¼ºÀÚ ÀÔ´Ï´Ù. |
|
DescriptorSupport (String inStr)
XML String¸¦ ÃëÇÏ´Â ±â¼úÀÚÀÇ »ý¼ºÀÚ ÀÔ´Ï´Ù. |
|
DescriptorSupport (String [] fieldNames,
Object [] fieldValues)
Çʵå¸í°ú Çʵ尪À» ¹Þ´Â »ý¼ºÀÚ ÀÔ´Ï´Ù. |
|
RequiredModelMBean ()
ºñ¾îÀÖ´Â ModelMBeanInfo À¸·Î RequiredModelMBean ¸¦ ±¸ÃàÇÕ´Ï´Ù. |
|
RequiredModelMBean (ModelMBeanInfo mbi)
°Ç³×¹ÞÀº ModelMBeanInfoÀ» »ç¿ëÇØ RequiredModelMBean °´Ã¼¸¦ ±¸ÃàÇÕ´Ï´Ù. |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
Àü ´ÙÀ½ | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.