public interface RDBMSSample
Modifier and Type | Method and Description |
---|---|
void |
abort_boxcar()
Auto generated method signature for Asynchronous Invocations
Control operation for aborting a boxcarring session
|
String |
addEmployee(int employeeNumber37,
String lastName38,
String firstName39,
String email40,
double salary41)
Auto generated method signature
|
void |
begin_boxcar()
Auto generated method signature for Asynchronous Invocations
Control operation for beginning a boxcarring session
|
CustomerAddress[] |
customerAddress(String lastName32,
String firstName33)
Auto generated method signature
|
Customer[] |
customersInBoston()
Auto generated method signature
|
Employee[] |
employeesByNumber(int employeeNumber17)
Auto generated method signature
|
org.apache.axiom.om.OMElement |
end_boxcar()
Auto generated method signature
Control operation for ending a boxcarring session
|
void |
incrementEmployeeSalary(double increment14,
int employeeNumber15)
Auto generated method signature for Asynchronous Invocations
|
void |
incrementEmployeeSalaryEx(int employeeNumber30)
Auto generated method signature for Asynchronous Invocations
|
Product[] |
productsInfo()
Auto generated method signature
|
void |
setEmployeeSalary(double salary11,
int employeeNumber12)
Auto generated method signature for Asynchronous Invocations
|
void |
setSalaryForEmployees(double salary27,
int[] employeeNumbers28)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddEmployee(int employeeNumber37,
String lastName38,
String firstName39,
String email40,
double salary41,
RDBMSSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcustomerAddress(String lastName32,
String firstName33,
RDBMSSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcustomersInBoston(RDBMSSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startemployeesByNumber(int employeeNumber17,
RDBMSSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startend_boxcar(RDBMSSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
Control operation for ending a boxcarring session
|
void |
startproductsInfo(RDBMSSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startthousandFive(RDBMSSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
Number[] |
thousandFive()
Auto generated method signature
|
void setEmployeeSalary(double salary11, int employeeNumber12) throws RemoteException
RemoteException
void incrementEmployeeSalary(double increment14, int employeeNumber15) throws RemoteException
RemoteException
Employee[] employeesByNumber(int employeeNumber17) throws RemoteException, DataServiceFault
employeesByNumber16
- DataServiceFault
- :RemoteException
void startemployeesByNumber(int employeeNumber17, RDBMSSampleCallbackHandler callback) throws RemoteException
employeesByNumber16
- RemoteException
Number[] thousandFive() throws RemoteException, DataServiceFault
thousandFive20
- DataServiceFault
- :RemoteException
void startthousandFive(RDBMSSampleCallbackHandler callback) throws RemoteException
thousandFive20
- RemoteException
org.apache.axiom.om.OMElement end_boxcar() throws RemoteException, DataServiceFault
end_boxcar23
- DataServiceFault
- :RemoteException
void startend_boxcar(RDBMSSampleCallbackHandler callback) throws RemoteException
end_boxcar23
- RemoteException
void setSalaryForEmployees(double salary27, int[] employeeNumbers28) throws RemoteException
RemoteException
void incrementEmployeeSalaryEx(int employeeNumber30) throws RemoteException
RemoteException
CustomerAddress[] customerAddress(String lastName32, String firstName33) throws RemoteException, DataServiceFault
customerAddress31
- DataServiceFault
- :RemoteException
void startcustomerAddress(String lastName32, String firstName33, RDBMSSampleCallbackHandler callback) throws RemoteException
customerAddress31
- RemoteException
String addEmployee(int employeeNumber37, String lastName38, String firstName39, String email40, double salary41) throws RemoteException, DataServiceFault
addEmployee36
- DataServiceFault
- :RemoteException
void startaddEmployee(int employeeNumber37, String lastName38, String firstName39, String email40, double salary41, RDBMSSampleCallbackHandler callback) throws RemoteException
addEmployee36
- RemoteException
Product[] productsInfo() throws RemoteException, DataServiceFault
productsInfo44
- DataServiceFault
- :RemoteException
void startproductsInfo(RDBMSSampleCallbackHandler callback) throws RemoteException
productsInfo44
- RemoteException
void abort_boxcar() throws RemoteException
RemoteException
void begin_boxcar() throws RemoteException
RemoteException
Customer[] customersInBoston() throws RemoteException, DataServiceFault
customersInBoston49
- DataServiceFault
- :RemoteException
void startcustomersInBoston(RDBMSSampleCallbackHandler callback) throws RemoteException
customersInBoston49
- RemoteException
Copyright © 2015 WSO2 Inc. All rights reserved.