Interface MessageStoreAdminService
-
- All Known Implementing Classes:
MessageStoreAdminServiceStub
public interface MessageStoreAdminService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addMessageStore(String xml19)
Auto generated method signature for Asynchronous Invocationsvoid
deleteAllMessages(String name59)
Auto generated method signature for Asynchronous Invocationsvoid
deleteFirstMessages(String name47)
Auto generated method signature for Asynchronous Invocationsvoid
deleteMessage(String name56, String messageId57)
Auto generated method signature for Asynchronous Invocationsvoid
deleteMessageStore(String name49)
Auto generated method signature for Asynchronous InvocationsMessageInfo[]
getAllMessages(String name30)
Auto generated method signatureString
getClassName(String name43)
Auto generated method signatureString
getEnvelope(String name38, String messageId39)
Auto generated method signatureString
getMessageStore(String name34)
Auto generated method signatureMessageStoreMetaData[]
getMessageStoreData()
Auto generated method signatureString[]
getMessageStoreNames()
Auto generated method signatureMessageInfo[]
getPaginatedMessages(String name51, int pageNumber52)
Auto generated method signatureint
getSize(String name24)
Auto generated method signaturevoid
modifyMessageStore(String xml28)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAllMessages(String name30, MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetClassName(String name43, MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEnvelope(String name38, String messageId39, MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMessageStore(String name34, MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMessageStoreData(MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMessageStoreNames(MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetPaginatedMessages(String name51, int pageNumber52, MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSize(String name24, MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
addMessageStore
void addMessageStore(String xml19) throws RemoteException, Exception
Auto generated method signature for Asynchronous Invocations- Throws:
Exception
- :RemoteException
-
getMessageStoreNames
String[] getMessageStoreNames() throws RemoteException
Auto generated method signature- Parameters:
getMessageStoreNames20
-- Throws:
RemoteException
-
startgetMessageStoreNames
void startgetMessageStoreNames(MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getMessageStoreNames20
-- Throws:
RemoteException
-
getSize
int getSize(String name24) throws RemoteException
Auto generated method signature- Parameters:
getSize23
-- Throws:
RemoteException
-
startgetSize
void startgetSize(String name24, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getSize23
-- Throws:
RemoteException
-
modifyMessageStore
void modifyMessageStore(String xml28) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
getAllMessages
MessageInfo[] getAllMessages(String name30) throws RemoteException
Auto generated method signature- Parameters:
getAllMessages29
-- Throws:
RemoteException
-
startgetAllMessages
void startgetAllMessages(String name30, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAllMessages29
-- Throws:
RemoteException
-
getMessageStore
String getMessageStore(String name34) throws RemoteException
Auto generated method signature- Parameters:
getMessageStore33
-- Throws:
RemoteException
-
startgetMessageStore
void startgetMessageStore(String name34, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getMessageStore33
-- Throws:
RemoteException
-
getEnvelope
String getEnvelope(String name38, String messageId39) throws RemoteException
Auto generated method signature- Parameters:
getEnvelope37
-- Throws:
RemoteException
-
startgetEnvelope
void startgetEnvelope(String name38, String messageId39, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getEnvelope37
-- Throws:
RemoteException
-
getClassName
String getClassName(String name43) throws RemoteException
Auto generated method signature- Parameters:
getClassName42
-- Throws:
RemoteException
-
startgetClassName
void startgetClassName(String name43, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getClassName42
-- Throws:
RemoteException
-
deleteFirstMessages
void deleteFirstMessages(String name47) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
deleteMessageStore
void deleteMessageStore(String name49) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
getPaginatedMessages
MessageInfo[] getPaginatedMessages(String name51, int pageNumber52) throws RemoteException
Auto generated method signature- Parameters:
getPaginatedMessages50
-- Throws:
RemoteException
-
startgetPaginatedMessages
void startgetPaginatedMessages(String name51, int pageNumber52, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getPaginatedMessages50
-- Throws:
RemoteException
-
deleteMessage
void deleteMessage(String name56, String messageId57) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
deleteAllMessages
void deleteAllMessages(String name59) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
getMessageStoreData
MessageStoreMetaData[] getMessageStoreData() throws RemoteException
Auto generated method signature- Parameters:
getMessageStoreData60
-- Throws:
RemoteException
-
startgetMessageStoreData
void startgetMessageStoreData(MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getMessageStoreData60
-- Throws:
RemoteException
-
-