|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOStatus
This interface represents the ability to detect whether any asset represented by an object or its children is in use on the home network and hence the object should not be deleted.
ContentResource and ContentEntry objects representing local assets on a server SHALL implement IOStatus.
| Method Summary | |
|---|---|
boolean |
isInUse()
Returns an indication of whether any asset within this object is in use on the home network. |
| Method Detail |
|---|
boolean isInUse()
For objects which logically contain other objects, recursively iterates through all logical children of this object. For ContentContainer objects, recurses through all ContentEntry objects they contain. For NetRecordingEntry objects, iterates through all RecordingContentItem objects they contain.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||