public class BackendQueryRequest extends BatchedBackendRequest
Constructor and Description |
---|
BackendQueryRequest() |
BackendQueryRequest(java.lang.String _query) |
BackendQueryRequest(java.lang.String _query,
java.lang.Object[] _args) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getQuery()
Returns the query this BackendQueryRequest will execute.
|
java.util.List |
getQueryParameters()
Returns an unmodifiable list containing the query parameters in the correct order they are used in the query.
|
void |
process(SecureObjectOutputI out,
DBManUserContextI utx,
BackendQueryAnsweringBOLoaderI loader,
PerformanceMeter pm) |
void |
readInstance(SecureObjectInputI s)
Reads an instance of this class from the given SecureObjectInputI without using readObject.
|
void |
receive(SecureObjectInputI in) |
java.lang.String |
toString() |
void |
writeInstance(SecureObjectOutputI s)
Writes an instance of this class to the given SecureObjectOutputI without using writeObject.
|
getResult, getSlot, setListener, setSlot
public BackendQueryRequest(java.lang.String _query)
public BackendQueryRequest(java.lang.String _query, java.lang.Object[] _args)
public BackendQueryRequest()
public java.lang.String getQuery()
public java.util.List getQueryParameters()
public void receive(SecureObjectInputI in) throws java.io.IOException, java.lang.ClassNotFoundException
receive
in interface BatchedBackendRequestI
receive
in class BatchedBackendRequest
java.io.IOException
java.lang.ClassNotFoundException
public void process(SecureObjectOutputI out, DBManUserContextI utx, BackendQueryAnsweringBOLoaderI loader, PerformanceMeter pm) throws java.io.IOException
process
in class BatchedBackendRequest
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
public void writeInstance(SecureObjectOutputI s) throws java.io.IOException
SecureExternalizable
writeInstance
in interface SecureExternalizable
writeInstance
in class BatchedBackendRequest
java.io.IOException
public void readInstance(SecureObjectInputI s) throws java.io.IOException
SecureExternalizable
readInstance
in interface SecureExternalizable
readInstance
in class BatchedBackendRequest
java.io.IOException
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.