com.ibm.pim.job
Interface Executable


public interface Executable

This interface defines methods for job executable.

Since:
6.0.0

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

getType

Executable.Type getType()
Gets job executable type.

Returns:
one of the pre-defined job types in Job.Type
Throws:
java.lang.UnsupportedOperationException - If an executable type does not match any of the internal types.

getName

java.lang.String getName()
Gets the description of the executable.

Returns:
the description text.
Throws:
PIMInternalException - If an internal error occurs.