Searched defs:notif (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java113 public void handleNotification(Notification notif, Object handback) argument
116 if ( ! (notif instanceof JMXConnectionNotification))
120 JMXConnectionNotification jcn = (JMXConnectionNotification) notif;
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java137 public void handleNotification(Notification notif, Object handback) argument
143 if ( ! (notif instanceof JMXConnectionNotification))
149 jcn = (JMXConnectionNotification) notif ;
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java136 public void handleNotification(Notification notif, Object handback) argument
141 if ( ! (notif instanceof JMXConnectionNotification))
147 jcn = (JMXConnectionNotification) notif ;
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java137 public void handleNotification(Notification notif, Object handback) argument
142 if ( ! (notif instanceof JMXConnectionNotification))
148 jcn = (JMXConnectionNotification) notif ;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java137 public void handleNotification(Notification notif, Object handback) argument
143 if ( ! (notif instanceof JMXConnectionNotification))
149 jcn = (JMXConnectionNotification) notif ;
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java136 public void handleNotification(Notification notif, Object handback) argument
141 if ( ! (notif instanceof JMXConnectionNotification))
147 jcn = (JMXConnectionNotification) notif ;

Completed in 50 milliseconds