jremote jbase5.2.1

Uses of Class
com.jbase.jremote.JSubroutineParameters

Packages that use JSubroutineParameters
com.jbase.jremote   
com.jbase.jremote.io   
com.jbase.jremote.jca   
com.jbase.jremote.jca.cci   
com.jbase.jremote.protocol   
 

Uses of JSubroutineParameters in com.jbase.jremote
 

Methods in com.jbase.jremote that return JSubroutineParameters
 JSubroutineParameters JConnection.call(java.lang.String subroutineName, JSubroutineParameters parameters)
          Call a jBASE subroutine.
 

Methods in com.jbase.jremote with parameters of type JSubroutineParameters
 JSubroutineParameters JConnection.call(java.lang.String subroutineName, JSubroutineParameters parameters)
          Call a jBASE subroutine.
 

Uses of JSubroutineParameters in com.jbase.jremote.io
 

Methods in com.jbase.jremote.io that return JSubroutineParameters
 JSubroutineParameters JConnectionImpl.call(java.lang.String subroutineName, JSubroutineParameters parameters)
           
 

Methods in com.jbase.jremote.io with parameters of type JSubroutineParameters
 JSubroutineParameters JConnectionImpl.call(java.lang.String subroutineName, JSubroutineParameters parameters)
           
 

Uses of JSubroutineParameters in com.jbase.jremote.jca
 

Methods in com.jbase.jremote.jca that return JSubroutineParameters
 JSubroutineParameters WrappedJConnection.call(java.lang.String subroutineName, JSubroutineParameters parameters)
          Call jBASE subroutine.
 

Methods in com.jbase.jremote.jca with parameters of type JSubroutineParameters
 JSubroutineParameters WrappedJConnection.call(java.lang.String subroutineName, JSubroutineParameters parameters)
          Call jBASE subroutine.
 

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

Methods in com.jbase.jremote.jca.cci that return JSubroutineParameters
protected  JSubroutineParameters CCIJRemoteSubroutineParametersRecord.getJSubroutineParameters()
           
 

Uses of JSubroutineParameters in com.jbase.jremote.protocol
 

Methods in com.jbase.jremote.protocol that return JSubroutineParameters
 JSubroutineParameters CallSubroutineRequest.getParameters()
           
 JSubroutineParameters SubroutineResponse.getParameters(java.nio.charset.CharsetEncoder encoder, java.nio.charset.CharsetDecoder decoder)
           
 JSubroutineParameters StatementFetchResponse.getRows()
           
 

Methods in com.jbase.jremote.protocol with parameters of type JSubroutineParameters
 void CallSubroutineRequest.setParameters(JSubroutineParameters params)
           
 

Constructors in com.jbase.jremote.protocol with parameters of type JSubroutineParameters
CallSubroutineRequest(java.lang.String subroutineName, JSubroutineParameters parameters)
           
 


jremote jbase5.2.1

Copyright © 2010 TEMENOS. All Rights Reserved.