|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wisc.trace.uch.resource.resourcesheetmanager.ResourceSheetManager
public class ResourceSheetManager
Handle all request for managing Atomic(Resource Sheet) Resources. Also Manage Resource Sheets and its resources.
| Constructor Summary | |
|---|---|
ResourceSheetManager(ResourceManager resourceManager)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addResourceDir(String tdUri)
Parse <ResDir> Element of Target Description and add it in the list of TargetDescriptions. |
void |
addToRresourceSheetPropList(Map<String,List<String>> resSheetProps)
Get required value from the specified resSheetProps and add a new entry of ResourceSheetProperties. |
void |
clearAtomicResources(List<String> notDeletedUris)
Clear the specified Resources. |
Map<String,Object> |
getAtomicOrDynamicResource(String sessionId,
Map<String,String> resProps,
boolean firstTime)
Return an Object representing matched Resource with the Resource Properties specified by 'resProps'. |
void |
updateDynRes(List<String> sessionIds,
List<String> eltIds)
Store Information about the Dynamic Resource. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceSheetManager(ResourceManager resourceManager)
resourceManager - an Object of ResourceManager| Method Detail |
|---|
public void updateDynRes(List<String> sessionIds,
List<String> eltIds)
sessionIds - a List<String> value of sessionIdseltIds - a List<String> value of elementIdspublic void addResourceDir(String tdUri)
tdUri - a String value of Target Description URI(tdUri)
public Map<String,Object> getAtomicOrDynamicResource(String sessionId,
Map<String,String> resProps,
boolean firstTime)
sessionId - a String value of SessionIdresProps - a Map<String, String> of Resource Properties
public void clearAtomicResources(List<String> notDeletedUris)
notDeletedUris - an Object of List<String>public void addToRresourceSheetPropList(Map<String,List<String>> resSheetProps)
resSheetProps - an Object of Map<String, List<String>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||