Searched refs:nSupport (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/
H A DChannelSocket.java807 if( nSupport!=null ) {
813 nSupport.sendNotification(notif);
876 if( nSupport!= null )
877 nSupport.sendNotification(notification);
880 private NotificationBroadcasterSupport nSupport= null; field in class:ChannelSocket
887 if( nSupport==null ) nSupport=new NotificationBroadcasterSupport();
888 nSupport.addNotificationListener(listener, filter, handback);
894 if( nSupport!=null)
895 nSupport
[all...]
H A DChannelNioSocket.java752 if( nSupport!=null ) {
758 nSupport.sendNotification(notif);
821 if( nSupport!= null )
822 nSupport.sendNotification(notification);
825 private NotificationBroadcasterSupport nSupport= null; field in class:ChannelNioSocket
832 if( nSupport==null ) nSupport=new NotificationBroadcasterSupport();
833 nSupport.addNotificationListener(listener, filter, handback);
839 if( nSupport!=null)
840 nSupport
[all...]

Completed in 846 milliseconds