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

/glassfish-3.1.2/cluster/gms-adapter/src/main/java/org/glassfish/gms/
H A DGMSAdapterImpl.java162 private HealthHistory hHistory; field in class:GMSAdapterImpl
259 return hHistory;
268 hHistory = new HealthHistory(cluster);
269 Dom.unwrap(cluster).addListener(hHistory);
304 hHistory = new HealthHistory(instanceName, keepFormerMembers);
881 * affect GMS just in case. In the non-DAS case, hHistory
886 if (hHistory != null) {
887 hHistory.updateHealth(signal);

Completed in 13 milliseconds