| 
Oracle Data Mining Java API Reference 10g Release 1 (10.1) B12276-01  | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.dmt.odm.task.MiningTaskStatus
An instance of MiningTaskStatus provides the following details on the state of a tasks execution:
MiningTaskState enumerationA given task may have multiple MiningTaskStatus instances that provide a status history for the task .
| Constructor Summary | |
MiningTaskStatus(MiningTaskState state, java.sql.Timestamp timeStamp, java.lang.String stateDescription)Creates a MiningTaskStatus instance with the specified MiningTaskState, state entry time stamp, and description. | |
| Method Summary | |
 java.lang.String | 
getStateDescription()Returns the description for the task state.  | 
 MiningTaskState | 
getTaskState()Returns the mining task state enumeration.  | 
 java.sql.Timestamp | 
getTimestamp()Returns the timestamp for the MiningTaskStatus instance. | 
 java.lang.String | 
toString()Converts object to a string representation.  | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public MiningTaskStatus(MiningTaskState state,
                        java.sql.Timestamp timeStamp,
                        java.lang.String stateDescription)
MiningTaskStatus instance with the specified MiningTaskState, state entry time stamp, and description.state - - MiningTaskStatetimeStamp - - state entry time stampstateDescription - - state description| Method Detail | 
public MiningTaskState getTaskState()
public java.sql.Timestamp getTimestamp()
MiningTaskStatus instance.public java.lang.String getStateDescription()
public java.lang.String toString()
toString in class java.lang.Object 
  | 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||