org.gvsig.tools.dispose
Interface DisposableInfo

All Known Implementing Classes:
DefaultDisposableInfo

public interface DisposableInfo

Information about a Disposable object.

Author:
2009- César Ordiñana - gvSIG team

Method Summary
 StackTraceElement[] getBindDisposableStackTrace()
          Returns the stack trace of the moment when the Disposable was bound.
 Disposable getDisposable()
          Returns the Disposable whose info belongs to.
 int getReferencesCount()
          Returns the count of references
 

Method Detail

getDisposable

Disposable getDisposable()
Returns the Disposable whose info belongs to.

Returns:
the disposable

getBindDisposableStackTrace

StackTraceElement[] getBindDisposableStackTrace()
Returns the stack trace of the moment when the Disposable was bound.

Returns:
the stack trace of the disposable since it was bound

getReferencesCount

int getReferencesCount()
Returns the count of references

Returns:
the count of references


Copyright © 2004-2011 gvSIG. All Rights Reserved.