com.eruces.teadmin.LocalAdmin
The LocalAdmin class is for the remote engine administration.
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.
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. |
void getKeyStatus(Vector vec)
Get local key status.
Parameters
| Parameter | Description |
|---|---|
vec | vector of raw T-tag(HiddenLink) values |
void setKeyStatus(Vector vec)
Set local key status.
Parameters
| Parameter | Description |
|---|---|
vec | vector of T-tags(HiddenLinks) |