|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Executable
This interface defines methods for job executable.
Nested Class Summary | |
---|---|
static class |
Executable.Type
This is an enum type for job executable. |
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the description of the executable. |
Executable.Type |
getType()
Gets job executable type. |
Method Detail |
---|
Executable.Type getType()
java.lang.UnsupportedOperationException
- If an executable type does not match any of the internal
types.java.lang.String getName()
PIMInternalException
- If an internal error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |