jremote jbase5.2.1

Uses of Class
com.jbase.jremote.JDynArray

Packages that use JDynArray
com.jbase.jremote   
com.jbase.jremote.io   
com.jbase.jremote.jca   
com.jbase.jremote.jca.cci   
com.jbase.jremote.jca.inflow   
com.jbase.jremote.protocol   
 

Uses of JDynArray in com.jbase.jremote
 

Methods in com.jbase.jremote that return JDynArray
 JDynArray JExecuteResults.getCapturingVar()
           
 JDynArray JConnection.getCommon(String name)
          Return the value of the named common with the supplied name.
 JDynArray JCursor.getRecord()
          Returns the current record.
 JDynArray EISMetaDataRepository.getRepositoryEntry(String key)
          Obtain the value of a repository entry
 JDynArray JResultSet.getRow()
           
 JDynArray JExecuteResults.getSettingVar()
           
 JDynArray JConnection.newJDynArray()
          Create a JDynArray with the correct Charset for this connection.
 JDynArray JConnection.newJDynArray(String str)
           
 JDynArray JFile.read(String recordKey)
          Read a record where the supplied recordKey is the key to the record.
 JDynArray JFile.readU(String recordKey, boolean blockedRead)
          Read a record where the supplied recordKey is the key to the record and locks it for update.
 

Methods in com.jbase.jremote with parameters of type JDynArray
 JSelectList JConnection.createSelectList(JDynArray jd)
          Create a select list object from an existing dynamic array containing a list of keys separated by attribute markers.
 JResultSet JStatement.execute(JDynArray queries)
          Execute query.
 JResultSet JStatement.execute(JDynArray queries, JSelectList selectList)
          Execute query using an existing select list as a filter.
 void JCursor.setRecord(JDynArray record)
          Modifies the current record.
 boolean JFile.write(String recordKey, JDynArray record)
           Write the supplied record to the jBASE file.
 boolean JFile.writeU(String recordKey, JDynArray record, boolean blockedWrite)
           Write the supplied record to the jBASE file.
 

Constructors in com.jbase.jremote with parameters of type JDynArray
JExecuteResults(JSelectListProt selectListProt, JDynArray capturingVar, JDynArray settingVar)
           
 

Uses of JDynArray in com.jbase.jremote.io
 

Methods in com.jbase.jremote.io that return JDynArray
 JDynArray JConnectionImpl.getCommon(String name)
          Return the value of the named common with the supplied name.
 JDynArray JCursorImpl.getRecord()
           
 JDynArray JResultSetImpl.getRow()
           
 JDynArray JConnectionImpl.newJDynArray()
           
 JDynArray JConnectionImpl.newJDynArray(String str)
           
 JDynArray JFileImpl.read(String recordKey)
           
 JDynArray JFileImpl.readU(String recordKey, boolean blockedRead)
           
 

Methods in com.jbase.jremote.io with parameters of type JDynArray
 JSelectList JConnectionImpl.createSelectList(JDynArray jd)
           
 JResultSet JStatementImpl.execute(JDynArray queries)
           
 JResultSet JStatementImpl.execute(JDynArray queries, JSelectList selectList)
           
 void JCursorImpl.setRecord(JDynArray record)
           
 boolean JFileImpl.write(String recordKey, JDynArray record)
           
 boolean JFileImpl.writeU(String recordKey, JDynArray record, boolean blockedWrite)
           
 

Constructors in com.jbase.jremote.io with parameters of type JDynArray
JSelectListImpl(AbstractJRemoteConnection connection, JDynArray keys)
          Constructs a select list from specified dynamic array.
 

Uses of JDynArray in com.jbase.jremote.jca
 

Methods in com.jbase.jremote.jca that return JDynArray
 JDynArray WrappedJConnection.getCommon(String name)
          Return the value of the common with supplied name.
 JDynArray WrappedJConnection.newJDynArray()
           
 JDynArray WrappedJConnection.newJDynArray(String str)
           
 JDynArray WrappedJFile.read(String recordKey)
           
 JDynArray WrappedJFile.readU(String recordKey, boolean blockedRead)
           
 

Methods in com.jbase.jremote.jca with parameters of type JDynArray
 JSelectList WrappedJConnection.createSelectList(JDynArray jd)
           
 boolean WrappedJFile.write(String recordKey, JDynArray record)
           
 boolean WrappedJFile.writeU(String recordKey, JDynArray record, boolean blockedWrite)
           
 

Uses of JDynArray in com.jbase.jremote.jca.cci
 

Methods in com.jbase.jremote.jca.cci that return JDynArray
protected  JDynArray CCIJRemoteDynamicArrayRecord.getJDynArray()
           
 

Uses of JDynArray in com.jbase.jremote.jca.inflow
 

Methods in com.jbase.jremote.jca.inflow that return JDynArray
 JDynArray JRemoteMessageListener.onMessage(JDynArray dynArray)
           
 

Methods in com.jbase.jremote.jca.inflow with parameters of type JDynArray
 JDynArray JRemoteMessageListener.onMessage(JDynArray dynArray)
           
 

Uses of JDynArray in com.jbase.jremote.protocol
 

Fields in com.jbase.jremote.protocol with type parameters of type JDynArray
protected  List<JDynArray> JSelectListProt.records
           
 

Methods in com.jbase.jremote.protocol that return JDynArray
 JDynArray JediResponse.getData(CharsetEncoder encoder, CharsetDecoder decoder)
           
 JDynArray InputOutputResponse.getOutput()
           
 JDynArray JSelectListProt.getRecord()
          Obtains the current record value.
 JDynArray EISMetaDataResponse.getRepositoryEntry(String key)
          Obtain the value of a repository entry
 JDynArray ReadCommonResponse.getValue(CharsetEncoder encoder, CharsetDecoder decoder)
           
 

Methods in com.jbase.jremote.protocol with parameters of type JDynArray
 void JSelectListProt.setRecord(JDynArray record)
          Modifies the value of the current record
 

Constructors in com.jbase.jremote.protocol with parameters of type JDynArray
JSelectListProt(JDynArray keys)
          Constructs a select list from specified dynamic array.
StatementExecuteQueryRequest(JDynArray queries, JSelectListProt selectList)
           
WriteRecordRequest(int writeMode, String fileName, String recordKey, JDynArray data)
           
 


jremote jbase5.2.1

Copyright © 2016 TEMENOS. All Rights Reserved.