com.eruces.teadmin.LocalAdmin
The LocalAdmin class is for the remote engine administration.
Since: 3.1
© Pi Soft, 2018-2026 · Tricryption Engine 8.1
Inheritance
- Inherits com.eruces.teagent.IConnection
Public Member Functions
| Member | Description |
|---|---|
LocalAdmin() | The LocalAdmin constructor is the default class constructor. |
void goOnLine() | The goOnLine method is used to make the remote engine go on-line. |
void goOffLine(int keynum[]) | The goOffLine method is used to make the remote engine go off-line. |
void getKeyStatus(Vector vec) | Get local key status. |
void setKeyStatus(Vector vec) | Set local key status. |
Member Function Documentation
LocalAdmin()
The LocalAdmin constructor is the default class constructor.
void goOnLine()
The goOnLine method is used to make the remote engine go on-line.
Exceptions
| Exception | Description |
|---|---|
TEAgentException | if the request cannot be completed on the connection, or the Key Service returns an error for it (delivered as a TEServerException). |
void goOffLine(int keynum[])
The goOffLine method is used to make the remote engine go off-line.
Parameters
| Parameter | Description |
|---|---|
keynum | An integer representing the number of keys needs to be checked out. |
Exceptions
| Exception | Description |
|---|---|
TEAgentException | if the request cannot be completed on the connection, or the Key Service returns an error for it (delivered as a TEServerException). |
void getKeyStatus(Vector vec)
Get local key status.
Parameters
| Parameter | Description |
|---|---|
vec | vector of raw T-tag(HiddenLink) values |
Exceptions
| Exception | Description |
|---|---|
TEAgentException | if the request cannot be completed on the connection, or the Key Service returns an error for it (delivered as a TEServerException). |
void setKeyStatus(Vector vec)
Set local key status.
Parameters
| Parameter | Description |
|---|---|
vec | vector of T-tags(HiddenLinks) |
Exceptions
| Exception | Description |
|---|---|
TEAgentException | if the request cannot be completed on the connection, or the Key Service returns an error for it (delivered as a TEServerException). |