JavaTM 2 Platform
Standard Ed. 5.0

ÀÎÅÍÆäÀ̽º
javax.management.NotificationFilter »ç¿ë

NotificationFilter¸¦ »ç¿ëÇÏ°í ÀÖ´Â ÆÐÅ°Áö
javax.management Java Management Extensions ÄÚ¾î Ŭ·¡½º¸¦ Á¦°øÇÕ´Ï´Ù.  
javax.management.modelmbean ModelMBean Ŭ·¡½ºÀÇ Á¤ÀǸ¦ Á¦°øÇÕ´Ï´Ù.  
javax.management.relation °ü°è ¼­ºñ½º¿¡ ´ëÇØ Á¤ÀÇÇÕ´Ï´Ù.  
javax.management.remote JMX MBean ¼­¹ö¿¡ ¿ø°Ý Á¢±ÙÇϱâ À§ÇÑ ÀÎÅÍÆäÀ̽ºÀÔ´Ï´Ù.  
javax.management.remote.rmi RMI Ä¿³ØÅÍ´Â RMI¸¦ »ç¿ëÇØ Å¬¶óÀ̾ðÆ® ¿ä±¸¸¦ ¸®¸ðÆ® MBean ¼­¹ö¿¡ Àü¼Û ÇÏ´Â JMX ¸®¸ðÆ® API ¿ë¹«ÀÇ Ä¿³ØÅÍÀÔ´Ï´Ù.  
 

javax.management ¿¡¼­ÀÇ NotificationFilter »ç¿ë
 

NotificationFilter¸¦ ±¸ÇöÇÏ°í ÀÖ´Â javax.management Ŭ·¡½º
 class AttributeChangeNotificationFilter
          ÀÌ Å¬·¡½º´Â ¼Ó¼º º¯°æ ÅëÁö NotificationFilter ÀÎÅÍÆäÀ̽º¸¦ ±¸ÇöÇÕ´Ï´Ù.
 class NotificationFilterSupport
          NotificationFilter ÀÎÅÍÆäÀ̽ºÀÇ ±¸ÇöÀ» Á¦°øÇÕ´Ï´Ù.
 

NotificationFilter ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â javax.management ¸Þ¼­µå
 void NotificationBroadcasterSupport. addNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
          ¸®½º³Ê¸¦ Ãß°¡ÇÕ´Ï´Ù.
 void NotificationBroadcaster. addNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
          ÀÌ MBean¿¡ ¸®½º³Ê¸¦ Ãß°¡ÇÕ´Ï´Ù.
 void MBeanServerDelegate. addNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 void MBeanServerConnection. addNotificationListener (ObjectName  name, NotificationListener  listener, NotificationFilter  filter, Object  handback)
          µî·ÏÀÌ ³¡³­ MBean¿¡ ¸®½º³Ê¸¦ Ãß°¡ÇÕ´Ï´Ù.
 void MBeanServer. addNotificationListener (ObjectName  name, NotificationListener  listener, NotificationFilter  filter, Object  handback)
          µî·ÏÀÌ ³¡³­ MBean¿¡ ¸®½º³Ê¸¦ Ãß°¡ÇÕ´Ï´Ù.
 void MBeanServerConnection. addNotificationListener (ObjectName  name, ObjectName  listener, NotificationFilter  filter, Object  handback)
          µî·ÏÀÌ ³¡³­ MBean¿¡ ¸®½º³Ê¸¦ Ãß°¡ÇÕ´Ï´Ù.
 void MBeanServer. addNotificationListener (ObjectName  name, ObjectName  listener, NotificationFilter  filter, Object  handback)
          µî·ÏÀÌ ³¡³­ MBean¿¡ ¸®½º³Ê¸¦ Ãß°¡ÇÕ´Ï´Ù.
 void NotificationEmitter. removeNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
          ÀÌ MBean ·ÎºÎÅÍ ¸®½º³Ê¸¦ »èÁ¦ÇÕ´Ï´Ù.
 void NotificationBroadcasterSupport. removeNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 void MBeanServerDelegate. removeNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 void MBeanServerConnection. removeNotificationListener (ObjectName  name, NotificationListener  listener, NotificationFilter  filter, Object  handback)
          µî·ÏÀÌ ³¡³­ MBean ·ÎºÎÅÍ ¸®½º³Ê¸¦ »èÁ¦ÇÕ´Ï´Ù.
 void MBeanServer. removeNotificationListener (ObjectName  name, NotificationListener  listener, NotificationFilter  filter, Object  handback)
          µî·ÏÀÌ ³¡³­ MBean ·ÎºÎÅÍ ¸®½º³Ê¸¦ »èÁ¦ÇÕ´Ï´Ù.
 void MBeanServerConnection. removeNotificationListener (ObjectName  name, ObjectName  listener, NotificationFilter  filter, Object  handback)
          µî·ÏÀÌ ³¡³­ MBean ·ÎºÎÅÍ ¸®½º³Ê¸¦ »èÁ¦ÇÕ´Ï´Ù.
 void MBeanServer. removeNotificationListener (ObjectName  name, ObjectName  listener, NotificationFilter  filter, Object  handback)
          µî·ÏÀÌ ³¡³­ MBean ·ÎºÎÅÍ ¸®½º³Ê¸¦ »èÁ¦ÇÕ´Ï´Ù.
 

javax.management.modelmbean ¿¡¼­ÀÇ NotificationFilter »ç¿ë
 

NotificationFilter ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â javax.management.modelmbean ¸Þ¼­µå
 void RequiredModelMBean. addNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
          NotificationListener ÀÎÅÍÆäÀ̽º¸¦ ±¸ÇöÇÏ´Â °´Ã¼¸¦ ¸®½º³Ê·Î¼­ µî·ÏÇÕ´Ï´Ù.
 void RequiredModelMBean. removeNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 

javax.management.relation ¿¡¼­ÀÇ NotificationFilter »ç¿ë
 

NotificationFilter¸¦ ±¸ÇöÇÏ°í ÀÖ´Â javax.management.relation Ŭ·¡½º
 class MBeanServerNotificationFilter
          MBeanServerNotification ÇÊÅÍÀÔ´Ï´Ù.
 

javax.management.remote ¿¡¼­ÀÇ NotificationFilter »ç¿ë
 

NotificationFilter ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â javax.management.remote ¸Þ¼­µå
 void JMXConnector. addConnectionNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
          Á¢¼Ó »óÅÂÀÇ º¯È­°¡ ÅëÁöµÇ´Â ¸®½º³Ê¸¦ Ãß°¡ÇÕ´Ï´Ù.
 void JMXConnector. removeConnectionNotificationListener (NotificationListener  l, NotificationFilter  f, Object  handback)
          »óÅÂÀÇ º¯°æÀÌ ÅëÁöµÇ´Â ¸®½º³Ê¸¦ ¸®½ºÆ®·ÎºÎÅÍ »èÁ¦ÇÕ´Ï´Ù.
 

javax.management.remote.rmi ¿¡¼­ÀÇ NotificationFilter »ç¿ë
 

NotificationFilter ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â javax.management.remote.rmi ¸Þ¼­µå
 void RMIConnector. addConnectionNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 void RMIConnector. removeConnectionNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 


JavaTM 2 Platform
Standard Ed. 5.0

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