org.jinterop.dcom.transport
Class JIComRuntimeConnectionContext

java.lang.Object
  extended by rpc.BasicConnectionContext
      extended by org.jinterop.dcom.transport.JIComRuntimeConnectionContext
All Implemented Interfaces:
ConnectionContext

public final class JIComRuntimeConnectionContext
extends BasicConnectionContext

Since:
1.0

Field Summary
 
Fields inherited from interface rpc.ConnectionContext
DEFAULT_MAX_RECEIVE_FRAGMENT, DEFAULT_MAX_TRANSMIT_FRAGMENT, MAX_RECEIVE_FRAGMENT, MAX_TRANSMIT_FRAGMENT
 
Constructor Summary
JIComRuntimeConnectionContext()
           
 
Method Summary
 ConnectionOrientedPdu accept(ConnectionOrientedPdu pdu)
           
 ConnectionOrientedPdu init(PresentationContext context, java.util.Properties properties)
           
 boolean isEstablished()
           
 
Methods inherited from class rpc.BasicConnectionContext
alter, getConnection
 
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
Specified by:
init in interface ConnectionContext
Overrides:
init in class BasicConnectionContext
Throws:
java.io.IOException

accept

public ConnectionOrientedPdu accept(ConnectionOrientedPdu pdu)
                             throws java.io.IOException
Specified by:
accept in interface ConnectionContext
Overrides:
accept in class BasicConnectionContext
Throws:
java.io.IOException

isEstablished

public boolean isEstablished()
Specified by:
isEstablished in interface ConnectionContext
Overrides:
isEstablished in class BasicConnectionContext


Copyright © 2011. All Rights Reserved.