Skip to main content

com.eruces.teadmin.LocalAdmin

The LocalAdmin class is for the remote engine administration.

Inheritance

Public Member Functions

MemberDescription
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

ParameterDescription
keynumAn integer representing the number of keys needs to be checked out.

void getKeyStatus(Vector vec)

Get local key status.

Parameters

ParameterDescription
vecvector of raw T-tag(HiddenLink) values

void setKeyStatus(Vector vec)

Set local key status.

Parameters

ParameterDescription
vecvector of T-tags(HiddenLinks)