rpc
Class BasicConnectionContext

java.lang.Object
  extended by rpc.BasicConnectionContext
All Implemented Interfaces:
ConnectionContext

public class BasicConnectionContext
extends java.lang.Object
implements ConnectionContext


Field Summary
 
Fields inherited from interface rpc.ConnectionContext
DEFAULT_MAX_RECEIVE_FRAGMENT, DEFAULT_MAX_TRANSMIT_FRAGMENT, MAX_RECEIVE_FRAGMENT, MAX_TRANSMIT_FRAGMENT
 
Constructor Summary
BasicConnectionContext()
           
 
Method Summary
 ConnectionOrientedPdu accept(ConnectionOrientedPdu pdu)
           
 ConnectionOrientedPdu alter(PresentationContext context)
           
 Connection getConnection()
           
 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

BasicConnectionContext

public BasicConnectionContext()
Method Detail

init

public ConnectionOrientedPdu init(PresentationContext context,
                                  java.util.Properties properties)
                           throws java.io.IOException
Specified by:
init in interface ConnectionContext
Throws:
java.io.IOException

alter

public ConnectionOrientedPdu alter(PresentationContext context)
                            throws java.io.IOException
Specified by:
alter in interface ConnectionContext
Throws:
java.io.IOException

accept

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

getConnection

public Connection getConnection()
Specified by:
getConnection in interface ConnectionContext

isEstablished

public boolean isEstablished()
Specified by:
isEstablished in interface ConnectionContext