|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemContainer
ISystemContainer is an interface implemented by objects that can contain remote resources.
Method Summary | |
---|---|
Object[] |
getContents(ISystemContentsType contentsType)
Returns all the contents of the object (combining results of all filters |
boolean |
hasContents(ISystemContentsType contentsType)
Returns whether the object has contents of a particular type. |
boolean |
isStale()
Indicates whether the cached object is stale |
void |
markStale(boolean isStale)
Marks the object as stale or not |
void |
markStale(boolean isStale,
boolean clearCache)
Marks the object as stale or not |
Method Detail |
---|
boolean hasContents(ISystemContentsType contentsType)
contentsType
- type of contents
true
if the object has contents, false
otherwise.Object[] getContents(ISystemContentsType contentsType)
contentsType
- type of contents
boolean isStale()
void markStale(boolean isStale)
isStale
- whether the object is to be marked stale or notvoid markStale(boolean isStale, boolean clearCache)
isStale
- whether the object is to be marked stale or notclearCache
- indicates whether or not to clear the cache
|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |