org.jinterop.dcom.transport
Class JIComRuntimeEndpoint

java.lang.Object
  extended by rpc.ConnectionOrientedEndpoint
      extended by org.jinterop.dcom.transport.JIComRuntimeEndpoint
All Implemented Interfaces:
Endpoint

public final class JIComRuntimeEndpoint
extends ConnectionOrientedEndpoint

Since:
1.0

Field Summary
 
Fields inherited from class rpc.ConnectionOrientedEndpoint
CONNECTION_CONTEXT, context, currentIID
 
Fields inherited from interface rpc.Endpoint
BROADCAST, IDEMPOTENT, MAYBE
 
Method Summary
 void call(int semantics, UUID object, int opnum, NdrObject ndrobj)
           
 void processRequests(IJICOMRuntimeWorker workerObject, java.lang.String baseIID, java.util.List listOfSupportedInterfaces)
           
 
Methods inherited from class rpc.ConnectionOrientedEndpoint
bind, createContext, detach, getSyntax, getTransport, rebind, receive, send
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

call

public void call(int semantics,
                 UUID object,
                 int opnum,
                 NdrObject ndrobj)
          throws java.io.IOException
Specified by:
call in interface Endpoint
Overrides:
call in class ConnectionOrientedEndpoint
Throws:
java.io.IOException

processRequests

public void processRequests(IJICOMRuntimeWorker workerObject,
                            java.lang.String baseIID,
                            java.util.List listOfSupportedInterfaces)
                     throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011. All Rights Reserved.