|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerInformationBean
A bean describing a row in the tbl_server table.
| Method Summary | |
|---|---|
java.lang.String |
getAddress()
Gets the server address. |
java.lang.String |
getAlias()
Gets the server alias. |
ConnectorTypeBean |
getConnector(UserBean user,
java.lang.String key)
Gets a connector for the server. |
int |
getConnectorID()
Gets the server's connector ID. |
boolean |
getIgnoreSslErrors()
Gets a value indicating whether or not to ignore SSL errors. |
int |
getPort()
Gets the server port. |
boolean |
getUseSsl()
Gets a value indicating whether or not to use SSL. |
void |
setAddress(java.lang.String toSet)
Sets the server address. |
void |
setAlias(java.lang.String toSet)
Sets the server alias. |
void |
setConnectorID(int toSet)
Sets the server's connector ID. |
void |
setIgnoreSslErrors(boolean toSet)
Sets a value indicating whether or not to ignore SSL errors. |
void |
setPort(int toSet)
Sets the server port. |
void |
setUseSsl(boolean toSet)
Sets a value indicating whether or not to use SSL. |
| Methods inherited from interface com.hyper9.vangaea.types.beans.admin.AdminBean |
|---|
getConnection, isDeleted, isDirty |
| Methods inherited from interface com.hyper9.common.beans.UniqueBean |
|---|
getID, setID |
| Methods inherited from interface com.hyper9.common.beans.Bean |
|---|
toString, toString, toString, toString |
| Method Detail |
|---|
java.lang.String getAddress()
void setAddress(java.lang.String toSet)
toSet - The server address.int getPort()
void setPort(int toSet)
toSet - The server port.boolean getUseSsl()
void setUseSsl(boolean toSet)
toSet - A value indicating whether or not to use SSL.boolean getIgnoreSslErrors()
void setIgnoreSslErrors(boolean toSet)
toSet - A value indicating whether or not to ignore SSL errors.int getConnectorID()
void setConnectorID(int toSet)
toSet - The server's connector ID.void setAlias(java.lang.String toSet)
toSet - The server alias.java.lang.String getAlias()
ConnectorTypeBean getConnector(UserBean user,
java.lang.String key)
throws java.lang.Exception
user - The user to get the connector for.key - The user's decryption key.
java.lang.Exception - When an error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||