NAME

BuildForge::Services::DBO::Engine


SYNOPSIS

        use BuildForge::Services;
        $conn = new BuildForge::Services::Connection($hostname);
        $token = $conn->authUser($user, $pass);
        
        # Pausing / resuming the engine.
        BuildForge::Services::DBO::Engine->pause($conn);
        BuildForge::Services::DBO::Engine->resume($conn);
        $conn->logout;
        $conn->close;


DESCRIPTION

Engine allows you to pause and resume the operation of the BuildForge engine.


METHODS

BuildForge::Services::DBO::Engine->pause(connection)

Pauses the operation of the BuildForge engine.

connection

A connected BuildForge::Services::Connection object.

BuildForge::Services::DBO::Engine->resume(connection)

Resumes the operation of the BuildForge engine.

connection

A connected BuildForge::Services::Connection object.


COPYRIGHT

Copyright (c)2006-2007 International Business Machines, Inc. All rights reserved.