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

Packages that use JICallBuilder
org.jinterop.dcom.core Defines the classes and data structures required to work with j-Interop. 
 

Uses of JICallBuilder in org.jinterop.dcom.core
 

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

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



Copyright © 2011. All Rights Reserved.