| |
|
| java.lang.Object org.w3c.tools.resources.DummyResourceReference
DummyResourceReference | public class DummyResourceReference implements ResourceReference(Code) | | This class implements the ResourceReference interface. For external
use only. The ResourceStoreManager has its own Reference class.
|
Field Summary | |
protected int | lockCount The lock count associated to the reference. |
lockCount | protected int lockCount(Code) | | The lock count associated to the reference.
|
DummyResourceReference | public DummyResourceReference(Resource resource)(Code) | | Parameters: resource - The resource to reference. |
invalidate | public void invalidate()(Code) | | Set this reference as invalid.
|
isLocked | public boolean isLocked()(Code) | | Is that resource reference locked ?
|
nbLock | public int nbLock()(Code) | | How many locks?
an int. |
unlock | public void unlock()(Code) | | Unlock that resource from memory.
|
updateContext | public void updateContext(ResourceContext ctxt)(Code) | | update the cached context of that reference.
Parameters: ctxt - the new ResourceContext. |
|
|
|