|
jremote jbase5.2.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRemoteException | |
---|---|
com.jbase.jremote | |
com.jbase.jremote.io | |
com.jbase.jremote.jca | |
com.jbase.jremote.jca.spring | |
com.jbase.jremote.protocol |
Uses of JRemoteException in com.jbase.jremote |
---|
Subclasses of JRemoteException in com.jbase.jremote | |
---|---|
class |
JAuthenticationException
A exception thrown when authentication fails. |
class |
JRecordLockedException
A generic jBASE record locked exception. |
class |
JRecordNotFoundException
A generic jBASE record not found exception. |
class |
JSubroutineNotFoundException
This exception is thrown when a call is made to a non existent subroutine. |
Methods in com.jbase.jremote that throw JRemoteException | |
---|---|
void |
JConnection.begin()
Begin a jBASE transaction. |
JSubroutineParameters |
JConnection.call(String subroutineName,
JSubroutineParameters parameters)
Call a jBASE subroutine. |
boolean |
JFile.clear()
Delete all records from the file. |
void |
JSelectList.close()
Close select list. |
boolean |
JFile.close()
Closes this jBASE file. |
void |
JConnection.close()
Close any resources used by this connection. |
void |
JConnection.commit()
Commit all pending jBASE operations performed in transaction and mark as complete. |
JSelectList |
JConnection.createSelectList(JDynArray jd)
Create a select list object from an existing dynamic array containing a list of keys separated by attribute markers. |
JStatement |
JConnection.createStatement()
Create a statement object that enables queries to be executed and a JResultSet returned. |
int |
JConnection.date()
Return the jBASE internal date. |
boolean |
JFile.delete(String recordKey)
Delete a record where the supplied recordKey is the key to the record. |
boolean |
JConnection.echo(int length)
Sends an echo and waits for it's response |
JResultSet |
JStatement.execute(JDynArray queries)
Execute query. |
JResultSet |
JStatement.execute(JDynArray queries,
JSelectList selectList)
Execute query using an existing select list as a filter. |
JResultSet |
JStatement.execute(String query)
Execute query. |
JExecuteResults |
JConnection.execute(String command)
Execute a jBASE command. |
JResultSet |
JStatement.execute(String query,
JSelectList selectList)
Execute query using an existing select list as a filter. |
JExecuteResults |
JConnection.execute(String command,
JSelectList selectList)
Execute a jBASE command using an existing select list as a filter. |
boolean |
JFile.exists(String recordKey)
This method returns true if the supplied record id exists. |
JDynArray |
JConnection.getCommon(String name)
Return the value of the named common with the supplied name. |
JConnection |
JConnectionFactory.getConnection()
Get a connection to a remote jBASE instance. |
JConnection |
DefaultJConnectionFactory.getConnection()
|
JConnection |
JConnectionFactory.getConnection(JConnectionCallbackHandler handler)
Get a connection to a remote jBASE instance, in a managed environment the callback handler provides ancillary connection initialisation. |
JConnection |
DefaultJConnectionFactory.getConnection(JConnectionCallbackHandler handler)
|
JConnection |
JConnectionFactory.getConnection(String user,
String password)
Get a connection to a remote jBASE instance. |
JConnection |
DefaultJConnectionFactory.getConnection(String user,
String password)
|
JConnection |
JConnectionFactory.getConnection(String user,
String password,
Properties props)
Get a connection to a remote jBASE instance. |
JConnection |
DefaultJConnectionFactory.getConnection(String user,
String password,
Properties props)
|
JConnection |
JConnectionFactory.getConnection(String user,
String account,
String password)
Get a connection to a remote jBASE account. |
JConnection |
DefaultJConnectionFactory.getConnection(String user,
String account,
String password)
|
JCursor |
JFile.getCursor()
Returns a cursor to this jBASE file. |
EISMetaDataRepository |
JConnection.getMetaData()
Return meta data of the connected jBASE instance. |
void |
JSelectList.goToPosition(int targetPos)
Move to the specified position. |
boolean |
JFile.hasLock(String recordKey)
Check if the specified key holds a lock. |
boolean |
JSelectList.hasNext()
Returns whether it is possible to move forward. |
boolean |
JSelectList.hasPrevious()
Returns whether it is possible to move backwards. |
String |
JConnection.iconv(String data,
String conversion)
Converts data in external format to internal format. |
String |
JConnection.monitoring(String command)
Sends an monitoring command and waits for it's response |
boolean |
JSelectList.next()
Move to next item |
boolean |
JResultSet.next()
|
String |
JConnection.oconv(String data,
String conversion)
Converts internal representations of data to their external form. |
JFile |
JConnection.open(String fileName)
Attempts to open a jBASE file or returns null if the file does not exist. |
boolean |
JSelectList.previous()
Move to previous item |
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. |
boolean |
JFile.releaseLock(String recordKey)
Release the update lock (if held) on the specified key. |
boolean |
JFile.releaseLocks()
Releases all locks held by this file. |
void |
JConnection.rollback()
Rollback all jBASE operations performed in transaction and mark as complete. |
JSelectList |
JFile.select()
Returns a select list containing the record keys in this jBASE file. |
boolean |
JConnection.switchAccount(String user,
String account,
String password)
Log into the specified jBASE account. |
int |
JConnection.time()
Return the jBASE internal time. |
void |
JCursor.update()
Update changes. |
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. |
Uses of JRemoteException in com.jbase.jremote.io |
---|
Methods in com.jbase.jremote.io that throw JRemoteException | |
---|---|
void |
AbstractJRemoteConnection.authenticate(String user,
String password)
Send data for authentication to the server. |
void |
AbstractJRemoteConnection.authenticate(String user,
String account,
String password)
Send data for authentication to the server, the server must be configured to authenticate jBASE account connections. |
void |
JConnectionImpl.begin()
|
JSubroutineParameters |
JConnectionImpl.call(String subroutineName,
JSubroutineParameters parameters)
|
boolean |
JFileImpl.clear()
|
void |
JSelectListImpl.close()
|
void |
JRemoteSocketConnection.close()
|
boolean |
JFileImpl.close()
|
void |
JCursorImpl.close()
Close cursor. |
void |
JConnectionImpl.close()
|
void |
InterceptorConnection.close()
Close underlying connection. |
abstract void |
AbstractJRemoteConnection.close()
|
void |
JConnectionImpl.commit()
|
protected void |
JRemoteSocketConnection.connect(String host,
int port)
|
JSelectList |
JConnectionImpl.createSelectList(JDynArray jd)
|
JStatement |
JConnectionImpl.createStatement()
|
int |
JConnectionImpl.date()
Return the jBASE internal date. |
boolean |
JFileImpl.delete(String recordKey)
|
boolean |
JConnectionImpl.echo(int length)
Send an echo request and waits for a reply. |
JResultSet |
JStatementImpl.execute(JDynArray queries)
|
JResultSet |
JStatementImpl.execute(JDynArray queries,
JSelectList selectList)
|
JResultSet |
JStatementImpl.execute(String query)
|
JExecuteResults |
JConnectionImpl.execute(String command)
|
JResultSet |
JStatementImpl.execute(String query,
JSelectList selectList)
|
JExecuteResults |
JConnectionImpl.execute(String command,
JSelectList selectList)
|
boolean |
JFileImpl.exists(String recordKey)
|
protected JSelectListProt |
JSelectListImpl.fetchNext(boolean fetchData)
|
protected JSelectListProt |
JSelectListImpl.fetchPrevious(boolean fetchData)
|
JDynArray |
JConnectionImpl.getCommon(String name)
Return the value of the named common with the supplied name. |
JCursor |
JFileImpl.getCursor()
|
EISMetaDataRepository |
JConnectionImpl.getMetaData()
|
void |
JSelectListImpl.goToPosition(int targetPos)
|
boolean |
JFileImpl.hasLock(String recordKey)
|
boolean |
JSelectListImpl.hasNext()
|
boolean |
JCursorImpl.hasNext()
Returns whether it is possible to move the cursor forwards. |
protected boolean |
JSelectListImpl.hasNext(boolean fetchData)
|
boolean |
JSelectListImpl.hasPrevious()
|
boolean |
JCursorImpl.hasPrevious()
Returns whether it is possible to move the cursor backwards. |
protected boolean |
JSelectListImpl.hasPrevious(boolean fetchData)
|
String |
JConnectionImpl.iconv(String data,
String conversion)
|
String |
JConnectionImpl.monitoring(String command)
Send an monitoring request and waits for a reply. |
boolean |
JSelectListImpl.next()
|
boolean |
JResultSetImpl.next()
|
boolean |
JCursorImpl.next()
Move cursor to next item |
protected boolean |
JSelectListImpl.next(boolean fetchData)
|
String |
JConnectionImpl.oconv(String data,
String conversion)
|
JFile |
JConnectionImpl.open(String fileName)
|
boolean |
JSelectListImpl.previous()
|
boolean |
JCursorImpl.previous()
Move cursor to previous item |
protected boolean |
JSelectListImpl.previous(boolean fetchData)
|
JDynArray |
JFileImpl.read(String recordKey)
|
JDynArray |
JFileImpl.readU(String recordKey,
boolean blockedRead)
|
Response |
JRemoteSocketConnection.receive()
|
Response |
InterceptorConnection.receive()
Intercept any IO messages and handle required input or output on in / out streams. |
abstract Response |
AbstractJRemoteConnection.receive()
|
boolean |
JFileImpl.releaseLock(String recordKey)
|
boolean |
JFileImpl.releaseLocks()
|
void |
JConnectionImpl.rollback()
|
JSelectList |
JFileImpl.select()
|
void |
JRemoteSocketConnection.send(JRemoteRequest request)
|
void |
InterceptorConnection.send(JRemoteRequest request)
|
abstract void |
AbstractJRemoteConnection.send(JRemoteRequest request)
|
Response |
AbstractJRemoteConnection.sendWaitForResponse(JRemoteRequest request)
Convenient method which simply calls #send followed by #receive. |
void |
AbstractJRemoteConnection.setProperties(Properties props)
|
boolean |
JConnectionImpl.switchAccount(String user,
String account,
String password)
|
int |
JConnectionImpl.time()
Return the jBASE internal time. |
void |
JCursorImpl.update()
|
boolean |
JFileImpl.write(String recordKey,
JDynArray record)
|
boolean |
JFileImpl.writeU(String recordKey,
JDynArray record,
boolean blockedWrite)
|
Constructors in com.jbase.jremote.io that throw JRemoteException | |
---|---|
JRemoteSocketConnection(String host,
int port)
|
|
JRemoteSocketConnection(String host,
int port,
Properties info)
|
Uses of JRemoteException in com.jbase.jremote.jca |
---|
Methods in com.jbase.jremote.jca that throw JRemoteException | |
---|---|
void |
WrappedJConnection.begin()
|
JSubroutineParameters |
WrappedJConnection.call(String subroutineName,
JSubroutineParameters parameters)
Call jBASE subroutine. |
protected void |
WrappedJConnection.checkStatus()
In a managed environment the checkStatus method checks that
this handle has not been closed. |
boolean |
WrappedJFile.clear()
|
boolean |
WrappedJFile.close()
|
void |
WrappedJConnection.close()
Close this connection. |
void |
WrappedJConnection.commit()
|
JSelectList |
WrappedJConnection.createSelectList(JDynArray jd)
|
JStatement |
WrappedJConnection.createStatement()
|
int |
WrappedJConnection.date()
Return the jBASE internal date. |
boolean |
WrappedJFile.delete(String recordKey)
|
boolean |
WrappedJConnection.echo(int length)
Send an echo request and waits for a reply. |
JExecuteResults |
WrappedJConnection.execute(String command)
|
JExecuteResults |
WrappedJConnection.execute(String command,
JSelectList selectList)
|
boolean |
WrappedJFile.exists(String recordKey)
|
JDynArray |
WrappedJConnection.getCommon(String name)
Return the value of the common with supplied name. |
protected JConnection |
WrappedJConnection.getConnection()
Get the real connection. |
JConnection |
JRemoteConnectionFactoryImpl.getConnection()
|
JConnection |
JRemoteConnectionFactoryImpl.getConnection(JConnectionCallbackHandler handler)
|
JConnection |
JRemoteConnectionFactoryImpl.getConnection(String user,
String password)
|
JConnection |
JRemoteConnectionFactoryImpl.getConnection(String user,
String password,
Properties props)
|
JConnection |
JRemoteConnectionFactoryImpl.getConnection(String user,
String account,
String password)
|
protected JConnection |
JRemoteConnectionFactoryImpl.getConnection(String user,
String account,
String password,
JConnectionCallbackHandler handler)
|
JCursor |
WrappedJFile.getCursor()
|
EISMetaDataRepository |
WrappedJConnection.getMetaData()
|
boolean |
WrappedJFile.hasLock(String recordKey)
|
String |
WrappedJConnection.iconv(String data,
String conversion)
|
String |
WrappedJConnection.monitoring(String command)
Sends an monitoring command and waits for it's response |
String |
WrappedJConnection.oconv(String data,
String conversion)
|
JFile |
WrappedJConnection.open(String filename)
Open jBASE file. |
JDynArray |
WrappedJFile.read(String recordKey)
|
JDynArray |
WrappedJFile.readU(String recordKey,
boolean blockedRead)
|
boolean |
WrappedJFile.releaseLock(String recordKey)
|
boolean |
WrappedJFile.releaseLocks()
|
void |
WrappedJConnection.rollback()
|
JSelectList |
WrappedJFile.select()
|
boolean |
WrappedJConnection.switchAccount(String user,
String account,
String password)
Switch jBASE account. |
int |
WrappedJConnection.time()
Return the jBASE internal time. |
boolean |
WrappedJFile.write(String recordKey,
JDynArray record)
|
boolean |
WrappedJFile.writeU(String recordKey,
JDynArray record,
boolean blockedWrite)
|
Uses of JRemoteException in com.jbase.jremote.jca.spring |
---|
Methods in com.jbase.jremote.jca.spring that throw JRemoteException | |
---|---|
static JConnection |
JConnectionFactoryUtils.getConnection(JConnectionFactory cf)
Obtain a JConnection from the given JConnectionFactory. |
Uses of JRemoteException in com.jbase.jremote.protocol |
---|
Methods in com.jbase.jremote.protocol that throw JRemoteException | |
---|---|
boolean |
JSelectListProt.hasNext()
Returns whether it is possible to move forward. |
boolean |
JSelectListProt.hasPrevious()
Returns whether it is possible to move backwards. |
boolean |
JSelectListProt.next()
Move to next item. |
boolean |
JSelectListProt.previous()
Move to previous item. |
|
jremote jbase5.2.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |