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