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

/opengrok/src/org/opensolaris/opengrok/management/client/
H A DAgentConnection.java121 public void handleNotification(Notification notification, java.lang.Object handback) { argument
124 sb.append(notification.getType());
126 sb.append(notification.getSequenceNumber());
128 sb.append(notification.getMessage());
130 sb.append(notification.getUserData());
133 String notif = "Notification: '" + notification + "'";
134 String source = "Notification: source: '" + notification.getSource() + "'";
137 if (notification.getType().equals("ogaaction")) {
143 handleObjectName(sb, notification, handback);
145 } else if (notification
177 handleObjectName(StringBuilder sb, Notification notification, Object handback) argument
[all...]

Completed in 124 milliseconds