org.jinterop.dcom.transport
Class JIComRuntimeNTLMConnectionContext

java.lang.Object
  extended by rpc.security.ntlm.NtlmConnectionContext
      extended by org.jinterop.dcom.transport.JIComRuntimeNTLMConnectionContext
All Implemented Interfaces:
ConnectionContext

public final class JIComRuntimeNTLMConnectionContext
extends NtlmConnectionContext

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
JIComRuntimeNTLMConnectionContext()
           
 
Method Summary
 ConnectionOrientedPdu accept(ConnectionOrientedPdu pdu)
           
 ConnectionOrientedPdu init(PresentationContext context, java.util.Properties properties)
           
 boolean isEstablished()
           
 
Methods inherited from class rpc.security.ntlm.NtlmConnectionContext
alter, getConnection, init2
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JIComRuntimeNTLMConnectionContext

public JIComRuntimeNTLMConnectionContext()
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 NtlmConnectionContext
Throws:
java.io.IOException

accept

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

isEstablished

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


Copyright © 2011. All Rights Reserved.