Thread Event class (or in other terminology, ThreadCondition)
Public Methods
-
ThreadEvent() throw(ThreadingExceptions::NoResources, ThreadingExceptions::InternalError)
-
~ThreadEvent() throw(ThreadingExceptions::ResourceBusy, ThreadingExceptions::InternalError)
-
void wait() throw(ThreadingExceptions::PossibleDeadlock, ThreadingExceptions::InternalError)
-
void wait(long timeout) throw(ThreadingExceptions::PossibleDeadlock, ThreadingExceptions::InternalError)
-
void notify() throw()
-
void notifyAll() throw()
Documentation
Thread Event class
(or in other terminology, ThreadCondition)
ThreadEvent() throw(ThreadingExceptions::NoResources, ThreadingExceptions::InternalError)
~ThreadEvent() throw(ThreadingExceptions::ResourceBusy, ThreadingExceptions::InternalError)
void wait() throw(ThreadingExceptions::PossibleDeadlock, ThreadingExceptions::InternalError)
void wait(long timeout) throw(ThreadingExceptions::PossibleDeadlock, ThreadingExceptions::InternalError)
void notify() throw()
void 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++.