BBjInterpreterServer

Description

In BBj 4.0 and higher, the BBjInterpreterServer provides methods to execute on the server's machine in a thin client environment.

Creation

BBjAPI > BBjInterpreterServer 

BBjInterpreterServer may be obtained through the BBjAPI object method:

Return Value

Method

BBjInterpreterServer

getInterpreterServer()

Methods of BBjInterpreterServer

Return Value

Method

int

serverExec(string commandString)

int

serverExec(BBjVector commandLine)

string

getServerBBjVersion()

string

getServerBuildDate()

string

getServerIPAddress()

string

getServerJavaVersion()

string

getServerName()

string

getServerOSName()

string

getServerOSVersion()

Remarks

None.

Example

rem 'get BBjInterpeterServer Object

myIS! = BBjAPI().getInterpreterServer()

rem 'print out information about the InterpreterServer
PRINT myIS!

 

See Also

BBjAPI

BBj Object Variables

BBj Object Assignment

BBj Object Error Handling

BBj Object Operators

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.