public interface AndesAdminService
Modifier and Type | Method and Description |
---|---|
void |
addQueueAndAssignPermission(String queueName301,
QueueRolePermission[] queueRolePermissionsDTO302)
Auto generated method signature
|
Message[] |
browseQueue(String queueName308,
long nextMessageIdToRead309,
int maxMsgCount310)
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 queueName145)
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 username293)
Auto generated method signature
|
boolean |
checkUserHasBrowseMessagesInDLCPermission(String username265)
Auto generated method signature
|
boolean |
checkUserHasBrowseQueuePermission(String username289)
Auto generated method signature
|
boolean |
checkUserHasDeleteMessagesInDLCPermission(String username138)
Auto generated method signature
|
boolean |
checkUserHasDeleteQueuePermission(String username239)
Auto generated method signature
|
boolean |
checkUserHasPublishPermission(String queueName122,
String userName123)
Auto generated method signature
|
boolean |
checkUserHasPurgeQueuePermission(String username278)
Auto generated method signature
|
boolean |
checkUserHasRerouteMessagesInDLCPermission(String username201)
Auto generated method signature
|
boolean |
checkUserHasRestoreMessagesInDLCPermission(String username297)
Auto generated method signature
|
void |
closeSubscription(boolean isDurable167,
String subscriptionID168,
String subscribedQueueOrTopicName169,
String protocolType170,
String destinationType171,
String subscriberQueueName172)
Auto generated method signature
|
void |
deleteMessagesFromDeadLetterQueue(long[] messageIDs197,
String destinationQueueName198)
Auto generated method signature
|
void |
deleteQueue(String queueName164)
Auto generated method signature
|
void |
deleteTopicFromRegistry(String topicName182,
String subscriptionId183)
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 isDurable100,
boolean isActive101,
String protocolType102,
String destinationType103,
String filteredNamePattern104,
boolean isFilteredNameByExactMatch105,
String identifierPattern106,
boolean isIdentifierPatternByExactMatch107,
String ownNodeId108,
int pageNumber109,
int subscriptionCountPerPage110)
Auto generated method signature
|
long |
getMessageCount(String destinationName260,
String msgPattern261)
Auto generated method signature
|
int |
getMessageCountForSubscriber(String subscriptionID229,
boolean durable230,
String protocolType231,
String destinationType232)
Auto generated method signature
|
Message[] |
getMessageMetadataInDeadLetterChannel(String targetQueue243,
long startMessageId244,
int pageLimit245)
Auto generated method signature
|
Message[] |
getMessagesInDLCForQueue(String queueName254,
long nextMessageIdToRead255,
int maxMsgCount256)
Auto generated method signature
|
String[] |
getNamesOfAllDurableQueues()
Auto generated method signature
|
long |
getNumberOfMessagesInDLCForQueue(String queueName131)
Auto generated method signature
|
long |
getPendingMessageCount(String queueName215)
Auto generated method signature
|
Queue |
getQueueByName(String queueName285)
Auto generated method signature
|
QueueRolePermission[] |
getQueueRolePermission(String queueName175)
Auto generated method signature
|
Subscription[] |
getSubscriptions(String isDurable208,
String isActive209,
String protocolType210,
String destinationType211)
Auto generated method signature
|
long |
getTotalMessagesInQueue(String queueName225)
Auto generated method signature
|
int |
getTotalSubscriptionCountForSearchResult(boolean isDurable314,
boolean isActive315,
String protocolType316,
String destinationType317,
String filteredNamePattern318,
boolean isFilteredNameByExactMatch319,
String identifierPattern320,
boolean isIdentifierPatternByExactMatch321,
String ownNodeId322)
Auto generated method signature
|
String[] |
getUserRoles()
Auto generated method signature
|
void |
purgeMessagesOfQueue(String queueName282)
Auto generated method signature
|
String |
rerouteAllMessagesFromDeadLetterChannelForQueue(String sourceQueue219,
String targetQueue220,
int internalBatchSize221)
Auto generated method signature
|
long |
rerouteSelectedMessagesFromDeadLetterChannel(long[] messageIDs152,
String newDestinationQueueName153,
String destinationQueueName154)
Auto generated method signature
|
long |
restoreSelectedMessagesFromDeadLetterChannel(long[] messageIDs114,
String destinationQueueName115)
Auto generated method signature
|
boolean |
sendMessage(String queueName186,
String jmsType187,
String jmsCorrelationID188,
int numberOfMessages189,
String message190,
int deliveryMode191,
int priority192,
long expireTime193)
Auto generated method signature
|
void |
startaddQueueAndAssignPermission(String queueName301,
QueueRolePermission[] queueRolePermissionsDTO302,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startbrowseQueue(String queueName308,
long nextMessageIdToRead309,
int maxMsgCount310,
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 queueName145,
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 username293,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasBrowseMessagesInDLCPermission(String username265,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasBrowseQueuePermission(String username289,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasDeleteMessagesInDLCPermission(String username138,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasDeleteQueuePermission(String username239,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasPublishPermission(String queueName122,
String userName123,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasPurgeQueuePermission(String username278,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasRerouteMessagesInDLCPermission(String username201,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasRestoreMessagesInDLCPermission(String username297,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcloseSubscription(boolean isDurable167,
String subscriptionID168,
String subscribedQueueOrTopicName169,
String protocolType170,
String destinationType171,
String subscriberQueueName172,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteMessagesFromDeadLetterQueue(long[] messageIDs197,
String destinationQueueName198,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteQueue(String queueName164,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteTopicFromRegistry(String topicName182,
String subscriptionId183,
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 isDurable100,
boolean isActive101,
String protocolType102,
String destinationType103,
String filteredNamePattern104,
boolean isFilteredNameByExactMatch105,
String identifierPattern106,
boolean isIdentifierPatternByExactMatch107,
String ownNodeId108,
int pageNumber109,
int subscriptionCountPerPage110,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessageCount(String destinationName260,
String msgPattern261,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessageCountForSubscriber(String subscriptionID229,
boolean durable230,
String protocolType231,
String destinationType232,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessageMetadataInDeadLetterChannel(String targetQueue243,
long startMessageId244,
int pageLimit245,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessagesInDLCForQueue(String queueName254,
long nextMessageIdToRead255,
int maxMsgCount256,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetNamesOfAllDurableQueues(AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetNumberOfMessagesInDLCForQueue(String queueName131,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPendingMessageCount(String queueName215,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetQueueByName(String queueName285,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetQueueRolePermission(String queueName175,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSubscriptions(String isDurable208,
String isActive209,
String protocolType210,
String destinationType211,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTotalMessagesInQueue(String queueName225,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTotalSubscriptionCountForSearchResult(boolean isDurable314,
boolean isActive315,
String protocolType316,
String destinationType317,
String filteredNamePattern318,
boolean isFilteredNameByExactMatch319,
String identifierPattern320,
boolean isIdentifierPatternByExactMatch321,
String ownNodeId322,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetUserRoles(AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startpurgeMessagesOfQueue(String queueName282,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrerouteAllMessagesFromDeadLetterChannelForQueue(String sourceQueue219,
String targetQueue220,
int internalBatchSize221,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrerouteSelectedMessagesFromDeadLetterChannel(long[] messageIDs152,
String newDestinationQueueName153,
String destinationQueueName154,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrestoreSelectedMessagesFromDeadLetterChannel(long[] messageIDs114,
String destinationQueueName115,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsendMessage(String queueName186,
String jmsType187,
String jmsCorrelationID188,
int numberOfMessages189,
String message190,
int deliveryMode191,
int priority192,
long expireTime193,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdatePermission(String queueName127,
QueueRolePermission[] queueRolePermissionsDTO128,
AndesAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updatePermission(String queueName127,
QueueRolePermission[] queueRolePermissionsDTO128)
Auto generated method signature
|
boolean checkCurrentUserHasRestoreMessagesInDLCPermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasRestoreMessagesInDLCPermission96
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasRestoreMessagesInDLCPermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasRestoreMessagesInDLCPermission96
- RemoteException
Subscription[] getFilteredSubscriptions(boolean isDurable100, boolean isActive101, String protocolType102, String destinationType103, String filteredNamePattern104, boolean isFilteredNameByExactMatch105, String identifierPattern106, boolean isIdentifierPatternByExactMatch107, String ownNodeId108, int pageNumber109, int subscriptionCountPerPage110) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getFilteredSubscriptions99
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetFilteredSubscriptions(boolean isDurable100, boolean isActive101, String protocolType102, String destinationType103, String filteredNamePattern104, boolean isFilteredNameByExactMatch105, String identifierPattern106, boolean isIdentifierPatternByExactMatch107, String ownNodeId108, int pageNumber109, int subscriptionCountPerPage110, AndesAdminServiceCallbackHandler callback) throws RemoteException
getFilteredSubscriptions99
- RemoteException
long restoreSelectedMessagesFromDeadLetterChannel(long[] messageIDs114, String destinationQueueName115) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
restoreSelectedMessagesFromDeadLetterChannel113
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startrestoreSelectedMessagesFromDeadLetterChannel(long[] messageIDs114, String destinationQueueName115, AndesAdminServiceCallbackHandler callback) throws RemoteException
restoreSelectedMessagesFromDeadLetterChannel113
- RemoteException
boolean checkCurrentUserHasBrowseMessagesInDLCPermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasBrowseMessagesInDLCPermission118
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasBrowseMessagesInDLCPermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasBrowseMessagesInDLCPermission118
- RemoteException
boolean checkUserHasPublishPermission(String queueName122, String userName123) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkUserHasPublishPermission121
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckUserHasPublishPermission(String queueName122, String userName123, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasPublishPermission121
- RemoteException
void updatePermission(String queueName127, QueueRolePermission[] queueRolePermissionsDTO128) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
updatePermission126
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startupdatePermission(String queueName127, QueueRolePermission[] queueRolePermissionsDTO128, AndesAdminServiceCallbackHandler callback) throws RemoteException
updatePermission126
- RemoteException
long getNumberOfMessagesInDLCForQueue(String queueName131) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getNumberOfMessagesInDLCForQueue130
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetNumberOfMessagesInDLCForQueue(String queueName131, AndesAdminServiceCallbackHandler callback) throws RemoteException
getNumberOfMessagesInDLCForQueue130
- RemoteException
Queue getDLCQueue() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getDLCQueue134
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetDLCQueue(AndesAdminServiceCallbackHandler callback) throws RemoteException
getDLCQueue134
- RemoteException
boolean checkUserHasDeleteMessagesInDLCPermission(String username138) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkUserHasDeleteMessagesInDLCPermission137
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckUserHasDeleteMessagesInDLCPermission(String username138, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasDeleteMessagesInDLCPermission137
- RemoteException
boolean checkCurrentUserHasPurgeQueuePermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasPurgeQueuePermission141
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasPurgeQueuePermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasPurgeQueuePermission141
- RemoteException
boolean checkCurrentUserHasPublishPermission(String queueName145) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasPublishPermission144
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasPublishPermission(String queueName145, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasPublishPermission144
- RemoteException
boolean checkCurrentUserHasRerouteMessagesInDLCPermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasRerouteMessagesInDLCPermission148
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasRerouteMessagesInDLCPermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasRerouteMessagesInDLCPermission148
- RemoteException
long rerouteSelectedMessagesFromDeadLetterChannel(long[] messageIDs152, String newDestinationQueueName153, String destinationQueueName154) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
rerouteSelectedMessagesFromDeadLetterChannel151
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startrerouteSelectedMessagesFromDeadLetterChannel(long[] messageIDs152, String newDestinationQueueName153, String destinationQueueName154, AndesAdminServiceCallbackHandler callback) throws RemoteException
rerouteSelectedMessagesFromDeadLetterChannel151
- RemoteException
boolean checkCurrentUserHasAddQueuePermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasAddQueuePermission157
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasAddQueuePermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasAddQueuePermission157
- RemoteException
boolean checkCurrentUserHasTopicSubscriptionClosePermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasTopicSubscriptionClosePermission160
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasTopicSubscriptionClosePermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasTopicSubscriptionClosePermission160
- RemoteException
void deleteQueue(String queueName164) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
deleteQueue163
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startdeleteQueue(String queueName164, AndesAdminServiceCallbackHandler callback) throws RemoteException
deleteQueue163
- RemoteException
void closeSubscription(boolean isDurable167, String subscriptionID168, String subscribedQueueOrTopicName169, String protocolType170, String destinationType171, String subscriberQueueName172) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
closeSubscription166
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcloseSubscription(boolean isDurable167, String subscriptionID168, String subscribedQueueOrTopicName169, String protocolType170, String destinationType171, String subscriberQueueName172, AndesAdminServiceCallbackHandler callback) throws RemoteException
closeSubscription166
- RemoteException
QueueRolePermission[] getQueueRolePermission(String queueName175) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getQueueRolePermission174
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetQueueRolePermission(String queueName175, AndesAdminServiceCallbackHandler callback) throws RemoteException
getQueueRolePermission174
- RemoteException
boolean checkCurrentUserHasDeleteQueuePermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasDeleteQueuePermission178
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasDeleteQueuePermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasDeleteQueuePermission178
- RemoteException
void deleteTopicFromRegistry(String topicName182, String subscriptionId183) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
deleteTopicFromRegistry181
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startdeleteTopicFromRegistry(String topicName182, String subscriptionId183, AndesAdminServiceCallbackHandler callback) throws RemoteException
deleteTopicFromRegistry181
- RemoteException
boolean sendMessage(String queueName186, String jmsType187, String jmsCorrelationID188, int numberOfMessages189, String message190, int deliveryMode191, int priority192, long expireTime193) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
sendMessage185
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startsendMessage(String queueName186, String jmsType187, String jmsCorrelationID188, int numberOfMessages189, String message190, int deliveryMode191, int priority192, long expireTime193, AndesAdminServiceCallbackHandler callback) throws RemoteException
sendMessage185
- RemoteException
void deleteMessagesFromDeadLetterQueue(long[] messageIDs197, String destinationQueueName198) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
deleteMessagesFromDeadLetterQueue196
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startdeleteMessagesFromDeadLetterQueue(long[] messageIDs197, String destinationQueueName198, AndesAdminServiceCallbackHandler callback) throws RemoteException
deleteMessagesFromDeadLetterQueue196
- RemoteException
boolean checkUserHasRerouteMessagesInDLCPermission(String username201) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkUserHasRerouteMessagesInDLCPermission200
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckUserHasRerouteMessagesInDLCPermission(String username201, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasRerouteMessagesInDLCPermission200
- RemoteException
boolean checkCurrentUserHasDeleteMessagesInDLCPermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasDeleteMessagesInDLCPermission204
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasDeleteMessagesInDLCPermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasDeleteMessagesInDLCPermission204
- RemoteException
Subscription[] getSubscriptions(String isDurable208, String isActive209, String protocolType210, String destinationType211) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getSubscriptions207
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetSubscriptions(String isDurable208, String isActive209, String protocolType210, String destinationType211, AndesAdminServiceCallbackHandler callback) throws RemoteException
getSubscriptions207
- RemoteException
long getPendingMessageCount(String queueName215) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getPendingMessageCount214
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetPendingMessageCount(String queueName215, AndesAdminServiceCallbackHandler callback) throws RemoteException
getPendingMessageCount214
- RemoteException
String rerouteAllMessagesFromDeadLetterChannelForQueue(String sourceQueue219, String targetQueue220, int internalBatchSize221) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
rerouteAllMessagesFromDeadLetterChannelForQueue218
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startrerouteAllMessagesFromDeadLetterChannelForQueue(String sourceQueue219, String targetQueue220, int internalBatchSize221, AndesAdminServiceCallbackHandler callback) throws RemoteException
rerouteAllMessagesFromDeadLetterChannelForQueue218
- RemoteException
long getTotalMessagesInQueue(String queueName225) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getTotalMessagesInQueue224
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetTotalMessagesInQueue(String queueName225, AndesAdminServiceCallbackHandler callback) throws RemoteException
getTotalMessagesInQueue224
- RemoteException
int getMessageCountForSubscriber(String subscriptionID229, boolean durable230, String protocolType231, String destinationType232) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getMessageCountForSubscriber228
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetMessageCountForSubscriber(String subscriptionID229, boolean durable230, String protocolType231, String destinationType232, AndesAdminServiceCallbackHandler callback) throws RemoteException
getMessageCountForSubscriber228
- RemoteException
Queue[] getAllQueues() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getAllQueues235
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetAllQueues(AndesAdminServiceCallbackHandler callback) throws RemoteException
getAllQueues235
- RemoteException
boolean checkUserHasDeleteQueuePermission(String username239) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkUserHasDeleteQueuePermission238
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckUserHasDeleteQueuePermission(String username239, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasDeleteQueuePermission238
- RemoteException
Message[] getMessageMetadataInDeadLetterChannel(String targetQueue243, long startMessageId244, int pageLimit245) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getMessageMetadataInDeadLetterChannel242
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetMessageMetadataInDeadLetterChannel(String targetQueue243, long startMessageId244, int pageLimit245, AndesAdminServiceCallbackHandler callback) throws RemoteException
getMessageMetadataInDeadLetterChannel242
- RemoteException
Subscription[] getAllSubscriptions() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getAllSubscriptions248
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetAllSubscriptions(AndesAdminServiceCallbackHandler callback) throws RemoteException
getAllSubscriptions248
- RemoteException
void dumpMessageStatus() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
dumpMessageStatus251
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startdumpMessageStatus(AndesAdminServiceCallbackHandler callback) throws RemoteException
dumpMessageStatus251
- RemoteException
Message[] getMessagesInDLCForQueue(String queueName254, long nextMessageIdToRead255, int maxMsgCount256) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getMessagesInDLCForQueue253
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetMessagesInDLCForQueue(String queueName254, long nextMessageIdToRead255, int maxMsgCount256, AndesAdminServiceCallbackHandler callback) throws RemoteException
getMessagesInDLCForQueue253
- RemoteException
long getMessageCount(String destinationName260, String msgPattern261) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getMessageCount259
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetMessageCount(String destinationName260, String msgPattern261, AndesAdminServiceCallbackHandler callback) throws RemoteException
getMessageCount259
- RemoteException
boolean checkUserHasBrowseMessagesInDLCPermission(String username265) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkUserHasBrowseMessagesInDLCPermission264
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckUserHasBrowseMessagesInDLCPermission(String username265, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasBrowseMessagesInDLCPermission264
- RemoteException
boolean checkCurrentUserHasBrowseQueuePermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasBrowseQueuePermission268
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasBrowseQueuePermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasBrowseQueuePermission268
- RemoteException
String[] getUserRoles() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getUserRoles271
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetUserRoles(AndesAdminServiceCallbackHandler callback) throws RemoteException
getUserRoles271
- RemoteException
boolean checkCurrentUserHasQueueSubscriptionClosePermission() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkCurrentUserHasQueueSubscriptionClosePermission274
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasQueueSubscriptionClosePermission(AndesAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasQueueSubscriptionClosePermission274
- RemoteException
boolean checkUserHasPurgeQueuePermission(String username278) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkUserHasPurgeQueuePermission277
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckUserHasPurgeQueuePermission(String username278, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasPurgeQueuePermission277
- RemoteException
void purgeMessagesOfQueue(String queueName282) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
purgeMessagesOfQueue281
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startpurgeMessagesOfQueue(String queueName282, AndesAdminServiceCallbackHandler callback) throws RemoteException
purgeMessagesOfQueue281
- RemoteException
Queue getQueueByName(String queueName285) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getQueueByName284
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetQueueByName(String queueName285, AndesAdminServiceCallbackHandler callback) throws RemoteException
getQueueByName284
- RemoteException
boolean checkUserHasBrowseQueuePermission(String username289) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkUserHasBrowseQueuePermission288
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckUserHasBrowseQueuePermission(String username289, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasBrowseQueuePermission288
- RemoteException
boolean checkUserHasAddQueuePermission(String username293) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkUserHasAddQueuePermission292
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckUserHasAddQueuePermission(String username293, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasAddQueuePermission292
- RemoteException
boolean checkUserHasRestoreMessagesInDLCPermission(String username297) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
checkUserHasRestoreMessagesInDLCPermission296
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckUserHasRestoreMessagesInDLCPermission(String username297, AndesAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasRestoreMessagesInDLCPermission296
- RemoteException
void addQueueAndAssignPermission(String queueName301, QueueRolePermission[] queueRolePermissionsDTO302) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
addQueueAndAssignPermission300
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startaddQueueAndAssignPermission(String queueName301, QueueRolePermission[] queueRolePermissionsDTO302, AndesAdminServiceCallbackHandler callback) throws RemoteException
addQueueAndAssignPermission300
- RemoteException
String[] getNamesOfAllDurableQueues() throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getNamesOfAllDurableQueues304
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetNamesOfAllDurableQueues(AndesAdminServiceCallbackHandler callback) throws RemoteException
getNamesOfAllDurableQueues304
- RemoteException
Message[] browseQueue(String queueName308, long nextMessageIdToRead309, int maxMsgCount310) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
browseQueue307
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startbrowseQueue(String queueName308, long nextMessageIdToRead309, int maxMsgCount310, AndesAdminServiceCallbackHandler callback) throws RemoteException
browseQueue307
- RemoteException
int getTotalSubscriptionCountForSearchResult(boolean isDurable314, boolean isActive315, String protocolType316, String destinationType317, String filteredNamePattern318, boolean isFilteredNameByExactMatch319, String identifierPattern320, boolean isIdentifierPatternByExactMatch321, String ownNodeId322) throws RemoteException, AndesAdminServiceBrokerManagerAdminException
getTotalSubscriptionCountForSearchResult313
- AndesAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetTotalSubscriptionCountForSearchResult(boolean isDurable314, boolean isActive315, String protocolType316, String destinationType317, String filteredNamePattern318, boolean isFilteredNameByExactMatch319, String identifierPattern320, boolean isIdentifierPatternByExactMatch321, String ownNodeId322, AndesAdminServiceCallbackHandler callback) throws RemoteException
getTotalSubscriptionCountForSearchResult313
- RemoteException
Copyright © 2018 WSO2. All rights reserved.