public interface MessageStoreAdminService
Modifier and Type | Method and Description |
---|---|
void |
addMessageStore(String xml19)
Auto generated method signature for Asynchronous Invocations
|
void |
deleteAllMessages(String name59)
Auto generated method signature for Asynchronous Invocations
|
void |
deleteFirstMessages(String name47)
Auto generated method signature for Asynchronous Invocations
|
void |
deleteMessage(String name56,
String messageId57)
Auto generated method signature for Asynchronous Invocations
|
void |
deleteMessageStore(String name49)
Auto generated method signature for Asynchronous Invocations
|
MessageInfo[] |
getAllMessages(String name30)
Auto generated method signature
|
String |
getClassName(String name43)
Auto generated method signature
|
String |
getEnvelope(String name38,
String messageId39)
Auto generated method signature
|
String |
getMessageStore(String name34)
Auto generated method signature
|
MessageStoreMetaData[] |
getMessageStoreData()
Auto generated method signature
|
String[] |
getMessageStoreNames()
Auto generated method signature
|
MessageInfo[] |
getPaginatedMessages(String name51,
int pageNumber52)
Auto generated method signature
|
int |
getSize(String name24)
Auto generated method signature
|
void |
modifyMessageStore(String xml28)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllMessages(String name30,
MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetClassName(String name43,
MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEnvelope(String name38,
String messageId39,
MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessageStore(String name34,
MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessageStoreData(MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessageStoreNames(MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPaginatedMessages(String name51,
int pageNumber52,
MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSize(String name24,
MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void addMessageStore(String xml19) throws RemoteException, Exception
Exception
- :RemoteException
String[] getMessageStoreNames() throws RemoteException
getMessageStoreNames20
- RemoteException
void startgetMessageStoreNames(MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
getMessageStoreNames20
- RemoteException
int getSize(String name24) throws RemoteException
getSize23
- RemoteException
void startgetSize(String name24, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
getSize23
- RemoteException
void modifyMessageStore(String xml28) throws RemoteException
RemoteException
MessageInfo[] getAllMessages(String name30) throws RemoteException
getAllMessages29
- RemoteException
void startgetAllMessages(String name30, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
getAllMessages29
- RemoteException
String getMessageStore(String name34) throws RemoteException
getMessageStore33
- RemoteException
void startgetMessageStore(String name34, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
getMessageStore33
- RemoteException
String getEnvelope(String name38, String messageId39) throws RemoteException
getEnvelope37
- RemoteException
void startgetEnvelope(String name38, String messageId39, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
getEnvelope37
- RemoteException
String getClassName(String name43) throws RemoteException
getClassName42
- RemoteException
void startgetClassName(String name43, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
getClassName42
- RemoteException
void deleteFirstMessages(String name47) throws RemoteException
RemoteException
void deleteMessageStore(String name49) throws RemoteException
RemoteException
MessageInfo[] getPaginatedMessages(String name51, int pageNumber52) throws RemoteException
getPaginatedMessages50
- RemoteException
void startgetPaginatedMessages(String name51, int pageNumber52, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
getPaginatedMessages50
- RemoteException
void deleteMessage(String name56, String messageId57) throws RemoteException
RemoteException
void deleteAllMessages(String name59) throws RemoteException
RemoteException
MessageStoreMetaData[] getMessageStoreData() throws RemoteException
getMessageStoreData60
- RemoteException
void startgetMessageStoreData(MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
getMessageStoreData60
- RemoteException
Copyright © 2022 WSO2. All rights reserved.