Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
G
I
L
M
N
O
R
S
U
V
A
add(Map)
- Method in class com.wrq.vhi.sconfig.
VhiMvl
Add an entry to this MVL.
C
close()
- Method in interface com.wrq.vhi.sconfig.
IAADSConfiguration
Close a connection to an AADS server.
close()
- Method in interface com.wrq.vhi.sconfig.
IDomainAdminSession
Close a connection to a set of VHI servers in a domain.
close()
- Method in interface com.wrq.vhi.sconfig.
IServerAdminSession
Close a connection to a VHI server.
com.wrq.vhi.sconfig
- package com.wrq.vhi.sconfig
This is the com.wrq.vhi.sconfig package summary.
compareCertificate(SCCertificate, String)
- Method in interface com.wrq.vhi.sconfig.
IAADSConnection
Calculate a fingerprint for a certificate and compare it to a fingerprint string.
connect()
- Method in interface com.wrq.vhi.sconfig.
IAADSConnection
Make a connection to an AADS server for the potential purpose of obtaining a list of servers and/or domains.
D
deleteCertificate(String)
- Method in interface com.wrq.vhi.sconfig.
IAADSConnection
Remove a certificate from our local keystore map.
disconnect()
- Method in interface com.wrq.vhi.sconfig.
IAADSConnection
disconnect from the AADS server, if we are connected.
G
get(int)
- Method in class com.wrq.vhi.sconfig.
VhiMvl
Get a model variable list entry.
getAADSName()
- Method in interface com.wrq.vhi.sconfig.
IAADSConnection
Get the name of the AADS for this instance.
getAADSName()
- Method in class com.wrq.vhi.sconfig.
SCCertificate
getCert()
- Method in class com.wrq.vhi.sconfig.
SCCertificate
getCertificate(String)
- Method in interface com.wrq.vhi.sconfig.
IAADSConnection
Get a certificate from our local keystore map.
getCertificateFromAADS(String)
- Method in interface com.wrq.vhi.sconfig.
IAADSConnection
Obtain a current certificate directly from an AADS.
getConfigurationLock()
- Method in interface com.wrq.vhi.sconfig.
IMvlBrowser
Obtain the configuration lock from a VHI server or domain.
getDomainNames()
- Method in interface com.wrq.vhi.sconfig.
IAADSConfiguration
Get a list of domains from an AADS.
getFingerprint()
- Method in class com.wrq.vhi.sconfig.
SCCertificate
getHostName()
- Method in class com.wrq.vhi.sconfig.
Model
Get the host name for this model.
getHostName()
- Method in class com.wrq.vhi.sconfig.
SessionPool
Get the host name for the model this session pool is based on.
getHostPort()
- Method in class com.wrq.vhi.sconfig.
Model
Get the host TCP port for this model.
getHostPort()
- Method in class com.wrq.vhi.sconfig.
SessionPool
Get the host TCP port for the model this session pool is based on.
getID()
- Method in class com.wrq.vhi.sconfig.
SCStatus
Get the ID for this error event.
getMaxPoolCount()
- Method in class com.wrq.vhi.sconfig.
SessionPool
Get the maximum session count for this pool.
getMessage()
- Method in class com.wrq.vhi.sconfig.
SCStatus
Get the error message text.
getMinPoolCount()
- Method in class com.wrq.vhi.sconfig.
SessionPool
Get the minimum session count for this pool.
getModel(String)
- Method in interface com.wrq.vhi.sconfig.
IModelBrowser
Return information about a specific model.
getModelName()
- Method in class com.wrq.vhi.sconfig.
Model
Get the name of this model.
getModelName()
- Method in class com.wrq.vhi.sconfig.
SessionPool
Get the name of the model this session pool is based on.
getModelNames()
- Method in interface com.wrq.vhi.sconfig.
IModelBrowser
Return a list of the names of models deployed to a VHI server, obtained from a call to the readConfiguration() method.
getMvl(String)
- Method in interface com.wrq.vhi.sconfig.
IMvlBrowser
Obtain a copy of a model variable list by name.
getMVLName()
- Method in class com.wrq.vhi.sconfig.
VhiMvl
Get the name of this MVL.
getMvlNames()
- Method in interface com.wrq.vhi.sconfig.
IMvlBrowser
Return a list of model variable name strings obtained by a call to the readConfiguration() method.
getName()
- Method in class com.wrq.vhi.sconfig.
ServerListItem
getOperationName()
- Method in class com.wrq.vhi.sconfig.
SCStatus
Obtain the concise name of the operation that failed.
getServerName()
- Method in class com.wrq.vhi.sconfig.
SCStatus
Get the server or domain name for which this error has been reported.
getServerNames()
- Method in interface com.wrq.vhi.sconfig.
IAADSConfiguration
Get a list of servers from an AADS.
getServerNamesInDomain(String)
- Method in interface com.wrq.vhi.sconfig.
IAADSConfiguration
Get a list of servers for a given domain, from an AADS.
getSessionPool(String)
- Method in interface com.wrq.vhi.sconfig.
ISessionPoolBrowser
Return information about a specific session pool.
getSessionPoolName()
- Method in class com.wrq.vhi.sconfig.
SessionPool
Get the name of this session pool.
getSessionPoolNames()
- Method in interface com.wrq.vhi.sconfig.
ISessionPoolBrowser
Return a list of the names of session pools defined on a VHI server, obtained from a call to the readConfiguration() method.
getStartupEntityName()
- Method in class com.wrq.vhi.sconfig.
SessionPool
Get the name of the startup entity for the model this session pool is based on.
getValidationString()
- Method in class com.wrq.vhi.sconfig.
Model
Deprecated.
getVariableNames()
- Method in class com.wrq.vhi.sconfig.
VhiMvl
Obtain a list of the variable names associated with this MVL.
getVersion()
- Method in class com.wrq.vhi.sconfig.
Model
Get the Version of this model.
I
IAADSConfiguration
- Interface in
com.wrq.vhi.sconfig
Interface class for obtaining lists of VHI servers and domains from an AADS.
IAADSConnection
- Interface in
com.wrq.vhi.sconfig
Interface class for connecting to a VHI AADS and for managing certificates.
IDomainAdminSession
- Interface in
com.wrq.vhi.sconfig
Interface class for configuring VHI servers in a domain.
IModelBrowser
- Interface in
com.wrq.vhi.sconfig
Interface class for obtaining information about models deployed to a VHI server.
IMvlBrowser
- Interface in
com.wrq.vhi.sconfig
Interface class for working with model variable lists from a VHI Server.
IServerAdminSession
- Interface in
com.wrq.vhi.sconfig
Interface class for working with a VHI server.
ISessionPoolBrowser
- Interface in
com.wrq.vhi.sconfig
Interface class for obtaining information about session pools defined on a VHI server.
L
loadKeystore(String)
- Method in interface com.wrq.vhi.sconfig.
IAADSConnection
Read our AADS keystore map from a local disk file.
M
Model
- Class in
com.wrq.vhi.sconfig
Container class for accessing information about a VHI model.
Model(String, String, int, String, String)
- Constructor for class com.wrq.vhi.sconfig.
Model
Constructor
N
newAADSConfiguration()
- Static method in class com.wrq.vhi.sconfig.
ServerConfig
Create an IAADSConfiguration instance.
newAADSConfiguration(IAADSConnection)
- Static method in class com.wrq.vhi.sconfig.
ServerConfig
Create an IAADSConfiguration instance.
newAADSConnection()
- Static method in class com.wrq.vhi.sconfig.
ServerConfig
Create an IAADSConnection instance.
newAADSConnection(String)
- Static method in class com.wrq.vhi.sconfig.
ServerConfig
Create an IAADSConnection instance.
newAADSConnection(String, String)
- Static method in class com.wrq.vhi.sconfig.
ServerConfig
Create an IAADSConnection instance.
newDomainAdminSession()
- Static method in class com.wrq.vhi.sconfig.
ServerConfig
Create an IDomainAdminSession instance for a VHI domain.
newDomainAdminSession(String, IAADSConnection, String, String)
- Static method in class com.wrq.vhi.sconfig.
ServerConfig
Create an IDomainAdminSession instance for a VHI domain
newModelBrowser(IServerAdminSession)
- Static method in class com.wrq.vhi.sconfig.
ServerConfig
Create an IModelBrowser instance.
newModelBrowser(IDomainAdminSession)
- Static method in class com.wrq.vhi.sconfig.
ServerConfig
Create an IModelBrowser instance.
newMvlBrowser(IServerAdminSession)
- Static method in class com.wrq.vhi.sconfig.
ServerConfig
Create an IMvlBrowser instance.
newMvlBrowser(IDomainAdminSession)
- Static method in class com.wrq.vhi.sconfig.
ServerConfig
Create an IMvlBrowser instance.
newServerAdminSession()
- Static method in class com.wrq.vhi.sconfig.
ServerConfig
Create an IServerAdminSession instance for a VHI server.
newServerAdminSession(String, IAADSConnection, String, String)
- Static method in class com.wrq.vhi.sconfig.
ServerConfig
Create an IServerAdminSession instance for a VHI server.
newSessionPoolBrowser(IServerAdminSession)
- Static method in class com.wrq.vhi.sconfig.
ServerConfig
Create an ISessionPoolBrowser instance.
newSessionPoolBrowser(IDomainAdminSession)
- Static method in class com.wrq.vhi.sconfig.
ServerConfig
Create an ISessionPoolBrowser instance.
O
open()
- Method in interface com.wrq.vhi.sconfig.
IAADSConfiguration
Open a connection to an AADS server.
open()
- Method in interface com.wrq.vhi.sconfig.
IDomainAdminSession
Open a connection to a set of VHI servers in a domain, for the purpose of reading or updating model variable lists.
open()
- Method in interface com.wrq.vhi.sconfig.
IServerAdminSession
Open a connection to a VHI server for the purpose of reading or updating model variable lists.
R
readConfiguration()
- Method in interface com.wrq.vhi.sconfig.
IModelBrowser
Read model information from a VHI server.
readConfiguration()
- Method in interface com.wrq.vhi.sconfig.
IMvlBrowser
Read model variable lists from a VHI server.
readConfiguration()
- Method in interface com.wrq.vhi.sconfig.
ISessionPoolBrowser
Read session pool information from a VHI server.
releaseConfigurationLock()
- Method in interface com.wrq.vhi.sconfig.
IMvlBrowser
Release the configuration lock from a VHI server or domain.
remove(Map)
- Method in class com.wrq.vhi.sconfig.
VhiMvl
Remove an entry from this MVL.
remove(int)
- Method in class com.wrq.vhi.sconfig.
VhiMvl
Remove an entry from this MVL.
running()
- Method in class com.wrq.vhi.sconfig.
ServerListItem
S
saveKeystore(String)
- Method in interface com.wrq.vhi.sconfig.
IAADSConnection
Write our AADS keystore map to a local disk file.
SCCertificate
- Class in
com.wrq.vhi.sconfig
Container class for X509 certificates.
SCCertificate(String, byte[], String)
- Constructor for class com.wrq.vhi.sconfig.
SCCertificate
Constructor
SCException
- Exception in
com.wrq.vhi.sconfig
The SCException class provides information on errors that occur during the use of the model variable update utility.
SCException(String)
- Constructor for exception com.wrq.vhi.sconfig.
SCException
Creates an SCException with an error description string.
SCException(List)
- Static method in class com.wrq.vhi.sconfig.
ServerConfig
Format error message text and throw an SCException if there are errors reported.
SCStatus
- Class in
com.wrq.vhi.sconfig
Container class for error events.
ServerConfig
- Class in
com.wrq.vhi.sconfig
Collection of factory methods for creating various interfaces.
ServerConfig()
- Constructor for class com.wrq.vhi.sconfig.
ServerConfig
ServerListItem
- Class in
com.wrq.vhi.sconfig
Container object for server name and running status.
ServerListItem(String, boolean)
- Constructor for class com.wrq.vhi.sconfig.
ServerListItem
Constructor
SessionPool
- Class in
com.wrq.vhi.sconfig
Container class for accessing information about session pools defined on a VHI server.
SessionPool(String, int, int, String, String, String, int)
- Constructor for class com.wrq.vhi.sconfig.
SessionPool
Constructor
set(int, Map)
- Method in class com.wrq.vhi.sconfig.
VhiMvl
Update a model variable list entry.
setConnection(IAADSConnection)
- Method in interface com.wrq.vhi.sconfig.
IAADSConfiguration
Change our reference to an IAADSConnection interface.
setConnection(IAADSConnection)
- Method in interface com.wrq.vhi.sconfig.
IDomainAdminSession
Update our reference to an IAADSConnection instance.
setConnection(IAADSConnection)
- Method in interface com.wrq.vhi.sconfig.
IServerAdminSession
Update our reference to an IAADSConnection instance.
setDomainName(String)
- Method in interface com.wrq.vhi.sconfig.
IDomainAdminSession
Set the VHI domain name.
setMvl(VhiMvl)
- Method in interface com.wrq.vhi.sconfig.
IMvlBrowser
Update the contents of an existing model variable list.
setPassword(String)
- Method in interface com.wrq.vhi.sconfig.
IDomainAdminSession
Update the password used for authentication.
setPassword(String)
- Method in interface com.wrq.vhi.sconfig.
IServerAdminSession
Update the password used for authentication.
setServerName(String)
- Method in interface com.wrq.vhi.sconfig.
IServerAdminSession
Set the VHI server name.
setUsername(String)
- Method in interface com.wrq.vhi.sconfig.
IDomainAdminSession
Update the username used for authentication.
setUsername(String)
- Method in interface com.wrq.vhi.sconfig.
IServerAdminSession
Update the username used for authentication.
size()
- Method in class com.wrq.vhi.sconfig.
VhiMvl
Obtain the number of entries in this MVL.
storeCertificate(SCCertificate)
- Method in interface com.wrq.vhi.sconfig.
IAADSConnection
Add an AADS certificate to our local keystore map.
U
updateConfiguration()
- Method in interface com.wrq.vhi.sconfig.
IMvlBrowser
Update the model variable lists on a VHI server.
V
VhiMvl
- Class in
com.wrq.vhi.sconfig
Class for working with an individual model variable list.
VhiMvl(String, ArrayList, ArrayList)
- Constructor for class com.wrq.vhi.sconfig.
VhiMvl
Constructor
VhiMvl(VhiMvl)
- Constructor for class com.wrq.vhi.sconfig.
VhiMvl
Copy constructor
A
C
D
G
I
L
M
N
O
R
S
U
V
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes