Cluster.waitForMessageFromLocalNamedPipe()

Signature

Object waitForMessageFromLocalNamedPipe(String pipeName, long timeoutMillis)

Domain

ACTION, CONDITION, QUERY

Description

Retrieve a message if one is available on the pipe. If not, then the call blocks until a message is available for the duration specified. If there is no message even after the specified timeout, then the method returns null.

Parameters

NameTypeDescription
pipeNameStringName of the pipe
timeoutMillislongSpecified timeout in milliseconds

Returns

TypeDescription
Object

Cautions

none