|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
Àü ´ÙÀ½ | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ |
MBeanException¸¦ »ç¿ëÇϰí ÀÖ´Â ÆÐŰÁö | |
---|---|
javax.management | Java Management Extensions ÄÚ¾î Ŭ·¡½º¸¦ Á¦°øÇÕ´Ï´Ù. |
javax.management.modelmbean | ModelMBean Ŭ·¡½ºÀÇ Á¤ÀǸ¦ Á¦°øÇÕ´Ï´Ù. |
javax.management.remote.rmi | RMI Ä¿³ØÅÍ´Â RMI¸¦ »ç¿ëÇØ Ŭ¶óÀÌ¾ðÆ® ¿ä±¸¸¦ ¸®¸ðÆ® MBean ¼¹ö¿¡ Àü¼Û ÇÏ´Â JMX ¸®¸ðÆ® API ¿ë¹«ÀÇ Ä¿³ØÅÍÀÔ´Ï´Ù. |
javax.management ¿¡¼ÀÇ MBeanException »ç¿ë |
---|
javax.management ¿¡¼ÀÇ MBeanException ¼ºê Ŭ·¡½º | |
---|---|
class |
MBeanRegistrationException
MBeanRegistration ÀÎÅÍÆäÀ̽ºÀÇ preRegister() ¸Þ¼µå¿Í preDeregister() ¸Þ¼µå¿¡ ÀÇÇØ ¹ß»ýµÇ´Â ¿¹¿Ü¸¦ ·¦ ÇÕ´Ï´Ù. |
MBeanException À» Throw ÇÏ´Â javax.management ¸Þ¼µå | |
---|---|
ObjectInstance |
MBeanServerConnection. createMBean (String className,
ObjectName name)
MBean¸¦ ÀνºÅϽºÈÇØ, MBean ¼¹ö¿¡ µî·ÏÇÕ´Ï´Ù. |
ObjectInstance |
MBeanServer. createMBean (String className,
ObjectName name)
MBean¸¦ ÀνºÅϽºÈÇØ, MBean ¼¹ö¿¡ µî·ÏÇÕ´Ï´Ù. |
ObjectInstance |
MBeanServerConnection. createMBean (String className,
ObjectName name,
Object [] params,
String [] signature)
MBean¸¦ ÀνºÅϽºÈÇØ, MBean ¼¹ö¿¡ µî·ÏÇÕ´Ï´Ù. |
ObjectInstance |
MBeanServer. createMBean (String className,
ObjectName name,
Object [] params,
String [] signature)
MBean¸¦ ÀνºÅϽºÈÇØ, MBean ¼¹ö¿¡ µî·ÏÇÕ´Ï´Ù. |
ObjectInstance |
MBeanServerConnection. createMBean (String className,
ObjectName name,
ObjectName loaderName)
MBean¸¦ ÀνºÅϽºÈÇØ, MBean ¼¹ö¿¡ µî·ÏÇÕ´Ï´Ù. |
ObjectInstance |
MBeanServer. createMBean (String className,
ObjectName name,
ObjectName loaderName)
MBean¸¦ ÀνºÅϽºÈÇØ, MBean ¼¹ö¿¡ µî·ÏÇÕ´Ï´Ù. |
ObjectInstance |
MBeanServerConnection. createMBean (String className,
ObjectName name,
ObjectName loaderName,
Object [] params,
String [] signature)
MBean¸¦ ÀνºÅϽºÈÇØ, MBean ¼¹ö¿¡ µî·ÏÇÕ´Ï´Ù. |
ObjectInstance |
MBeanServer. createMBean (String className,
ObjectName name,
ObjectName loaderName,
Object [] params,
String [] signature)
MBean¸¦ ÀνºÅϽºÈÇØ, MBean ¼¹ö¿¡ µî·ÏÇÕ´Ï´Ù. |
Object |
MBeanServerConnection. getAttribute (ObjectName name,
String attribute)
ÁöÁ¤µÈ MBean ƯÁ¤ÀÇ ¼Ó¼ºÀÇ °ªÀ» ÃëµæÇÕ´Ï´Ù. |
Object |
MBeanServer. getAttribute (ObjectName name,
String attribute)
ÁöÁ¤µÈ MBean ƯÁ¤ÀÇ ¼Ó¼ºÀÇ °ªÀ» ÃëµæÇÕ´Ï´Ù. |
Object |
StandardMBean. getAttribute (String attribute)
|
Object |
DynamicMBean. getAttribute (String attribute)
Dynamic MBean ƯÁ¤ÀÇ ¼Ó¼ºÀÇ °ªÀ» ÃëµæÇÕ´Ï´Ù. |
Object |
MBeanServer. instantiate (String className)
MBean ¼¹ö Ŭ·¡½º ·Î´õ ¸®Æ÷ÁöÅ͸®(repository) ³»¿¡ µî·ÏµÈ ¸ðµç Ŭ·¡½º ·Î´õÀÇ ¸®½ºÆ®¸¦ »ç¿ëÇØ, °´Ã¼¸¦ ÀνºÅϽºÈÇÕ´Ï´Ù. |
Object |
MBeanServer. instantiate (String className,
Object [] params,
String [] signature)
MBean ¼¹ö Ŭ·¡½º ·Î´õ ¸®Æ÷ÁöÅ͸®(repository) ³»¿¡ µî·ÏµÈ ¸ðµç Ŭ·¡½º ·Î´õÀÇ ¸®½ºÆ®¸¦ »ç¿ëÇØ, °´Ã¼¸¦ ÀνºÅϽºÈÇÕ´Ï´Ù. |
Object |
MBeanServer. instantiate (String className,
ObjectName loaderName)
ObjectName ·Î ÁöÁ¤µÈ Ŭ·¡½º ·Î´õ¸¦ »ç¿ëÇØ, °´Ã¼¸¦ ÀνºÅϽºÈÇÕ´Ï´Ù. |
Object |
MBeanServer. instantiate (String className,
ObjectName loaderName,
Object [] params,
String [] signature)
°´Ã¼¸¦ ÀνºÅϽºÈÇÕ´Ï´Ù. |
Object |
MBeanServerConnection. invoke (ObjectName name,
String operationName,
Object [] params,
String [] signature)
MBean»ó¿¡¼ ¿ÀÆÛ·¹À̼ÇÀ» È£ÃâÇÕ´Ï´Ù. |
Object |
MBeanServer. invoke (ObjectName name,
String operationName,
Object [] params,
String [] signature)
MBean»ó¿¡¼ ¿ÀÆÛ·¹À̼ÇÀ» È£ÃâÇÕ´Ï´Ù. |
Object |
StandardMBean. invoke (String actionName,
Object [] params,
String [] signature)
|
Object |
DynamicMBean. invoke (String actionName,
Object [] params,
String [] signature)
Dynamic MBean »ó¿¡¼ÀÇ ¾×¼ÇÀÇ ½ÇÇàÀ» Çã¿ëÇÕ´Ï´Ù. |
void |
PersistentMBean. load ()
thisMBean ÀνºÅϽº¸¦ Áö¼Ó ½ºÅä¾î³»ÀÇ MBean ¿ë µ¥ÀÌÅÍ·Î ÀνºÅϽºÈÇÕ´Ï´Ù. |
void |
StandardMBean. setAttribute (Attribute attribute)
|
void |
DynamicMBean. setAttribute (Attribute attribute)
Dynamic MBean ƯÁ¤ÀÇ ¼Ó¼ºÀÇ °ªÀ» ¼³Á¤ÇÕ´Ï´Ù. |
void |
MBeanServerConnection. setAttribute (ObjectName name,
Attribute attribute)
ÁöÁ¤µÈ MBean ƯÁ¤ÀÇ ¼Ó¼ºÀÇ °ªÀ» ¼³Á¤ÇÕ´Ï´Ù. |
void |
MBeanServer. setAttribute (ObjectName name,
Attribute attribute)
ÁöÁ¤µÈ MBean ƯÁ¤ÀÇ ¼Ó¼ºÀÇ °ªÀ» ¼³Á¤ÇÕ´Ï´Ù. |
void |
PersistentMBean. store ()
ÀÌ MBean ÀνºÅϽºÀÇ ÇöÀç »óŸ¦ capther ÇØ, Áö¼Ó ½ºÅä¾î¿¡ ½á³À´Ï´Ù. |
javax.management.modelmbean ¿¡¼ÀÇ MBeanException »ç¿ë |
---|
MBeanException À» Throw ÇÏ´Â javax.management.modelmbean ¸Þ¼µå | |
---|---|
void |
RequiredModelMBean. addAttributeChangeNotificationListener (NotificationListener inlistener,
String inAttributeName,
Object inhandback)
|
void |
ModelMBeanNotificationBroadcaster. addAttributeChangeNotificationListener (NotificationListener listener,
String attributeName,
Object handback)
NotificationListener ÀÎÅÍÆäÀ̽º¸¦ ±¸ÇöÇÏ´Â °´Ã¼¸¦ ¸®½º³Ê·Î¼ µî·ÏÇÕ´Ï´Ù. |
Object |
RequiredModelMBean. getAttribute (String attrName)
ÀÌ ModelMBean¿¡ Á¤ÀÇµÈ Æ¯Á¤ÀÇ ¼Ó¼ºÀÇ °ªÀ» ¸®ÅÏÇÕ´Ï´Ù. |
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 ¹è¿À» ¸®ÅÏÇÕ´Ï´Ù. |
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¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
Object |
RequiredModelMBean. invoke (String opName,
Object [] opArgs,
String [] sig)
RequiredModelMBean ·ÎºÎÅÍ ¸Þ¼µå¸¦ È£ÃâÇØ, ±× ½ÇÇà °á°ú¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
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 |
RequiredModelMBean. setAttribute (Attribute attribute)
ÁöÁ¤ÀÇ ModelMBean ƯÁ¤ÀÇ ¼Ó¼ºÀÇ °ªÀ» ¼³Á¤ÇÕ´Ï´Ù. |
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 |
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 ÀνºÅϽºÀÇ ÇöÀç »óŸ¦ ¼öÁß¿¡ ³Ö¾î, Áö¼Ó ½ºÅä¾î¿¡ ½á³À´Ï´Ù. |
MBeanException À» Throw ÇÏ´Â javax.management.modelmbean constructor¡¡ ¡¡ | |
---|---|
DescriptorSupport (int initNumFields)
±â¼úÀÚÀÇ »ý¼ºÀÚ ÀÔ´Ï´Ù. |
|
DescriptorSupport (String inStr)
XML String¸¦ ÃëÇÏ´Â ±â¼úÀÚÀÇ »ý¼ºÀÚ ÀÔ´Ï´Ù. |
|
RequiredModelMBean ()
ºñ¾îÀÖ´Â ModelMBeanInfo À¸·Î RequiredModelMBean ¸¦ ±¸ÃàÇÕ´Ï´Ù. |
|
RequiredModelMBean (ModelMBeanInfo mbi)
°Ç³×¹ÞÀº ModelMBeanInfoÀ» »ç¿ëÇØ RequiredModelMBean °´Ã¼¸¦ ±¸ÃàÇÕ´Ï´Ù. |
javax.management.remote.rmi ¿¡¼ÀÇ MBeanException »ç¿ë |
---|
MBeanException À» Throw ÇÏ´Â javax.management.remote.rmi ¸Þ¼µå | |
---|---|
ObjectInstance |
RMIConnectionImpl_Stub. createMBean (String $param_String_1,
ObjectName $param_ObjectName_2,
MarshalledObject $param_MarshalledObject_3,
String [] $param_arrayOf_String_4,
Subject $param_Subject_5)
|
ObjectInstance |
RMIConnectionImpl. createMBean (String className,
ObjectName name,
MarshalledObject params,
String [] signature,
Subject delegationSubject)
|
ObjectInstance |
RMIConnection. createMBean (String className,
ObjectName name,
MarshalledObject params,
String [] signature,
Subject delegationSubject)
MBeanServerConnection.createMBean(String, ObjectName, Object[], String[]) ¸Þ¼µå¸¦ ó¸®ÇÕ´Ï´Ù. |
ObjectInstance |
RMIConnectionImpl_Stub. createMBean (String $param_String_1,
ObjectName $param_ObjectName_2,
ObjectName $param_ObjectName_3,
MarshalledObject $param_MarshalledObject_4,
String [] $param_arrayOf_String_5,
Subject $param_Subject_6)
|
ObjectInstance |
RMIConnectionImpl. createMBean (String className,
ObjectName name,
ObjectName loaderName,
MarshalledObject params,
String [] signature,
Subject delegationSubject)
|
ObjectInstance |
RMIConnection. createMBean (String className,
ObjectName name,
ObjectName loaderName,
MarshalledObject params,
String [] signature,
Subject delegationSubject)
MBeanServerConnection.createMBean(String, ObjectName, ObjectName, Object[], String[]) ¸Þ¼µå¸¦ ó¸®ÇÕ´Ï´Ù. |
ObjectInstance |
RMIConnectionImpl_Stub. createMBean (String $param_String_1,
ObjectName $param_ObjectName_2,
ObjectName $param_ObjectName_3,
Subject $param_Subject_4)
|
ObjectInstance |
RMIConnectionImpl. createMBean (String className,
ObjectName name,
ObjectName loaderName,
Subject delegationSubject)
|
ObjectInstance |
RMIConnection. createMBean (String className,
ObjectName name,
ObjectName loaderName,
Subject delegationSubject)
MBeanServerConnection.createMBean(String, ObjectName, ObjectName) ¸Þ¼µå¸¦ ó¸®ÇÕ´Ï´Ù. |
ObjectInstance |
RMIConnectionImpl_Stub. createMBean (String $param_String_1,
ObjectName $param_ObjectName_2,
Subject $param_Subject_3)
|
ObjectInstance |
RMIConnectionImpl. createMBean (String className,
ObjectName name,
Subject delegationSubject)
|
ObjectInstance |
RMIConnection. createMBean (String className,
ObjectName name,
Subject delegationSubject)
MBeanServerConnection.createMBean(String, ObjectName) ¸Þ¼µå¸¦ ó¸®ÇÕ´Ï´Ù. |
Object |
RMIConnectionImpl_Stub. getAttribute (ObjectName $param_ObjectName_1,
String $param_String_2,
Subject $param_Subject_3)
|
Object |
RMIConnectionImpl. getAttribute (ObjectName name,
String attribute,
Subject delegationSubject)
|
Object |
RMIConnection. getAttribute (ObjectName name,
String attribute,
Subject delegationSubject)
MBeanServerConnection.getAttribute(ObjectName, String) ¸Þ¼µå¸¦ ó¸®ÇÕ´Ï´Ù. |
Object |
RMIConnectionImpl_Stub. invoke (ObjectName $param_ObjectName_1,
String $param_String_2,
MarshalledObject $param_MarshalledObject_3,
String [] $param_arrayOf_String_4,
Subject $param_Subject_5)
|
Object |
RMIConnectionImpl. invoke (ObjectName name,
String operationName,
MarshalledObject params,
String [] signature,
Subject delegationSubject)
|
Object |
RMIConnection. invoke (ObjectName name,
String operationName,
MarshalledObject params,
String [] signature,
Subject delegationSubject)
MBeanServerConnection.invoke(ObjectName, String, Object[], String[]) ¸Þ¼µå¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
RMIConnectionImpl_Stub. setAttribute (ObjectName $param_ObjectName_1,
MarshalledObject $param_MarshalledObject_2,
Subject $param_Subject_3)
|
void |
RMIConnectionImpl. setAttribute (ObjectName name,
MarshalledObject attribute,
Subject delegationSubject)
|
void |
RMIConnection. setAttribute (ObjectName name,
MarshalledObject attribute,
Subject delegationSubject)
MBeanServerConnection.setAttribute(ObjectName, Attribute) ¸Þ¼µå¸¦ ó¸®ÇÕ´Ï´Ù. |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
Àü ´ÙÀ½ | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.