public interface ICDISuspend
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSuspended()
Returns whether this target/thread is currently suspended.
|
void |
suspend()
Causes this target/thread to suspend its execution.
|
void suspend()
throws CDIException
CDIException - if this method fails. Reasons include:boolean isSuspended()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.