|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.util.win32.comclutch.impl.IResourceImpl
org.eclipse.actf.util.win32.comclutch.RefContainer
public abstract class RefContainer
RefContainer is abstract class of referenced variables. The instance of the RefContainer is used for call by reference. You don't have to care about the resource management, because the ResourceManager treat the resource life cycle. You can release the resource if you don't need to keep it.
Method Summary | |
---|---|
long |
getPtr()
|
void |
release()
call ResourceManager.removeResource(IResource) with this |
Methods inherited from class org.eclipse.actf.util.win32.comclutch.impl.IResourceImpl |
---|
addResource, equals, findInResource, getResourceManager, hashCode, isPermanent, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public long getPtr()
public void release()
IResource
ResourceManager.removeResource(IResource)
with this
release
in interface IResource
release
in class org.eclipse.actf.util.win32.comclutch.impl.IResourceImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |