Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47891-01

Runnable Class Reference

#include <coherence/lang/Runnable.hpp>

Inherits Object.

Inherited by Thread [virtual], and Invocable [virtual].

List of all members.


Detailed Description

Interface implemented by any class whose instances are intended to be executed by a thread.

Author:
mf 2007.12.10

Public Types

typedef spec::Handle Handle
 Runnable Handle definition.
typedef spec::View View
 Runnable View definition.
typedef spec::Holder Holder
 Runnable Holder definition.

Public Member Functions

virtual void run ()=0
 Invoke the Runnable.

The documentation for this class was generated from the following file:
Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.