Searched defs:obj (Results 1 - 4 of 4) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DNotificationHolder.java38 public NotificationHolder(NotificationListener nl, NotificationFilter nf, Object obj) { argument
40 obNL = obj;
H A DAgentIndexRunner.java363 NotificationFilter notfilt, Object obj) throws IllegalArgumentException
365 log.log(Level.CONFIG, "Adds a notify listener, with obj {0}", obj.toString());
370 notifListeners.add(new NotificationHolder(notiflistener, notfilt, obj));
381 log.info("removes a notify listener, no obj");
403 NotificationFilter filt, Object obj) throws ListenerNotFoundException
405 log.log(Level.CONFIG, "removes a notify listener obj {0}", obj);
413 && ((mnf.getFilter() == null) || mnf.getObj().equals(obj))) {
453 log.log(Level.FINE, "having one with obj {
362 addNotificationListener(NotificationListener notiflistener, NotificationFilter notfilt, Object obj) argument
402 removeNotificationListener(NotificationListener notiflistener, NotificationFilter filt, Object obj) argument
[all...]
/opengrok-jel/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java1115 public boolean equals(Object obj) { argument
1116 if (obj == null) {
1119 if (getClass() != obj.getClass()) {
1122 IndexDatabase other = (IndexDatabase) obj;

Completed in 31 milliseconds