public class LunaHAStatus
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LunaHAStatus.LunaMemberState
Class to hold details of individual cluster members.
|
Modifier and Type | Field and Description |
---|---|
long |
groupSerial
The serial number of the HA group
|
java.util.Vector<LunaHAStatus.LunaMemberState> |
memberStatusList
A Vector of LunaMemberState objects
|
Constructor and Description |
---|
LunaHAStatus(int slot)
This constructor will query the HA status of the specified slot The slot specified should be an HA slot.
|
Modifier and Type | Method and Description |
---|---|
long |
getGroupSerial() |
int |
getMemberCount() |
boolean |
isOK() |
public long groupSerial
public java.util.Vector<LunaHAStatus.LunaMemberState> memberStatusList
Copyright 2014-2018 SafeNet. All rights reserved.