Interface | Description |
---|---|
VistaLinkRequestRetryStrategy |
Base strategy interface for determining if request should be re-executed
|
VistaLinkRequestVO |
Base request interface
|
Class | Description |
---|---|
VistaLinkRequestRetryStrategyAllow |
Simple 'Allow' strategy implementation that indicates request should be re-executed
|
VistaLinkRequestRetryStrategyDeny |
Simple 'Deny' strategy implementation that indicates request should not be re-executed
|
VistaLinkRequestVOImpl |
Base request implementation.
|
Exception | Description |
---|---|
LoginsDisabledFaultException |
This exception represents the case where the M side has logins disabled; this
is when the site sets the parameter to not allow any logins.
|
NoJobSlotsAvailableFaultException |
This exception represents the case where on the M side
there are no license slots available to start another process.
|
VistaLinkFaultException |
Exception encapsulates Fault information coming from M side.
|
VistALink v1.6a