public interface IDomainAdminSession
Modifier and Type | Method and Description |
---|---|
void |
close()
Close a connection to a set of VHI servers in a domain.
|
java.util.List |
open()
Open a connection to a set of VHI servers in a domain, for the
purpose of reading or updating model variable lists.
|
void |
setConnection(IAADSConnection aadsConn)
Update our reference to an IAADSConnection instance.
|
void |
setDomainName(java.lang.String name)
Set the VHI domain name.
|
void |
setPassword(java.lang.String password)
Update the password used for authentication.
|
void |
setUsername(java.lang.String username)
Update the username used for authentication.
|
void setConnection(IAADSConnection aadsConn)
aadsConn
- Reference to an instance of an IAADSConnectionjava.lang.IllegalArgumentException
- if argument is null.void setDomainName(java.lang.String name)
name
- Name of VHI domain.java.lang.IllegalArgumentException
- if argument is null.void setUsername(java.lang.String username)
username
- Username for authenticationvoid setPassword(java.lang.String password)
password
- Password for authenticationjava.util.List open()
void close()