| java.lang.Object org.continuent.sequoia.controller.backup.DumpTransferInfo
DumpTransferInfo | public class DumpTransferInfo implements Serializable(Code) | | DumpTransferInfo is used to store the necessary information for the client
backuper to fetch a dump from server backuper.
author: Olivier Fambon version: 1.0 |
Method Summary | |
public SocketAddress | getBackuperServerAddress() Returns the Backuper server address that clients should use to fetch a
dump. | public long | getSessionKey() Returns a SessionKey to be used as authentication token by the client when
fetching a dump. |
getBackuperServerAddress | public SocketAddress getBackuperServerAddress()(Code) | | Returns the Backuper server address that clients should use to fetch a
dump. The Backuper server at this address will ask for the session key.
the Backuper server address. |
getSessionKey | public long getSessionKey()(Code) | | Returns a SessionKey to be used as authentication token by the client when
fetching a dump.
a SessionKey to be used as authentication token. |
|
|