final class ExecutableExecuteable
extends java.lang.Object
implements org.apache.excalibur.thread.Executable
Executable object in
an Executable object.| Modifier and Type | Field and Description |
|---|---|
private org.apache.avalon.framework.activity.Executable |
m_executable |
| Modifier | Constructor and Description |
|---|---|
protected |
ExecutableExecuteable(org.apache.avalon.framework.activity.Executable executable)
Create adapter using specified executable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute the underlying
Executable object. |