|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAADSConfiguration
Interface class for obtaining lists of VHI servers and domains from an AADS. Use the ServerConfig.newAADSConfiguration() methods to create instances of this interface.
Method Summary | |
---|---|
void |
close()
Close a connection to an AADS server. |
java.util.List |
getDomainNames()
Get a list of domains from an AADS. |
java.util.List |
getServerNames()
Get a list of servers from an AADS. |
java.util.List |
getServerNamesInDomain(java.lang.String domainName)
Get a list of servers for a given domain, from an AADS. |
void |
open()
Open a connection to an AADS server. |
void |
setConnection(IAADSConnection aadsConn)
Change our reference to an IAADSConnection interface. |
Method Detail |
---|
void setConnection(IAADSConnection aadsConn)
aadsConn
- Reference to an instance of an IAADSConnection
java.lang.IllegalArgumentException
- if argument is null.void open() throws SCException
SCException
- if there is an error connecting
to the AADS Server.void close()
java.util.List getServerNames() throws SCException
SCException
- if there is an error obtaining
the list of servers from the AADS.java.util.List getServerNamesInDomain(java.lang.String domainName) throws SCException
domainName
- Name of the domain for which server list will be obtained.
SCException
- if there is an error obtaining
the list of server names from the AADS server.java.util.List getDomainNames() throws SCException
SCException
- if there is an error obtaining
the list of domain names from the AADS server.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |