|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object charly.server.resources.ChRsrcManagerImpl.ChClientTaskInfo
Field Summary | |
(package private) boolean |
accepted
resources reserved? |
(package private) java.util.Set |
rsrcNames
contains elems of type String. |
(package private) boolean |
started
startTask already called? |
(package private) ChClientTask |
task
|
Constructor Summary | |
(package private) |
ChRsrcManagerImpl.ChClientTaskInfo(ChClientTask task)
|
(package private) |
ChRsrcManagerImpl.ChClientTaskInfo(ChClientTask task,
java.util.Set rsrcNames)
|
Method Summary | |
(package private) boolean |
containsAnyRsrc(java.util.Set cmpRsrcNames)
returns true, if any of the given rsrcs or one of their parents is included. |
(package private) boolean |
containsRsrc(java.lang.String rsrcName)
returns true, if given rsrc or its parent rsrc is included |
(package private) void |
normalizeRsrcNames()
normalizes the resource names, i.e. removes DELIMITERCHARs at the end of the String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
boolean started
boolean accepted
java.util.Set rsrcNames
ChClientTask task
Constructor Detail |
ChRsrcManagerImpl.ChClientTaskInfo(ChClientTask task, java.util.Set rsrcNames)
ChRsrcManagerImpl.ChClientTaskInfo(ChClientTask task)
Method Detail |
boolean containsRsrc(java.lang.String rsrcName)
boolean containsAnyRsrc(java.util.Set cmpRsrcNames)
cmpRsrcNames
- - Set of String determining the resources
to be compared tovoid normalizeRsrcNames()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |