|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttle.framework.jmx.MBeanServerWrapper
MBean ¼¹ö¿¡ ´ëÇÑ ·¹ÆÛ Ŭ·¡½ºÀÌ´Ù.
MBean ¼¹ö¸¦ »ç¿ëÇϴ Ŭ·¡½º´Â ÀÌ Å¬·¡½º¸¦ ÅëÇØ¼ MBean ¼¹ö¿¡ Á¢±ÙÇÏ°Ô µÈ´Ù.
Method Summary | |
static MBeanServerWrapper |
getInstance()
MBeanServerWrapper Ŭ·¡½ºÀÇ ½Ì±ÛÅæ ÀνºÅϽº¸¦ ¸®ÅÏÇÑ´Ù. |
MBeanServer |
getMBeanServer()
³»ºÎÀûÀ¸·Î °¨½Î°í ÀÖ´Â MBeanServer¸¦ ¸®ÅÏÇÑ´Ù. |
void |
registComponent(Component comp)
ÁöÁ¤ÇÑ ÄÄÆ÷³ÍÆ®¸¦ MBean ¼¹ö¿¡ µî·ÏÇÑ´Ù. |
void |
unregistComponent(Component comp)
ÁöÁ¤ÇÑ ÄÄÆ÷³ÍÆ®¸¦ MBean ¼¹ö¿¡¼ Á¦°ÅÇÑ´Ù. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static MBeanServerWrapper getInstance()
public MBeanServer getMBeanServer()
public void registComponent(Component comp) throws InstanceAlreadyExistsException, MBeanRegistrationException, NotCompliantMBeanException, MalformedObjectNameException
MBeanÀÇ °´Ã¼ À̸§Àº "TLE:type=Ŭ·¡½º¿ÏÀüÇÑÀ̸§,ID=ÄÄÆ÷³ÍÆ®ID"ÀÇ ÇüŸ¦ ¶è´Ù.
comp
- µî·ÏÇÒ MBean ÄÄÆ÷³ÍÆ®
NotCompliantMBeanException
MBeanRegistrationException
InstanceAlreadyExistsException
MalformedObjectNameException
public void unregistComponent(Component comp) throws InstanceNotFoundException, MBeanRegistrationException
comp
- Á¦°ÅÇÒ ÄÄÆ÷³ÍÆ®
MBeanRegistrationException
InstanceNotFoundException
- µî·ÏµÈ MBeanÀÌ ¾Æ´Ñ °æ¿ì¿¡ ¹ß»ýÇÑ´Ù.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |