jremote jbase5.2.1

Uses of Class
com.jbase.jremote.io.AbstractJRemoteConnection

Packages that use AbstractJRemoteConnection
com.jbase.jremote.io   
 

Uses of AbstractJRemoteConnection in com.jbase.jremote.io
 

Subclasses of AbstractJRemoteConnection in com.jbase.jremote.io
 class InterceptorConnection
           This class is responsible for handling the message sending to and from an underlying JConnection.
 class JRemoteSocketConnection
           This class handles the connection and communication to the jListener server over a socket interface.
 

Fields in com.jbase.jremote.io declared as AbstractJRemoteConnection
protected  AbstractJRemoteConnection JSelectListImpl.connection
           
 

Methods in com.jbase.jremote.io with parameters of type AbstractJRemoteConnection
protected  void JConnectionImpl.init(AbstractJRemoteConnection connection, boolean allowInput, java.util.Properties cxProps)
           
 void JSelectListImpl.setConnection(AbstractJRemoteConnection connection)
          Attaches a connection handle to this select list.
 

Constructors in com.jbase.jremote.io with parameters of type AbstractJRemoteConnection
InterceptorConnection(AbstractJRemoteConnection c, java.io.InputStream is, java.io.OutputStream os)
           
JConnectionImpl(AbstractJRemoteConnection connection)
           
JConnectionImpl(AbstractJRemoteConnection connection, java.util.Properties cxProps)
           
JCursorImpl(AbstractJRemoteConnection connection, JSelectListProt data)
          Constructs a cursor from a serializable select list.
JFileImpl(AbstractJRemoteConnection connection, java.lang.String fileName)
           
JResultSetImpl(AbstractJRemoteConnection connection, int statementId, int fetchSize)
           
JSelectListImpl(AbstractJRemoteConnection connection, JDynArray keys)
          Constructs a select list from specified dynamic array.
JSelectListImpl(AbstractJRemoteConnection connection, JSelectListProt data)
          Constructs a select list from a serializable select list.
JStatementImpl(AbstractJRemoteConnection connection)
          Constructor.
 


jremote jbase5.2.1

Copyright © 2010 TEMENOS. All Rights Reserved.