org.kohsuke.jinterop
Interface JIProxy

All Superinterfaces:
org.jinterop.dcom.core.IJIComObject, org.jinterop.dcom.impls.automation.IJIDispatch, java.io.Serializable

public interface JIProxy
extends org.jinterop.dcom.impls.automation.IJIDispatch

Base class for proxies.

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from interface org.jinterop.dcom.impls.automation.IJIDispatch
DISPATCH_DISPID_PUTPUTREF, DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, IID
 
Method Summary
<T extends JIProxy>
T
cast(java.lang.Class<T> type)
           
 
Methods inherited from interface org.jinterop.dcom.impls.automation.IJIDispatch
callMethod, callMethod, callMethod, callMethod, callMethod, callMethod, callMethod, callMethodA, callMethodA, callMethodA, callMethodA, callMethodA, callMethodA, callMethodA, get, get, get, get, getIDsOfNames, getIDsOfNames, getLastExcepInfo, getTypeInfo, getTypeInfoCount, put, put, put, put, putRef, putRef, putRef, putRef
 
Methods inherited from interface org.jinterop.dcom.core.IJIComObject
addRef, call, call, getAssociatedSession, getInstanceLevelSocketTimeout, getInterfaceIdentifier, getIpid, getUnreferencedHandler, internal_getConnectionInfo, internal_getInterfacePointer, internal_removeConnectionInfo, internal_setConnectionInfo, internal_setDeffered, isDispatchSupported, isLocalReference, queryInterface, registerUnreferencedHandler, release, setInstanceLevelSocketTimeout, unregisterUnreferencedHandler
 

Method Detail

cast

<T extends JIProxy> T cast(java.lang.Class<T> type)


Copyright © 2009. All Rights Reserved.