Transaction API

Monitor

List of Classes

TransactionController

AjaxResponse

AnalyticDataViewFilter

Archive

ArchiveManager

AreaChart

Attachment

AudioFile

BarChart

BillingEngine

BillingEvent

Browser

Buffer

BusinessUtil

CacheManager

Cell

CellFilter

Chart

ChartSharedSettings

ChartTool

Chunk

CommonPacket

ConsoleManager

ConsolePacket

ConsoleResponse

Cube

Data

DataList

DataListFilter

DataReader

DataRecord

DataSet

DataSetRecord

DataSetResult

DataView

DataViewBuilder

DataViewCriteria

DataViewFilter

DataViewList

DataViewRecord

DatasetFile

DateUtil

DisplaySettings

Document

DocumentFile

DownloadResponse

Email

EncryptionUtil

Enterprise

EnterpriseInfo

ExcelFile

File

FileBuffer

Formatter

Fragment

FtpRequest

GeoUtil

GroupConcat

ImageFile

Inspector

Installer

InstallerPal

JSONBuffer

JSONParser

Job

JobManager

LineChart

LockManager

Logger

MailBox

MailBoxList

MailMessage

MailResponse

Message

MessageManager

Modules

Monitor

PWA

Packet

PacketDataList

PacketDataRecord

Page

PagingInfo

Pal

PalActivationKeyInfo

PalInfo

Payload

PdfFile

PieChart

Profile

ProfileInfo

ProfilePacket

ProfilePalManager

ProfileTxManager

QRUtil

Render

Request

Role

RuntimePal

SSOToken

SafeBox

ScatterPlotChart

ServiceRequest

ServiceResponse

ShellPal

ShellPalManager

SignSettings

SiteBuilder

Slice

SmartDoc

SmartDocManager

Socket

SocketResponse

StorageProvider

StorageProviderDataList

StoredObject

SystemDataView

SystemDataViewFilter

Tag

TagFilter

TagManager

TextEmail

TextMessage

TiffBuilder

TransactionPacket

TransactionUtil

Tunnel

TunnelResult

UnknownFile

Upload

User

VCardFile

Validator

ValidityCheck

Wizard

WorkflowResponse

XMLReader

ZoneAccess

Method Summary
int getMaxTimeout()

Returns the maximum allowed timeout set by the activation key.

int getRemainingTime()

Returns the approximate remaining time in seconds.

int getTimeout()

Returns the timeout setting.

boolean isTimeRemaining(int seconds)

Returns true if the timeout remaining exceeds the buffer (seconds).

int setMaxTimeout()

Sets the timeout to maximum allowed and returns it

  setQueryTimeout(int timeout)

Sets the global timeout for the dataset queries. Anything longer than this time will trigger a subscription notice. Minimum is 2 seconds and maximum is 10 seconds.

  setTimeout(int timeout)

Sets the timeout for the monitor in seconds. Default and minimum is 10. Maximum is determined by the activation key. This method is called only once per workflow cycle. Subsequent calls are ignored.

String toString()

Returns a description of this object.

Method Detail


int getMaxTimeout()

Returns the maximum allowed timeout set by the activation key.

Returns:  int

Since: 01-04-2010

top

int getRemainingTime()

Returns the approximate remaining time in seconds.

Returns:  int

Since: 01-04-2010

top

int getTimeout()

Returns the timeout setting.

Returns:  int

Since: 01-04-2010

top

boolean isTimeRemaining(int seconds)

Returns true if the timeout remaining exceeds the buffer (seconds).

Parameters:

  • int   seconds

Returns:  boolean

Since: 01-04-2010

top

int setMaxTimeout()

Sets the timeout to maximum allowed and returns it

Returns:  int

Since: 11-07-2018

top

setQueryTimeout(int timeout)

Sets the global timeout for the dataset queries. Anything longer than this time will trigger a subscription notice. Minimum is 2 seconds and maximum is 10 seconds.

Parameters:

  • int   timeout

Since: 11-07-2018

top

setTimeout(int timeout)

Sets the timeout for the monitor in seconds. Default and minimum is 10. Maximum is determined by the activation key. This method is called only once per workflow cycle. Subsequent calls are ignored.

Parameters:

  • int   timeout

Since: 01-04-2010

top

String toString()

Returns a description of this object.

Returns:  String

Since: 01-04-2010

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: May 01, 2024 05:15 AM