Interface HL7StoreAdminService
-
- All Known Implementing Classes:
HL7StoreAdminServiceStub
public interface HL7StoreAdminService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
flushMessages(String storeName43)
Auto generated method signatureString
getClassName(String name39)
Auto generated method signatureString[]
getHL7Proxies(String storeName30)
Auto generated method signatureString[]
getHL7StoreNames()
Auto generated method signatureTransferableHL7Message
getMessage(String storeName65, String messageId66)
Auto generated method signatureTransferableHL7Message[]
getMessages(String storeName61)
Auto generated method signatureTransferableHL7Message[]
getMessagesPaginated(String storeName47, int pageNumber48)
Auto generated method signatureint
getSearchSize(String storeName34, String query35)
Auto generated method signatureint
getSize(String name52)
Auto generated method signatureTransferableHL7Message[]
search(String storeName56, String query57)
Auto generated method signatureboolean
sendMessage(String msg70, String storeName71, String proxyName72)
Auto generated method signaturevoid
startflushMessages(String storeName43, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetClassName(String name39, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetHL7Proxies(String storeName30, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetHL7StoreNames(HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMessage(String storeName65, String messageId66, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMessages(String storeName61, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMessagesPaginated(String storeName47, int pageNumber48, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSearchSize(String storeName34, String query35, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSize(String name52, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startsearch(String storeName56, String query57, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startsendMessage(String msg70, String storeName71, String proxyName72, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startupdateMessage(String storeName23, String messageId24, String er7Payload25, String xmlPayload26, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsboolean
updateMessage(String storeName23, String messageId24, String er7Payload25, String xmlPayload26)
Auto generated method signature
-
-
-
Method Detail
-
updateMessage
boolean updateMessage(String storeName23, String messageId24, String er7Payload25, String xmlPayload26) throws RemoteException
Auto generated method signature- Parameters:
updateMessage22
-- Throws:
RemoteException
-
startupdateMessage
void startupdateMessage(String storeName23, String messageId24, String er7Payload25, String xmlPayload26, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
updateMessage22
-- Throws:
RemoteException
-
getHL7Proxies
String[] getHL7Proxies(String storeName30) throws RemoteException
Auto generated method signature- Parameters:
getHL7Proxies29
-- Throws:
RemoteException
-
startgetHL7Proxies
void startgetHL7Proxies(String storeName30, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getHL7Proxies29
-- Throws:
RemoteException
-
getSearchSize
int getSearchSize(String storeName34, String query35) throws RemoteException
Auto generated method signature- Parameters:
getSearchSize33
-- Throws:
RemoteException
-
startgetSearchSize
void startgetSearchSize(String storeName34, String query35, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getSearchSize33
-- Throws:
RemoteException
-
getClassName
String getClassName(String name39) throws RemoteException
Auto generated method signature- Parameters:
getClassName38
-- Throws:
RemoteException
-
startgetClassName
void startgetClassName(String name39, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getClassName38
-- Throws:
RemoteException
-
flushMessages
boolean flushMessages(String storeName43) throws RemoteException
Auto generated method signature- Parameters:
flushMessages42
-- Throws:
RemoteException
-
startflushMessages
void startflushMessages(String storeName43, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
flushMessages42
-- Throws:
RemoteException
-
getMessagesPaginated
TransferableHL7Message[] getMessagesPaginated(String storeName47, int pageNumber48) throws RemoteException, HL7StoreAdminServiceHL7Exception, HL7StoreAdminServiceIOException, HL7StoreAdminServiceClassNotFoundException
Auto generated method signature- Parameters:
getMessagesPaginated46
-- Throws:
HL7StoreAdminServiceHL7Exception
- :HL7StoreAdminServiceIOException
- :HL7StoreAdminServiceClassNotFoundException
- :RemoteException
-
startgetMessagesPaginated
void startgetMessagesPaginated(String storeName47, int pageNumber48, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getMessagesPaginated46
-- Throws:
RemoteException
-
getSize
int getSize(String name52) throws RemoteException
Auto generated method signature- Parameters:
getSize51
-- Throws:
RemoteException
-
startgetSize
void startgetSize(String name52, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getSize51
-- Throws:
RemoteException
-
search
TransferableHL7Message[] search(String storeName56, String query57) throws RemoteException
Auto generated method signature- Parameters:
search55
-- Throws:
RemoteException
-
startsearch
void startsearch(String storeName56, String query57, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
search55
-- Throws:
RemoteException
-
getMessages
TransferableHL7Message[] getMessages(String storeName61) throws RemoteException
Auto generated method signature- Parameters:
getMessages60
-- Throws:
RemoteException
-
startgetMessages
void startgetMessages(String storeName61, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getMessages60
-- Throws:
RemoteException
-
getMessage
TransferableHL7Message getMessage(String storeName65, String messageId66) throws RemoteException, HL7StoreAdminServiceHL7Exception, HL7StoreAdminServiceIOException, HL7StoreAdminServiceClassNotFoundException
Auto generated method signature- Parameters:
getMessage64
-- Throws:
HL7StoreAdminServiceHL7Exception
- :HL7StoreAdminServiceIOException
- :HL7StoreAdminServiceClassNotFoundException
- :RemoteException
-
startgetMessage
void startgetMessage(String storeName65, String messageId66, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getMessage64
-- Throws:
RemoteException
-
sendMessage
boolean sendMessage(String msg70, String storeName71, String proxyName72) throws RemoteException
Auto generated method signature- Parameters:
sendMessage69
-- Throws:
RemoteException
-
startsendMessage
void startsendMessage(String msg70, String storeName71, String proxyName72, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
sendMessage69
-- Throws:
RemoteException
-
getHL7StoreNames
String[] getHL7StoreNames() throws RemoteException
Auto generated method signature- Parameters:
getHL7StoreNames75
-- Throws:
RemoteException
-
startgetHL7StoreNames
void startgetHL7StoreNames(HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getHL7StoreNames75
-- Throws:
RemoteException
-
-