BBjJettyContextController::stop

Description

In BBj 17.0 and higher, this method stops context associatd to this BBjJettyContextController.

Syntax

Return Value

Method

void

stop()

Parameters

None.

Return Value

None.

Remarks

None.

Example

declare BBjAPI api!
declare BBjAdmin admin!
declare BBjJettyServer server!
declare BBjJettyContextController root!
api! = BBjAPI()

admin! = api!.getAdmin("admin","admin123")
server! = admin!.getJettyServer()
root! = server!.getContext("root")
root!.stop()

See Also

BBjAdmin

BBjJettyContextController

BBjJettyServer

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