1 22 package org.jboss.mx.notification; 23 24 import javax.management.JMException ; 25 import javax.management.NotificationFilter ; 26 import javax.management.NotificationListener ; 27 28 37 public interface ListenerRegistrationFactory 38 { 39 48 ListenerRegistration create(NotificationListener listener, 49 NotificationFilter filter, 50 Object handback) 51 throws JMException ; 52 } 53 | Popular Tags |