public class Host extends Object
Constructor and Description |
---|
Host()
Empty constructor
|
Host(String hostid,
String address,
int port,
byte[] hostkey,
boolean ssl,
boolean client) |
Host(String hostid,
String address,
int port,
byte[] hostkey,
boolean ssl,
boolean client,
boolean proxified,
boolean admin) |
Host(String hostid,
String address,
int port,
byte[] hostkey,
boolean ssl,
boolean client,
boolean proxified,
boolean admin,
boolean active) |
Host(String hostid,
String address,
int port,
byte[] hostkey,
boolean ssl,
boolean client,
boolean proxified,
boolean admin,
boolean active,
UpdatedInfo updatedInfo) |
Modifier and Type | Method and Description |
---|---|
void |
checkValues() |
String |
getAddress() |
String |
getHostid() |
byte[] |
getHostkey() |
String |
getKey() |
int |
getPort() |
UpdatedInfo |
getUpdatedInfo() |
boolean |
isActive() |
boolean |
isAdmin() |
boolean |
isClient() |
boolean |
isProxified() |
boolean |
isSSL() |
void |
setActive(boolean active) |
void |
setAddress(String address) |
void |
setAdmin(boolean admin) |
void |
setClient(boolean client) |
void |
setHostid(String hostid) |
void |
setHostkey(byte[] hostkey) |
void |
setKey(String key) |
void |
setPort(int port) |
void |
setProxified(boolean proxified) |
void |
setSSL(boolean ssl) |
void |
setUpdatedInfo(UpdatedInfo info) |
public Host()
public Host(String hostid, String address, int port, byte[] hostkey, boolean ssl, boolean client, boolean proxified, boolean admin, boolean active, UpdatedInfo updatedInfo) throws WaarpDatabaseSqlException
WaarpDatabaseSqlException
public Host(String hostid, String address, int port, byte[] hostkey, boolean ssl, boolean client, boolean proxified, boolean admin, boolean active) throws WaarpDatabaseSqlException
WaarpDatabaseSqlException
public Host(String hostid, String address, int port, byte[] hostkey, boolean ssl, boolean client, boolean proxified, boolean admin) throws WaarpDatabaseSqlException
WaarpDatabaseSqlException
public Host(String hostid, String address, int port, byte[] hostkey, boolean ssl, boolean client) throws WaarpDatabaseSqlException
WaarpDatabaseSqlException
public final void checkValues() throws WaarpDatabaseSqlException
WaarpDatabaseSqlException
public final String getHostid()
public final void setHostid(String hostid)
public final String getAddress()
public final void setAddress(String address)
public final int getPort()
public final void setPort(int port)
public final byte[] getHostkey()
public final String getKey()
public final void setKey(String key)
public final void setHostkey(byte[] hostkey)
public final boolean isSSL()
public final void setSSL(boolean ssl)
public final boolean isClient()
public final void setClient(boolean client)
public final boolean isAdmin()
public final void setAdmin(boolean admin)
public final boolean isProxified()
public final void setProxified(boolean proxified)
public final boolean isActive()
public final void setActive(boolean active)
public final UpdatedInfo getUpdatedInfo()
public final void setUpdatedInfo(UpdatedInfo info)
Copyright © 2009–2022 Waarp. All rights reserved.