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

/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DAgentConnection.java119 public void handleNotification(Notification notification, java.lang.Object handback) { argument
122 sb.append(notification.getType());
124 sb.append(notification.getSequenceNumber());
126 sb.append(notification.getMessage());
128 sb.append(notification.getUserData());
131 String notif = "Notification: '" + notification + "'";
132 String source = "Notification: source: '" + notification.getSource() + "'";
135 if (notification.getType().equals("ogaaction")) {
141 handleObjectName(sb, notification, handback);
143 } else if (notification
175 handleObjectName(StringBuilder sb, Notification notification, Object handback) argument
[all...]

Completed in 8 milliseconds