public interface HL7StoreAdminService
Modifier and Type | Method and Description |
---|---|
boolean |
flushMessages(String storeName30)
Auto generated method signature
|
String |
getClassName(String name38)
Auto generated method signature
|
String[] |
getHL7Proxies(String storeName42)
Auto generated method signature
|
String[] |
getHL7StoreNames()
Auto generated method signature
|
TransferableHL7Message |
getMessage(String storeName54,
String messageId55)
Auto generated method signature
|
TransferableHL7Message[] |
getMessages(String storeName34)
Auto generated method signature
|
TransferableHL7Message[] |
getMessagesPaginated(String storeName68,
int pageNumber69)
Auto generated method signature
|
int |
getSearchSize(String storeName63,
String query64)
Auto generated method signature
|
int |
getSize(String name59)
Auto generated method signature
|
TransferableHL7Message[] |
search(String storeName46,
String query47)
Auto generated method signature
|
boolean |
sendMessage(String msg73,
String storeName74,
String proxyName75)
Auto generated method signature
|
void |
startflushMessages(String storeName30,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetClassName(String name38,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetHL7Proxies(String storeName42,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetHL7StoreNames(HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessage(String storeName54,
String messageId55,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessages(String storeName34,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessagesPaginated(String storeName68,
int pageNumber69,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSearchSize(String storeName63,
String query64,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSize(String name59,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsearch(String storeName46,
String query47,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsendMessage(String msg73,
String storeName74,
String proxyName75,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateMessage(String storeName23,
String messageId24,
String er7Payload25,
String xmlPayload26,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean |
updateMessage(String storeName23,
String messageId24,
String er7Payload25,
String xmlPayload26)
Auto generated method signature
|
boolean updateMessage(String storeName23, String messageId24, String er7Payload25, String xmlPayload26) throws RemoteException
updateMessage22
- RemoteException
void startupdateMessage(String storeName23, String messageId24, String er7Payload25, String xmlPayload26, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
updateMessage22
- RemoteException
boolean flushMessages(String storeName30) throws RemoteException
flushMessages29
- RemoteException
void startflushMessages(String storeName30, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
flushMessages29
- RemoteException
TransferableHL7Message[] getMessages(String storeName34) throws RemoteException
getMessages33
- RemoteException
void startgetMessages(String storeName34, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
getMessages33
- RemoteException
String getClassName(String name38) throws RemoteException
getClassName37
- RemoteException
void startgetClassName(String name38, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
getClassName37
- RemoteException
String[] getHL7Proxies(String storeName42) throws RemoteException
getHL7Proxies41
- RemoteException
void startgetHL7Proxies(String storeName42, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
getHL7Proxies41
- RemoteException
TransferableHL7Message[] search(String storeName46, String query47) throws RemoteException
search45
- RemoteException
void startsearch(String storeName46, String query47, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
search45
- RemoteException
String[] getHL7StoreNames() throws RemoteException
getHL7StoreNames50
- RemoteException
void startgetHL7StoreNames(HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
getHL7StoreNames50
- RemoteException
TransferableHL7Message getMessage(String storeName54, String messageId55) throws RemoteException, HL7StoreAdminServiceIOException, HL7StoreAdminServiceClassNotFoundException, HL7StoreAdminServiceHL7Exception
getMessage53
- HL7StoreAdminServiceIOException
- :HL7StoreAdminServiceClassNotFoundException
- :HL7StoreAdminServiceHL7Exception
- :RemoteException
void startgetMessage(String storeName54, String messageId55, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
getMessage53
- RemoteException
int getSize(String name59) throws RemoteException
getSize58
- RemoteException
void startgetSize(String name59, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
getSize58
- RemoteException
int getSearchSize(String storeName63, String query64) throws RemoteException
getSearchSize62
- RemoteException
void startgetSearchSize(String storeName63, String query64, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
getSearchSize62
- RemoteException
TransferableHL7Message[] getMessagesPaginated(String storeName68, int pageNumber69) throws RemoteException, HL7StoreAdminServiceIOException, HL7StoreAdminServiceClassNotFoundException, HL7StoreAdminServiceHL7Exception
getMessagesPaginated67
- HL7StoreAdminServiceIOException
- :HL7StoreAdminServiceClassNotFoundException
- :HL7StoreAdminServiceHL7Exception
- :RemoteException
void startgetMessagesPaginated(String storeName68, int pageNumber69, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
getMessagesPaginated67
- RemoteException
boolean sendMessage(String msg73, String storeName74, String proxyName75) throws RemoteException
sendMessage72
- RemoteException
void startsendMessage(String msg73, String storeName74, String proxyName75, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
sendMessage72
- RemoteException
Copyright © 2017 WSO2. All rights reserved.