class GradSoft::ThreadEvent

Thread Event class (or in other terminology, ThreadCondition)

Public Methods

[more] ThreadEvent() throw(ThreadingExceptions::NoResources, ThreadingExceptions::InternalError)
[more] ~ThreadEvent() throw(ThreadingExceptions::ResourceBusy, ThreadingExceptions::InternalError)
[more]void wait() throw(ThreadingExceptions::PossibleDeadlock, ThreadingExceptions::InternalError)
[more]void wait(long timeout) throw(ThreadingExceptions::PossibleDeadlock, ThreadingExceptions::InternalError)
[more]void notify() throw()
[more]void notifyAll() throw()


Documentation

Thread Event class (or in other terminology, ThreadCondition)
o ThreadEvent() throw(ThreadingExceptions::NoResources, ThreadingExceptions::InternalError)

o ~ThreadEvent() throw(ThreadingExceptions::ResourceBusy, ThreadingExceptions::InternalError)

ovoid wait() throw(ThreadingExceptions::PossibleDeadlock, ThreadingExceptions::InternalError)

ovoid wait(long timeout) throw(ThreadingExceptions::PossibleDeadlock, ThreadingExceptions::InternalError)

ovoid notify() throw()

ovoid notifyAll() throw()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.