public interface AndesAdminService
Modifier and Type | Method and Description |
---|---|
void |
addQueueAndAssignPermission(String queueName173,
QueueRolePermission[] queueRolePermissionsDTO174)
Auto generated method signature
|
Message[] |
browseQueue(String queueName148,
long nextMessageIdToRead149,
int maxMsgCount150)
Auto generated method signature
|
boolean |
checkCurrentUserHasAddQueuePermission()
Auto generated method signature
|
boolean |
checkCurrentUserHasBrowseMessagesInDLCPermission()
Auto generated method signature
|
boolean |
checkCurrentUserHasBrowseQueuePermission()
Auto generated method signature
|
boolean |
checkCurrentUserHasDeleteMessagesInDLCPermission()
Auto generated method signature
|
boolean |
checkCurrentUserHasDeleteQueuePermission()
Auto generated method signature
|
boolean |
checkCurrentUserHasPublishPermission(String queueName130)
Auto generated method signature
|
boolean |
checkCurrentUserHasPurgeQueuePermission()
Auto generated method signature
|
boolean |
checkCurrentUserHasQueueSubscriptionClosePermission()
Auto generated method signature
|
boolean |
checkCurrentUserHasRerouteMessagesInDLCPermission()
Auto generated method signature
|
boolean |
checkCurrentUserHasRestoreMessagesInDLCPermission()
Auto generated method signature
|
boolean |
checkCurrentUserHasTopicSubscriptionClosePermission()
Auto generated method signature
|
boolean |
checkUserHasAddQueuePermission(String username272)
Auto generated method signature
|
boolean |
checkUserHasBrowseMessagesInDLCPermission(String username304)
Auto generated method signature
|
boolean |
checkUserHasBrowseQueuePermission(String username119)
Auto generated method signature
|
boolean |
checkUserHasDeleteMessagesInDLCPermission(String username144)
Auto generated method signature
|
boolean |
checkUserHasDeleteQueuePermission(String username169)
Auto generated method signature
|
boolean |
checkUserHasPublishPermission(String queueName276,
String userName277)
Auto generated method signature
|
boolean |
checkUserHasPurgeQueuePermission(String username134)
Auto generated method signature
|
boolean |
checkUserHasRerouteMessagesInDLCPermission(String username246)
Auto generated method signature
|
boolean |
checkUserHasRestoreMessagesInDLCPermission(String username104)
Auto generated method signature
|
void |
closeSubscription(boolean isDurable238,
String subscriptionID239,
String subscribedQueueOrTopicName240,
String protocolType241,
String destinationType242,
String subscriberQueueName243)
Auto generated method signature
|
void |
deleteMessagesFromDeadLetterQueue(long[] messageIDs126,
String destinationQueueName127)
Auto generated method signature
|
void |
deleteQueue(String queueName261)
Auto generated method signature
|
void |
deleteTopicFromRegistry(String topicName97,
String subscriptionId98)
Auto generated method signature
|
void |
dumpMessageStatus()
Auto generated method signature
|
Queue[] |
getAllQueues()
Auto generated method signature
|
Subscription[] |
getAllSubscriptions()
Auto generated method signature
|
Queue |
getDLCQueue()
Auto generated method signature
|
Subscription[] |
getFilteredSubscriptions(boolean isDurable209,
boolean isActive210,
String protocolType211,
String destinationType212,
String filteredNamePattern213,
boolean isFilteredNameByExactMatch214,
String identifierPattern215,
boolean isIdentifierPatternByExactMatch216,
String ownNodeId217,
int pageNumber218,
int subscriptionCountPerPage219)
Auto generated method signature
|
long |
getMessageCount(String destinationName183,
String msgPattern184)
Auto generated method signature
|
int |
getMessageCountForSubscriber(String subscriptionID108,
boolean durable109,
String protocolType110,
String destinationType111)
Auto generated method signature
|
Message[] |
getMessageMetadataInDeadLetterChannel(String targetQueue177,
long startMessageId178,
int pageLimit179)
Auto generated method signature
|
Message[] |
getMessagesInDLCForQueue(String queueName320,
long nextMessageIdToRead321,
int maxMsgCount322)
Auto generated method signature
|
String[] |
getNamesOfAllDurableQueues()
Auto generated method signature
|
long |
getNumberOfMessagesInDLCForQueue(String queueName115)
Auto generated method signature
|
long |
getPendingMessageCount(String queueName264)
Auto generated method signature
|
Queue |
getQueueByName(String queueName165)
Auto generated method signature
|
QueueRolePermission[] |
getQueueRolePermission(String queueName268)
Auto generated method signature
|
Subscription[] |
getSubscriptions(String isDurable297,
String isActive298,
String protocolType299,
String destinationType300)
Auto generated method signature
|
long |
getTotalMessagesInQueue(String queueName281)
Auto generated method signature
|
int |
getTotalSubscriptionCountForSearchResult(boolean isDurable308,
boolean isActive309,
String protocolType310,
String destinationType311,
String filteredNamePattern312,
boolean isFilteredNameByExactMatch313,
String identifierPattern314,
boolean isIdentifierPatternByExactMatch315,
String ownNodeId316)
Auto generated method signature
|
String[] |
getUserRoles()
Auto generated method signature
|
void |
purgeMessagesOfQueue(String queueName235)
Auto generated method signature
|
String |
rerouteAllMessagesFromDeadLetterChannelForQueue(String sourceQueue291,
String targetQueue292,
int internalBatchSize293)
Auto generated method signature
|
long |
rerouteSelectedMessagesFromDeadLetterChannel(long[] messageIDs285,
String newDestinationQueueName286,
String destinationQueueName287)
Auto generated method signature
|
long |
restoreSelectedMessagesFromDeadLetterChannel(long[] messageIDs253,
String destinationQueueName254)
Auto generated method signature
|
boolean |
sendMessage(String queueName154,
String jmsType155,
String jmsCorrelationID156,
int numberOfMessages157,
String message158,
int deliveryMode159,
int priority160,
long expireTime161)
Auto generated method signature
|
void |
startaddQueueAndAssignPermission(String queueName173,
QueueRolePermission[] queueRolePermissionsDTO174,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startbrowseQueue(String queueName148,
long nextMessageIdToRead149,
int maxMsgCount150,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasAddQueuePermission(AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasBrowseMessagesInDLCPermission(AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasBrowseQueuePermission(AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasDeleteMessagesInDLCPermission(AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasDeleteQueuePermission(AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasPublishPermission(String queueName130,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasPurgeQueuePermission(AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasQueueSubscriptionClosePermission(AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasRerouteMessagesInDLCPermission(AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasRestoreMessagesInDLCPermission(AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasTopicSubscriptionClosePermission(AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasAddQueuePermission(String username272,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasBrowseMessagesInDLCPermission(String username304,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasBrowseQueuePermission(String username119,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasDeleteMessagesInDLCPermission(String username144,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasDeleteQueuePermission(String username169,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasPublishPermission(String queueName276,
String userName277,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasPurgeQueuePermission(String username134,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasRerouteMessagesInDLCPermission(String username246,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasRestoreMessagesInDLCPermission(String username104,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcloseSubscription(boolean isDurable238,
String subscriptionID239,
String subscribedQueueOrTopicName240,
String protocolType241,
String destinationType242,
String subscriberQueueName243,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteMessagesFromDeadLetterQueue(long[] messageIDs126,
String destinationQueueName127,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteQueue(String queueName261,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteTopicFromRegistry(String topicName97,
String subscriptionId98,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdumpMessageStatus(AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllQueues(AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllSubscriptions(AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDLCQueue(AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetFilteredSubscriptions(boolean isDurable209,
boolean isActive210,
String protocolType211,
String destinationType212,
String filteredNamePattern213,
boolean isFilteredNameByExactMatch214,
String identifierPattern215,
boolean isIdentifierPatternByExactMatch216,
String ownNodeId217,
int pageNumber218,
int subscriptionCountPerPage219,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessageCount(String destinationName183,
String msgPattern184,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessageCountForSubscriber(String subscriptionID108,
boolean durable109,
String protocolType110,
String destinationType111,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessageMetadataInDeadLetterChannel(String targetQueue177,
long startMessageId178,
int pageLimit179,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessagesInDLCForQueue(String queueName320,
long nextMessageIdToRead321,
int maxMsgCount322,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetNamesOfAllDurableQueues(AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetNumberOfMessagesInDLCForQueue(String queueName115,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPendingMessageCount(String queueName264,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetQueueByName(String queueName165,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetQueueRolePermission(String queueName268,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSubscriptions(String isDurable297,
String isActive298,
String protocolType299,
String destinationType300,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTotalMessagesInQueue(String queueName281,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTotalSubscriptionCountForSearchResult(boolean isDurable308,
boolean isActive309,
String protocolType310,
String destinationType311,
String filteredNamePattern312,
boolean isFilteredNameByExactMatch313,
String identifierPattern314,
boolean isIdentifierPatternByExactMatch315,
String ownNodeId316,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetUserRoles(AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startpurgeMessagesOfQueue(String queueName235,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrerouteAllMessagesFromDeadLetterChannelForQueue(String sourceQueue291,
String targetQueue292,
int internalBatchSize293,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrerouteSelectedMessagesFromDeadLetterChannel(long[] messageIDs285,
String newDestinationQueueName286,
String destinationQueueName287,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrestoreSelectedMessagesFromDeadLetterChannel(long[] messageIDs253,
String destinationQueueName254,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsendMessage(String queueName154,
String jmsType155,
String jmsCorrelationID156,
int numberOfMessages157,
String message158,
int deliveryMode159,
int priority160,
long expireTime161,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdatePermission(String queueName188,
QueueRolePermission[] queueRolePermissionsDTO189,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updatePermission(String queueName188,
QueueRolePermission[] queueRolePermissionsDTO189)
Auto generated method signature
|
void deleteTopicFromRegistry(String topicName97, String subscriptionId98) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
deleteTopicFromRegistry96
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startdeleteTopicFromRegistry(String topicName97, String subscriptionId98, AndesAdminServiceCallbackHandler callback) throws RemoteException
deleteTopicFromRegistry96
- RemoteException
Queue getDLCQueue() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getDLCQueue100
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetDLCQueue(AndesAdminServiceCallbackHandler callback) throws RemoteException
getDLCQueue100
- RemoteException
boolean checkUserHasRestoreMessagesInDLCPermission(String username104) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkUserHasRestoreMessagesInDLCPermission103
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckUserHasRestoreMessagesInDLCPermission(String username104, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasRestoreMessagesInDLCPermission103
- RemoteException
int getMessageCountForSubscriber(String subscriptionID108, boolean durable109, String protocolType110, String destinationType111) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getMessageCountForSubscriber107
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetMessageCountForSubscriber(String subscriptionID108, boolean durable109, String protocolType110, String destinationType111, AndesAdminServiceCallbackHandler callback) throws RemoteException
getMessageCountForSubscriber107
- RemoteException
long getNumberOfMessagesInDLCForQueue(String queueName115) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getNumberOfMessagesInDLCForQueue114
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetNumberOfMessagesInDLCForQueue(String queueName115, AndesAdminServiceCallbackHandler callback) throws RemoteException
getNumberOfMessagesInDLCForQueue114
- RemoteException
boolean checkUserHasBrowseQueuePermission(String username119) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkUserHasBrowseQueuePermission118
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckUserHasBrowseQueuePermission(String username119, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasBrowseQueuePermission118
- RemoteException
boolean checkCurrentUserHasRestoreMessagesInDLCPermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasRestoreMessagesInDLCPermission122
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasRestoreMessagesInDLCPermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasRestoreMessagesInDLCPermission122
- RemoteException
void deleteMessagesFromDeadLetterQueue(long[] messageIDs126, String destinationQueueName127) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
deleteMessagesFromDeadLetterQueue125
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startdeleteMessagesFromDeadLetterQueue(long[] messageIDs126, String destinationQueueName127, AndesAdminServiceCallbackHandler callback) throws RemoteException
deleteMessagesFromDeadLetterQueue125
- RemoteException
boolean checkCurrentUserHasPublishPermission(String queueName130) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasPublishPermission129
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasPublishPermission(String queueName130, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasPublishPermission129
- RemoteException
boolean checkUserHasPurgeQueuePermission(String username134) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkUserHasPurgeQueuePermission133
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckUserHasPurgeQueuePermission(String username134, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasPurgeQueuePermission133
- RemoteException
Subscription[] getAllSubscriptions() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getAllSubscriptions137
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetAllSubscriptions(AndesAdminServiceCallbackHandler callback) throws RemoteException
getAllSubscriptions137
- RemoteException
boolean checkCurrentUserHasAddQueuePermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasAddQueuePermission140
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasAddQueuePermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasAddQueuePermission140
- RemoteException
boolean checkUserHasDeleteMessagesInDLCPermission(String username144) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkUserHasDeleteMessagesInDLCPermission143
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckUserHasDeleteMessagesInDLCPermission(String username144, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasDeleteMessagesInDLCPermission143
- RemoteException
Message[] browseQueue(String queueName148, long nextMessageIdToRead149, int maxMsgCount150) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
browseQueue147
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startbrowseQueue(String queueName148, long nextMessageIdToRead149, int maxMsgCount150, AndesAdminServiceCallbackHandler callback) throws RemoteException
browseQueue147
- RemoteException
boolean sendMessage(String queueName154, String jmsType155, String jmsCorrelationID156, int numberOfMessages157, String message158, int deliveryMode159, int priority160, long expireTime161) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
sendMessage153
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startsendMessage(String queueName154, String jmsType155, String jmsCorrelationID156, int numberOfMessages157, String message158, int deliveryMode159, int priority160, long expireTime161, AndesAdminServiceCallbackHandler callback) throws RemoteException
sendMessage153
- RemoteException
Queue getQueueByName(String queueName165) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getQueueByName164
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetQueueByName(String queueName165, AndesAdminServiceCallbackHandler callback) throws RemoteException
getQueueByName164
- RemoteException
boolean checkUserHasDeleteQueuePermission(String username169) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkUserHasDeleteQueuePermission168
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckUserHasDeleteQueuePermission(String username169, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasDeleteQueuePermission168
- RemoteException
void addQueueAndAssignPermission(String queueName173, QueueRolePermission[] queueRolePermissionsDTO174) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
addQueueAndAssignPermission172
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startaddQueueAndAssignPermission(String queueName173, QueueRolePermission[] queueRolePermissionsDTO174, AndesAdminServiceCallbackHandler callback) throws RemoteException
addQueueAndAssignPermission172
- RemoteException
Message[] getMessageMetadataInDeadLetterChannel(String targetQueue177, long startMessageId178, int pageLimit179) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getMessageMetadataInDeadLetterChannel176
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetMessageMetadataInDeadLetterChannel(String targetQueue177, long startMessageId178, int pageLimit179, AndesAdminServiceCallbackHandler callback) throws RemoteException
getMessageMetadataInDeadLetterChannel176
- RemoteException
long getMessageCount(String destinationName183, String msgPattern184) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getMessageCount182
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetMessageCount(String destinationName183, String msgPattern184, AndesAdminServiceCallbackHandler callback) throws RemoteException
getMessageCount182
- RemoteException
void updatePermission(String queueName188, QueueRolePermission[] queueRolePermissionsDTO189) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
updatePermission187
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startupdatePermission(String queueName188, QueueRolePermission[] queueRolePermissionsDTO189, AndesAdminServiceCallbackHandler callback) throws RemoteException
updatePermission187
- RemoteException
boolean checkCurrentUserHasBrowseMessagesInDLCPermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasBrowseMessagesInDLCPermission191
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasBrowseMessagesInDLCPermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasBrowseMessagesInDLCPermission191
- RemoteException
String[] getUserRoles() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getUserRoles194
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetUserRoles(AndesAdminServiceCallbackHandler callback) throws RemoteException
getUserRoles194
- RemoteException
void dumpMessageStatus() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
dumpMessageStatus197
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startdumpMessageStatus(AndesAdminServiceCallbackHandler callback) throws RemoteException
dumpMessageStatus197
- RemoteException
boolean checkCurrentUserHasTopicSubscriptionClosePermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasTopicSubscriptionClosePermission199
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasTopicSubscriptionClosePermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasTopicSubscriptionClosePermission199
- RemoteException
boolean checkCurrentUserHasDeleteQueuePermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasDeleteQueuePermission202
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasDeleteQueuePermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasDeleteQueuePermission202
- RemoteException
String[] getNamesOfAllDurableQueues() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getNamesOfAllDurableQueues205
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetNamesOfAllDurableQueues(AndesAdminServiceCallbackHandler callback) throws RemoteException
getNamesOfAllDurableQueues205
- RemoteException
Subscription[] getFilteredSubscriptions(boolean isDurable209, boolean isActive210, String protocolType211, String destinationType212, String filteredNamePattern213, boolean isFilteredNameByExactMatch214, String identifierPattern215, boolean isIdentifierPatternByExactMatch216, String ownNodeId217, int pageNumber218, int subscriptionCountPerPage219) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getFilteredSubscriptions208
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetFilteredSubscriptions(boolean isDurable209, boolean isActive210, String protocolType211, String destinationType212, String filteredNamePattern213, boolean isFilteredNameByExactMatch214, String identifierPattern215, boolean isIdentifierPatternByExactMatch216, String ownNodeId217, int pageNumber218, int subscriptionCountPerPage219, AndesAdminServiceCallbackHandler callback) throws RemoteException
getFilteredSubscriptions208
- RemoteException
boolean checkCurrentUserHasQueueSubscriptionClosePermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasQueueSubscriptionClosePermission222
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasQueueSubscriptionClosePermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasQueueSubscriptionClosePermission222
- RemoteException
boolean checkCurrentUserHasRerouteMessagesInDLCPermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasRerouteMessagesInDLCPermission225
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasRerouteMessagesInDLCPermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasRerouteMessagesInDLCPermission225
- RemoteException
boolean checkCurrentUserHasDeleteMessagesInDLCPermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasDeleteMessagesInDLCPermission228
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasDeleteMessagesInDLCPermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasDeleteMessagesInDLCPermission228
- RemoteException
boolean checkCurrentUserHasPurgeQueuePermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasPurgeQueuePermission231
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasPurgeQueuePermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasPurgeQueuePermission231
- RemoteException
void purgeMessagesOfQueue(String queueName235) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
purgeMessagesOfQueue234
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startpurgeMessagesOfQueue(String queueName235, AndesAdminServiceCallbackHandler callback) throws RemoteException
purgeMessagesOfQueue234
- RemoteException
void closeSubscription(boolean isDurable238, String subscriptionID239, String subscribedQueueOrTopicName240, String protocolType241, String destinationType242, String subscriberQueueName243) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
closeSubscription237
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcloseSubscription(boolean isDurable238, String subscriptionID239, String subscribedQueueOrTopicName240, String protocolType241, String destinationType242, String subscriberQueueName243, AndesAdminServiceCallbackHandler callback) throws RemoteException
closeSubscription237
- RemoteException
boolean checkUserHasRerouteMessagesInDLCPermission(String username246) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkUserHasRerouteMessagesInDLCPermission245
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckUserHasRerouteMessagesInDLCPermission(String username246, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasRerouteMessagesInDLCPermission245
- RemoteException
boolean checkCurrentUserHasBrowseQueuePermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasBrowseQueuePermission249
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasBrowseQueuePermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasBrowseQueuePermission249
- RemoteException
long restoreSelectedMessagesFromDeadLetterChannel(long[] messageIDs253, String destinationQueueName254) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
restoreSelectedMessagesFromDeadLetterChannel252
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startrestoreSelectedMessagesFromDeadLetterChannel(long[] messageIDs253, String destinationQueueName254, AndesAdminServiceCallbackHandler callback) throws RemoteException
restoreSelectedMessagesFromDeadLetterChannel252
- RemoteException
Queue[] getAllQueues() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getAllQueues257
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetAllQueues(AndesAdminServiceCallbackHandler callback) throws RemoteException
getAllQueues257
- RemoteException
void deleteQueue(String queueName261) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
deleteQueue260
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startdeleteQueue(String queueName261, AndesAdminServiceCallbackHandler callback) throws RemoteException
deleteQueue260
- RemoteException
long getPendingMessageCount(String queueName264) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getPendingMessageCount263
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetPendingMessageCount(String queueName264, AndesAdminServiceCallbackHandler callback) throws RemoteException
getPendingMessageCount263
- RemoteException
QueueRolePermission[] getQueueRolePermission(String queueName268) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getQueueRolePermission267
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetQueueRolePermission(String queueName268, AndesAdminServiceCallbackHandler callback) throws RemoteException
getQueueRolePermission267
- RemoteException
boolean checkUserHasAddQueuePermission(String username272) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkUserHasAddQueuePermission271
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckUserHasAddQueuePermission(String username272, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasAddQueuePermission271
- RemoteException
boolean checkUserHasPublishPermission(String queueName276, String userName277) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkUserHasPublishPermission275
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckUserHasPublishPermission(String queueName276, String userName277, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasPublishPermission275
- RemoteException
long getTotalMessagesInQueue(String queueName281) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getTotalMessagesInQueue280
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetTotalMessagesInQueue(String queueName281, AndesAdminServiceCallbackHandler callback) throws RemoteException
getTotalMessagesInQueue280
- RemoteException
long rerouteSelectedMessagesFromDeadLetterChannel(long[] messageIDs285, String newDestinationQueueName286, String destinationQueueName287) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
rerouteSelectedMessagesFromDeadLetterChannel284
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startrerouteSelectedMessagesFromDeadLetterChannel(long[] messageIDs285, String newDestinationQueueName286, String destinationQueueName287, AndesAdminServiceCallbackHandler callback) throws RemoteException
rerouteSelectedMessagesFromDeadLetterChannel284
- RemoteException
String rerouteAllMessagesFromDeadLetterChannelForQueue(String sourceQueue291, String targetQueue292, int internalBatchSize293) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
rerouteAllMessagesFromDeadLetterChannelForQueue290
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startrerouteAllMessagesFromDeadLetterChannelForQueue(String sourceQueue291, String targetQueue292, int internalBatchSize293, AndesAdminServiceCallbackHandler callback) throws RemoteException
rerouteAllMessagesFromDeadLetterChannelForQueue290
- RemoteException
Subscription[] getSubscriptions(String isDurable297, String isActive298, String protocolType299, String destinationType300) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getSubscriptions296
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetSubscriptions(String isDurable297, String isActive298, String protocolType299, String destinationType300, AndesAdminServiceCallbackHandler callback) throws RemoteException
getSubscriptions296
- RemoteException
boolean checkUserHasBrowseMessagesInDLCPermission(String username304) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkUserHasBrowseMessagesInDLCPermission303
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckUserHasBrowseMessagesInDLCPermission(String username304, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasBrowseMessagesInDLCPermission303
- RemoteException
int getTotalSubscriptionCountForSearchResult(boolean isDurable308, boolean isActive309, String protocolType310, String destinationType311, String filteredNamePattern312, boolean isFilteredNameByExactMatch313, String identifierPattern314, boolean isIdentifierPatternByExactMatch315, String ownNodeId316) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getTotalSubscriptionCountForSearchResult307
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetTotalSubscriptionCountForSearchResult(boolean isDurable308, boolean isActive309, String protocolType310, String destinationType311, String filteredNamePattern312, boolean isFilteredNameByExactMatch313, String identifierPattern314, boolean isIdentifierPatternByExactMatch315, String ownNodeId316, AndesAdminServiceCallbackHandler callback) throws RemoteException
getTotalSubscriptionCountForSearchResult307
- RemoteException
Message[] getMessagesInDLCForQueue(String queueName320, long nextMessageIdToRead321, int maxMsgCount322) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getMessagesInDLCForQueue319
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetMessagesInDLCForQueue(String queueName320, long nextMessageIdToRead321, int maxMsgCount322, AndesAdminServiceCallbackHandler callback) throws RemoteException
getMessagesInDLCForQueue319
- RemoteException
Copyright © 2017 WSO2. All rights reserved.