BBjAPI::getInterpreterServer

Description

In BBj 4.0 and higher, this method returns a BBjInterpreterServer.

Syntax

Return Value

Method

BBjInterpreterServer

getInterpreterServer()

Parameters

None.

Return Value

Returns the BBjInterpreterServer.

Remarks

None.

Example

rem 'get BBjInterpeterServer Object

myIS! = BBjAPI().getInterpreterServer()

rem 'print out information about the InterpreterServer
PRINT myIS!

See Also

BBjAPI

Object Variables

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