|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.deployment.client.ServerConnectionIdentifier
public class ServerConnectionIdentifier
This class defines all necessary information to connect to a particular application server deployment backend.
| Constructor Summary | |
|---|---|
ServerConnectionIdentifier()
Creates a new instance of ServerConnectionIdentifier |
|
ServerConnectionIdentifier(String hostName,
int hostPort,
String userName,
String password,
boolean secure)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
|
ServerConnectionEnvironment |
getConnectionEnvironment()
|
String |
getHostName()
Getter for property hostName. |
int |
getHostPort()
Getter for property hostPort. |
String |
getPassword()
Getter for property password. |
String |
getProtocol()
Getter for property protocol. |
String |
getUserName()
Getter for property userName. |
int |
hashCode()
|
boolean |
isSecure()
|
void |
setConnectionEnvironment(ServerConnectionEnvironment env)
|
void |
setHostName(String hostName)
Setter for property hostName. |
void |
setHostPort(int hostPort)
Setter for property hostPort. |
void |
setPassword(String password)
Setter for property password. |
void |
setSecure(boolean secure)
|
void |
setUserName(String userName)
Setter for property userName. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServerConnectionIdentifier()
public ServerConnectionIdentifier(String hostName,
int hostPort,
String userName,
String password,
boolean secure)
| Method Detail |
|---|
public String getHostName()
public void setHostName(String hostName)
hostName - New value of property hostName.public int getHostPort()
public void setHostPort(int hostPort)
hostPort - New value of property hostPort.public String getUserName()
public void setUserName(String userName)
userName - New value of property userName.public String getPassword()
public void setPassword(String password)
password - New value of property password.public void setSecure(boolean secure)
public boolean isSecure()
public ServerConnectionEnvironment getConnectionEnvironment()
public void setConnectionEnvironment(ServerConnectionEnvironment env)
public String getProtocol()
public boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||