BBjCommandLineObject::getApplicationUserName

Description

In BBj 4.0 and higher, this method returns the application username that the BBjCommandLineObject specifies.

Syntax

Return Value

Method

string

getApplicationUserName()

Parameters

None.

Return Value

Returns the application username specified by the BBjCommandLineObject.

Remarks

In a traditional BBj SCALL, this is specified as –n<user name>.

Example

rem 'get and set User

rem 'get CommandLine Object
myCMD! = BBjAPI().getConfig().getCurrentCommandLineObject()
myCmd!.setApplicationUserName("aShaddle")
PRINT myCMD!.getApplicationUserName()

See Also

BBjAPI

BBjConfig

BBjAPI::newBBjSession

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