uaf_list_service_operations

Returns information about operations available from a particular service. The valid service identifiers are listed in Table C-4, though this table is dynamic. Table C-6 uses the identifier RemoteShellService from Table C-4.

Argument – Service ID

Table C-3: Columns returned

Column name

Returned datatype

Operation

string

Description

string

ReturnType

java.lang.Boolean

Table C-4: Sample output from uaf_list_service_operations RemoteShellService

Operation

Description

ReturnType

start

Starts the service

void

stop

Stops the service

void

restart

Restarts the service

void

saveArl

Saves Access Requirement List

void

saveConfig

Saves the configuration settings of the service

void

incrementReferenceCount

Increases the reference count by 1

void

decrementReferenceCount

Decreases the reference count by 1

void

executeWait

Executes a command asynchronously; that is, the control flow immediately reverts back to before the calling process

com.sybase.ua.util.ProcessInfo