|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public boolean hasContents(ISystemContentsType contentsType)
contentsType - type of contents
true if the object has contents, false otherwise.public Object[] getContents(ISystemContentsType contentsType)
contentsType - type of contents
public boolean isStale()
public void markStale(boolean isStale)
isStale - whether the object is to be marked stale or not
public void 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.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||