|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ocap.shared.dvr.DeletionDetails
public class DeletionDetails
This class contains details about the deletion of
a recorded service. Instances of this class are constructed by
the implementation and returned to applications from the method
getDeletionDetails
method.
Field Summary | |
---|---|
static int |
EXPIRED
Reason code : The recorded service was deleted by the implementation because the recording request has expired. |
static int |
USER_DELETED
Reason code : The recorded service was explicitly deleted by the application. |
Constructor Summary | |
---|---|
DeletionDetails(int reason,
java.util.Date date)
Constructs a DeletionDetails |
Method Summary | |
---|---|
java.util.Date |
getDeletionTime()
Gets the date and time when the recorded service was deleted. |
int |
getReason()
Reports the reason for why the recorded service was deleted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int EXPIRED
public static final int USER_DELETED
Constructor Detail |
---|
public DeletionDetails(int reason, java.util.Date date)
reason
- the reason why the recorded service was deleteddate
- the date and time the recorded service was deletedMethod Detail |
---|
public int getReason()
public java.util.Date getDeletionTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |