org.rhq.core.domain.install.remote
Class RemoteAccessInfo
java.lang.Object
org.rhq.core.domain.install.remote.RemoteAccessInfo
- All Implemented Interfaces:
- Serializable
public class RemoteAccessInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteAccessInfo
public RemoteAccessInfo(String host,
String user,
byte[] key)
RemoteAccessInfo
public RemoteAccessInfo(String host,
String user,
String password)
RemoteAccessInfo
public RemoteAccessInfo(String host,
int port,
String user,
String password)
RemoteAccessInfo
public RemoteAccessInfo()
getHost
public String getHost()
setHost
public void setHost(String host)
getPort
public int getPort()
setPort
public void setPort(int port)
getUser
public String getUser()
setUser
public void setUser(String user)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getKey
public byte[] getKey()
setKey
public void setKey(byte[] key)
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.