|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.excalibur.thread.impl.ExecutableExecuteable
final class ExecutableExecuteable
Class to adapt a Executable
object in
an Executable
object.
Field Summary | |
---|---|
private org.apache.avalon.framework.activity.Executable |
m_executable
|
Constructor Summary | |
---|---|
protected |
ExecutableExecuteable(org.apache.avalon.framework.activity.Executable executable)
Create adapter using specified executable. |
Method Summary | |
---|---|
void |
execute()
Execute the underlying Executable object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.apache.avalon.framework.activity.Executable m_executable
Constructor Detail |
---|
protected ExecutableExecuteable(org.apache.avalon.framework.activity.Executable executable)
executable
- the executable to adapt toMethod Detail |
---|
public void execute() throws java.lang.Exception
Executable
object.
execute
in interface org.apache.excalibur.thread.Executable
java.lang.Exception
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |