com.jacob.com
Class JacobObject

java.lang.Object
  extended by com.jacob.com.JacobObject
Direct Known Subclasses:
Dispatch, DispatchEvents, DispatchProxy, EnumVariant, SafeArray, Variant

public class JacobObject
extends java.lang.Object

All COM object created by JACOB extend this class so that we can automatically release them when the thread is detached from COM - if we leave it to the finalizer it will call the release from another thread, which may result in a segmentation violation.


Constructor Summary
JacobObject()
           
 
Method Summary
 void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JacobObject

public JacobObject()
Method Detail

release

public void release()