Uses of Class
org.jinterop.dcom.core.JICallObject

Packages that use JICallObject
org.jinterop.dcom.core Core library classes and Data structures. 
 

Uses of JICallObject in org.jinterop.dcom.core
 

Subclasses of JICallObject in org.jinterop.dcom.core
 class JIUserCallObject
          Users can implement this class to provide for custom handling of there objects
 

Methods in org.jinterop.dcom.core with parameters of type JICallObject
 java.lang.Object[] IJIComObject.call(JICallObject obj)
          Executes a method call on the actual COM object represented by this interface.
 java.lang.Object[] IJIComObject.call(JICallObject obj, int timeout)
          Executes a method call on the actual COM object represented by this interface.