JavaTM 2 Platform
Standard Ed. 5.0

javax.management.relation
Ŭ·¡½º MBeanServerNotificationFilter

java.lang.Object 
  »óÀ§¸¦ È®Àå javax.management.NotificationFilterSupport 
      »óÀ§¸¦ È®Àå javax.management.relation.MBeanServerNotificationFilter
¸ðµç ±¸ÇöµÈ ÀÎÅÍÆäÀ̽º:
Serializable, NotificationFilter

public class MBeanServerNotificationFilter
extends NotificationFilterSupport

MBeanServerNotification ÇÊÅÍÀÔ´Ï´Ù. ÀÌ ÇÊÅÍ´Â ÅëÁöÇü¿¡ ´ëÀÀÇÏ´Â ´ë»óÀÌ µÈ´Ù ObjectName¿Í ¿ÀÆÛ·¹ÀÌ¼Ç (µî·Ï, µî·Ï ÇØÁ¦, ¶Ç´Â ±× ¾çÂÊ ¸ðµÎ)À» ¼±ÅÃÇØ, MBeanServerNotification ÅëÁö¸¦ ÇÊÅ͸µ ÇÕ´Ï´Ù.

µµÀÔµÈ ¹öÀü :
1.5
°ü·Ã Ç׸ñ:
Á÷·ÄÈ­ µÈ Çü½Ä

»ý¼ºÀÚ °³¿ä
MBeanServerNotificationFilter ()
          ¸ðµç ObjectName¿¡ ´ëÇؼ­ ¸ðµç MBeanServerNotification ÅëÁö¸¦ ¼±ÅÃÇÏ´Â ÇÊÅ͸¦ ÀÛ¼ºÇÕ´Ï´Ù.
 
¸Þ¼­µå °³¿ä
 void disableAllObjectNames ()
          ¸ðµç ObjectName ¼±ÅÃÀ» ÇØÁ¦ÇØ, MBeanServerNotification¸¦ ¹«È¿·Î ÇÕ´Ï´Ù.
 void disableObjectName (ObjectName  theObjName)
          ÁöÁ¤µÈ ObjectName¿¡ ´ëÇؼ­ MBeanServerNotification¸¦ ¹«È¿·Î ÇÕ´Ï´Ù.
 void enableAllObjectNames ()
          ¸ðµç ObjectName¸¦ ¼±ÅÃÇØ, ¸ðµç MBeanServerNotification¸¦ À¯È¿ÇÏ°Ô ÇÕ´Ï´Ù.
 void enableObjectName (ObjectName  theObjName)
          ÁöÁ¤µÈ ObjectName¿¡ ´ëÇؼ­ MBeanServerNotification¸¦ À¯È¿ÇÏ°Ô ÇÕ´Ï´Ù.
 Vector getDisabledObjectNames ()
          ¹«È¿ÀÎ ¸ðµç ObjectName¸¦ ÃëµæÇÕ´Ï´Ù.
 Vector getEnabledObjectNames ()
          À¯È¿ÇÑ ¸ðµç ObjectName¸¦ ÃëµæÇÕ´Ï´Ù.
 boolean isNotificationEnabled (Notification  theNtf)
          ¸®½º³Ê¿¡°Ô·ÎÀÇ Æ¯Á¤ÀÇ ÅëÁöÀÇ ¼Û½ÅÀü¿¡ È£ÃâÇÕ´Ï´Ù.
 
Ŭ·¡½º javax.management. NotificationFilterSupport ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
disableAllTypes, disableType, enableType, getEnabledTypes
 
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

»ý¼ºÀÚ »ó¼¼

MBeanServerNotificationFilter

public MBeanServerNotificationFilter()
¸ðµç ObjectName¿¡ ´ëÇؼ­ ¸ðµç MBeanServerNotification ÅëÁö¸¦ ¼±ÅÃÇÏ´Â ÇÊÅ͸¦ ÀÛ¼ºÇÕ´Ï´Ù.

¸Þ¼­µåÀÇ »ó¼¼

disableAllObjectNames

public void disableAllObjectNames()
¸ðµç ObjectName ¼±ÅÃÀ» ÇØÁ¦ÇØ, MBeanServerNotification¸¦ ¹«È¿·Î ÇÕ´Ï´Ù.


disableObjectName

public void disableObjectName(ObjectName  theObjName)
                       throws IllegalArgumentException 
ÁöÁ¤µÈ ObjectName¿¡ ´ëÇؼ­ MBeanServerNotification¸¦ ¹«È¿·Î ÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
theObjName - ´ë»ó¿Ü°¡ µÈ ObjectName
¿¹¿Ü:
IllegalArgumentException - ÁöÁ¤µÈ ObjectName°¡ nullÀÎ °æ¿ì

enableAllObjectNames

public void enableAllObjectNames()
¸ðµç ObjectName¸¦ ¼±ÅÃÇØ, ¸ðµç MBeanServerNotification¸¦ À¯È¿ÇÏ°Ô ÇÕ´Ï´Ù.


enableObjectName

public void enableObjectName(ObjectName  theObjName)
                      throws IllegalArgumentException 
ÁöÁ¤µÈ ObjectName¿¡ ´ëÇؼ­ MBeanServerNotification¸¦ À¯È¿ÇÏ°Ô ÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
theObjName - ´ë ÄÚ³¢¸®°¡ µÇ´Â ObjectName
¿¹¿Ü:
IllegalArgumentException - ÁöÁ¤µÈ ObjectName°¡ nullÀÎ °æ¿ì

getEnabledObjectNames

public Vector  getEnabledObjectNames()
À¯È¿ÇÑ ¸ðµç ObjectName¸¦ ÃëµæÇÕ´Ï´Ù.

¹Ýȯ°ª:
ObjectName ÀÇ º¤ÅÍ:

- nullÀÎ °æ¿ì, ¸í½ÃÀûÀ¸·Î ¼±Åà ÇØÁ¦µÈ °ÍÀ» Á¦¿ÜÇÏ´Â ¸ðµç ObjectName°¡ ¾Ï¹¬ÀûÀ¸·Î ¼±ÅõȴÙ

- ºñ¾îÀÖ´Â °æ¿ì, ¸ðµç ObjectName ¼±ÅÃÀÌ ÇØÁ¦µÈ´Ù. Áï ¼±Åõǰí ÀÖ´Â ObjectName´Â ¾ø¾îÁø´Ù


getDisabledObjectNames

public Vector  getDisabledObjectNames()
¹«È¿ÀÎ ¸ðµç ObjectName¸¦ ÃëµæÇÕ´Ï´Ù.

¹Ýȯ°ª:
ObjectName ÀÇ º¤ÅÍ:

- nullÀÎ °æ¿ì, ¸í½ÃÀûÀ¸·Î ¼±ÅÃµÈ °ÍÀ» Á¦¿ÜÇÏ´Â ¸ðµç ObjectName ¼±ÅÃÀÌ ¾Ï¹¬ÀûÀ¸·Î ÇØÁ¦µÈ´Ù

- ºñ¾îÀÖ´Â °æ¿ì, ¸ðµç ObjectName°¡ ¼±ÅõȴÙ. Áï ¼±Åà ÇØÁ¦µÇ°í ÀÖ´Â ObjectName´Â ¾ø¾îÁø´Ù


isNotificationEnabled

public boolean isNotificationEnabled(Notification  theNtf)
                              throws IllegalArgumentException 
¸®½º³Ê¿¡°Ô·ÎÀÇ Æ¯Á¤ÀÇ ÅëÁöÀÇ ¼Û½ÅÀü¿¡ È£ÃâÇÕ´Ï´Ù.

´ÙÀ½ÀÇ Á¶°ÇÀÌ ¼º¸³ÇÏ´Â °æ¿ì:

- ¹®Á¦ÀÇ MBean ObjectName°¡ ¼±Åà (¸í½ÃÀûÀ¸·Î ȤÀº ¾Ï¹¬ÀûÀ¸·Î (Áï ¸í½ÃÀûÀ¸·Î ¼±Åà ÇØÁ¦µÇ¾î ÀÖÁö ¾Ê´Ù)) µÇ°í ÀÖ´Â °æ¿ì

ÇÑÆí

- ¿ÀÆÛ·¹ÀÌ¼Ç (µî·Ï ¶Ç´Â µî·Ï ÇØÁ¦)ÀÇ ÇüÅ°¡ ¼±Åõǰí ÀÖ´Â °æ¿ì

¸®½º³Ê¿¡°Ô ÅëÁö°¡ ¼Û½ÅµË´Ï´Ù.

Á¤ÀÇ:
ÀÎÅÍÆäÀ̽º NotificationFilter ³»ÀÇ isNotificationEnabled
¿À¹ö¶óÀ̵å(override):
Ŭ·¡½º NotificationFilterSupport ³»ÀÇ isNotificationEnabled
ÆĶó¹ÌÅÍ:
theNtf - ¼Û½ÅÇÔ ÅëÁö
¹Ýȯ°ª:
ÅëÁö¸¦ ¸®½º³Ê¿¡°Ô ¼Û ½Å ÇÒ ÇÊ¿ä°¡ ÀÖ´Â °æ¿ì´Â true, ±×·¸Áö ¾ÊÀº °æ¿ì´Â false
¿¹¿Ü:
IllegalArgumentException - ÆĶó¹ÌÅÍ°¡ nullÀÎ °æ¿ì

JavaTM 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.