org.jinterop.dcom.transport
Class JIComRuntimeConnectionContext

java.lang.Object
  extended by BasicConnectionContext
      extended by org.jinterop.dcom.transport.JIComRuntimeConnectionContext

public final class JIComRuntimeConnectionContext
extends BasicConnectionContext

Since:
1.0

Constructor Summary
JIComRuntimeConnectionContext()
           
 
Method Summary
 ConnectionOrientedPdu accept(ConnectionOrientedPdu pdu)
           
 ConnectionOrientedPdu init(PresentationContext context, java.util.Properties properties)
           
 boolean isEstablished()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JIComRuntimeConnectionContext

public JIComRuntimeConnectionContext()
Method Detail

init

public ConnectionOrientedPdu init(PresentationContext context,
                                  java.util.Properties properties)
                           throws java.io.IOException
Throws:
java.io.IOException

accept

public ConnectionOrientedPdu accept(ConnectionOrientedPdu pdu)
                             throws java.io.IOException
Throws:
java.io.IOException

isEstablished

public boolean isEstablished()