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

/opengrok-sun/src/org/opensolaris/opengrok/management/client/
H A DAgentConnection.java118 public void handleNotification(Notification notification, java.lang.Object handback) { argument
121 sb.append(notification.getType());
123 sb.append(notification.getSequenceNumber());
125 sb.append(notification.getMessage());
127 sb.append(notification.getUserData());
130 String notif = "Notification: '" + notification + "'";
131 String source = "Notification: source: '" + notification.getSource() + "'";
134 if (notification.getType().equals("ogaaction")) {
140 handleObjectName(sb, notification, handback);
142 } else if (notification
174 handleObjectName(StringBuilder sb, Notification notification, Object handback) argument
[all...]

Completed in 8 milliseconds