| Interface | Description |
|---|---|
| Connection |
This simple object shows how to set up a SPBM connection.
|
| Class | Description |
|---|---|
| BasicConnection |
This is the basic connection implementation that establishes an authenticated
session with the STS Service, VC Service, and SPBM service in that order
SPBM utilizes the per-authenticated http session cookie from the vCenter
server for its authentication.
|
| ConnectedServiceBase |
An abstract base class, extend this class if your common needs to open a
connection to the virtual center server before it can do anything useful.
|
| KeepAlive |
This is a keep-alive utility class.
|
| VcSessionHandler |
Handler class to add the vcSessionCookie element inside the soap header
|
| Exception | Description |
|---|---|
| ConnectionException |
ConnectionException is the base exception thrown by connection classes,
making this a runtime exception means that catching it is optional preventing
clutter, basing all connection related exceptions on this class means that
you may decide to catch ConnectionException to deal with any issues
underneath the connection infrastructure.
|
| ConnectionMalformedUrlException |