public class CallHomeInfoNotification extends Notification
Modifier and Type | Field and Description |
---|---|
static int |
CALL_HOME_DEVICE_CONNECTED |
static int |
CALL_HOME_UNKNOWN_DEVICE |
Constructor and Description |
---|
CallHomeInfoNotification(int info_type,
String device,
InetAddress ip,
ConfObject ipValue,
int port,
String key,
String alg) |
Modifier and Type | Method and Description |
---|---|
String |
getDevice() |
int |
getInfoType()
|
InetAddress |
getIP() |
ConfObject |
getIPValue() |
int |
getPort() |
String |
getSSHHostKey() |
String |
getSSHKeyAlg()
SSH key algorithm:
#SSH_KEY_ALG_SSH_RSA
#SSH_KEY_ALG_SSH_DSS
|
String |
toString() |
getNotificationType
public static final int CALL_HOME_DEVICE_CONNECTED
public static final int CALL_HOME_UNKNOWN_DEVICE
public CallHomeInfoNotification(int info_type, String device, InetAddress ip, ConfObject ipValue, int port, String key, String alg)
public String toString()
toString
in class Notification
public int getInfoType()
public String getDevice()
public InetAddress getIP()
public ConfObject getIPValue()
public int getPort()
public String getSSHHostKey()
public String getSSHKeyAlg()
#SSH_KEY_ALG_SSH_RSA
#SSH_KEY_ALG_SSH_DSS