public interface IOStatus
ContentResource and ContentEntry objects representing local assets on a server SHALL implement IOStatus.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInUse()
Returns an indication of whether any asset within this object
is in use on the home network.
|
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.
Copyright © 2012. All Rights Reserved.