- com.microsoft.windowsazure.services.servicebus - package com.microsoft.windowsazure.services.servicebus
-
This package contains the service bus service class,
interface, and associated configuration and utility classes.
- com.microsoft.windowsazure.services.servicebus.models - package com.microsoft.windowsazure.services.servicebus.models
-
This package contains the service bus data transfer object
classes.
- configureWithConnectionString(String, Configuration, String) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
-
Creates a service bus configuration using the specified connection
string.
- configureWithSASAuthentication(String, String, String, String) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
-
Create a service bus configuration using the given SAS authentication information.
- configureWithSASAuthentication(Configuration, String, String, String, String) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
-
Create a service bus configuration using the given SAS authentication information.
- configureWithSASAuthentication(String, Configuration, String, String, String, String) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
-
Create a service bus configuration using the given SAS authentication information.
- configureWithWrapAuthentication(String, String, String, String, String) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
-
Creates a service bus configuration using the specified namespace, name,
and password.
- configureWithWrapAuthentication(Configuration, String, String, String, String, String) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
-
Creates a service bus configuration using the specified configuration,
namespace, name, and password.
- configureWithWrapAuthentication(String, Configuration, String, String, String, String, String) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
-
Creates a service bus configuration using the specified profile,
configuration, namespace, name, and password.
- CONNECTION_STRING - Static variable in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
-
Defines the configuration connection string constant.
- create() - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusService
-
Creates an instance of the ServiceBusContract API.
- create(Configuration) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusService
-
Creates an instance of the ServiceBusContract API using the
specified configuration.
- create(String) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusService
-
Creates an instance of the ServiceBusContract API.
- create(String, Configuration) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusService
-
Creates an instance of the ServiceBusContract API using the
specified configuration.
- createContext(ClassLoader) - Static method in class JAXBDebug
-
- createQueue(QueueInfo) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
-
Creates a queue.
- CreateQueueResult - Class in com.microsoft.windowsazure.services.servicebus.models
-
Represents the result of a createQueue operation.
- CreateQueueResult(QueueInfo) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.CreateQueueResult
-
Creates an instance of the CreateQueueResult class.
- createRule(String, String, RuleInfo) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
-
Creates a rule.
- CreateRuleResult - Class in com.microsoft.windowsazure.services.servicebus.models
-
Represents the result of a createRule operation.
- CreateRuleResult(RuleInfo) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.CreateRuleResult
-
Creates an instance of the CreateRuleResult class.
- createSubscription(String, SubscriptionInfo) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
-
Creates a subscription.
- CreateSubscriptionResult - Class in com.microsoft.windowsazure.services.servicebus.models
-
Represents the result of a createSubscription operation.
- CreateSubscriptionResult(SubscriptionInfo) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.CreateSubscriptionResult
-
Creates an instance of the CreateSubscriptionResult class.
- createTopic(TopicInfo) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
-
Creates a topic.
- CreateTopicResult - Class in com.microsoft.windowsazure.services.servicebus.models
-
Represents the result of a createTopic operation.
- CreateTopicResult(TopicInfo) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.CreateTopicResult
-
Creates an instance of the CreateTopicResult class.
- getAccessedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Gets the accessed at.
- getAccessedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Gets the accessed at.
- getAccessedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Gets the accessed at.
- getAction() - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
-
Returns the rule action used for the rule.
- getAutoDeleteOnIdle() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Gets the time span before auto deletion starts.
- getAutoDeleteOnIdle() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Gets the auto delete on idle.
- getAutoDeleteOnIdle() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Gets the auto delete on idle.
- getBody() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the body of the message.
- getBrokerProperties() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the properties of the message.
- getContentType() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the content type of the message.
- getCorrelationId() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the correlation ID.
- getCountDetails() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Gets the message count details.
- getCountDetails() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Gets the message count details.
- getCountDetails() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Gets the message count details.
- getCreatedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Gets the created at.
- getCreatedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
-
Gets the created at.
- getCreatedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Gets the created at.
- getCreatedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Gets the created at.
- getDate() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the date/time of the message.
- getDefaultMessageTimeToLive() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Returns the default message time-to-live (TTL).
- getDefaultMessageTimeToLive() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Returns the default message time-to-live (TTL).
- getDefaultMessageTimeToLive() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Returns the default message time-to-live (TTL).
- getDefaultRuleDescription() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Returns the description of the default rule.
- getDeliveryCount() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the delivery count of the message.
- getDuplicateDetectionHistoryTimeWindow() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Returns the time span during which the service bus will detect message
duplication.
- getDuplicateDetectionHistoryTimeWindow() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Returns the time span during which the service bus will detect message
duplication.
- getEntityAvailabilityStatus() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Gets the entity availability status.
- getEntityAvailabilityStatus() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Gets the entity availability status.
- getEntityAvailabilityStatus() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Gets the entity availability status.
- getFilter() - Method in class com.microsoft.windowsazure.services.servicebus.models.AbstractListOptions
-
- getFilter() - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
-
Returns the filter used for the rule.
- getForwardTo() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Gets a String instance representing entity to forward to.
- getForwardTo() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Gets a String representing the URI of the entity to forward
to.
- getItems() - Method in class com.microsoft.windowsazure.services.servicebus.models.ListQueuesResult
-
Returns the items in the result list.
- getItems() - Method in class com.microsoft.windowsazure.services.servicebus.models.ListRulesResult
-
Returns the items in the result list.
- getItems() - Method in class com.microsoft.windowsazure.services.servicebus.models.ListSubscriptionsResult
-
Returns the items in the result list.
- getItems() - Method in class com.microsoft.windowsazure.services.servicebus.models.ListTopicsResult
-
Returns the items in the result list.
- getLabel() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the label of the message.
- getLockDuration() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Returns the duration of the lock.
- getLockDuration() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Returns the duration of the lock.
- getLockedUntilUtc() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the locked-until date/time.
- getLockLocation() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the lock location.
- getLockToken() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the lock token for the message.
- getMaxDeliveryCount() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Returns the maximum delivery count for the queue.
- getMaxDeliveryCount() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Returns the maximum delivery count for the subscription.
- getMaxSizeInMegabytes() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Returns the maximum size of the queue.
- getMaxSizeInMegabytes() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Returns the maximum size of the topic.
- getMessageCount() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Returns the number of messages in the queue.
- getMessageCount() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Returns the number of messages in the subscription.
- getMessageId() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the message ID.
- getMessageLocation() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the message location.
- getName() - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
-
Returns the name of the rule.
- getName() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Returns the name of the subscription.
- getPartitioningPolicy() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Gets the partitioning policy.
- getPartitioningPolicy() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Gets the partitioning policy.
- getPath() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Returns the name of the queue.
- getPath() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Returns the name of the topic.
- getProperties() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the user defined properties of the message.
- getProperty(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns a user defined property of the message.
- getQueue(String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
-
Retrieves a queue.
- GetQueueResult - Class in com.microsoft.windowsazure.services.servicebus.models
-
Represents the result of a getQueue operation.
- GetQueueResult(QueueInfo) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.GetQueueResult
-
Creates an instance of the GetQueueResult class.
- getReceiveMode() - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageOptions
-
Returns the receive mode when receiving messages.
- getReplyTo() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the Reply-To recipient of the message.
- getReplyToSessionId() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the session ID of the Reply To recipient.
- getRule(String, String, String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
-
Retrieves a rule.
- GetRuleResult - Class in com.microsoft.windowsazure.services.servicebus.models
-
Represents the result of a getRule operation.
- GetRuleResult(RuleInfo) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.GetRuleResult
-
Creates an instance of the GetRuleResult class.
- getScheduledEnqueueTimeUtc() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the scheduled enqueue date/time.
- getSequenceNumber() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the message sequence number.
- getSessionId() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the session ID for the message.
- getSizeInBytes() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Returns the size of the queue.
- getSizeInBytes() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Returns the size of the topic.
- getSkip() - Method in class com.microsoft.windowsazure.services.servicebus.models.AbstractListOptions
-
- getStatus() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Gets the status.
- getStatus() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Gets the status.
- getStatus() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Gets the status.
- getSubscription(String, String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
-
Retrieves a subscription.
- getSubscriptionCount() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Gets the subscription count.
- GetSubscriptionResult - Class in com.microsoft.windowsazure.services.servicebus.models
-
Represents the result of a getSubscription operation.
- GetSubscriptionResult(SubscriptionInfo) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.GetSubscriptionResult
-
Creates an instance of the GetSubscriptionResult class.
- getTag() - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
-
Gets the tag.
- getTimeout() - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageOptions
-
Returns the timeout when receiving messages.
- getTimeToLive() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the time-to-live for the message.
- getTo() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Returns the To recipient of the message.
- getTop() - Method in class com.microsoft.windowsazure.services.servicebus.models.AbstractListOptions
-
- getTopic(String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
-
Retrieves a topic.
- GetTopicResult - Class in com.microsoft.windowsazure.services.servicebus.models
-
Represents the result of a getTopic operation.
- GetTopicResult(TopicInfo) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.GetTopicResult
-
Creates an instance of the GetTopicResult class.
- getUpdatedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Gets the updated at.
- getUpdatedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Gets the updated at.
- getUpdatedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Gets the updated at.
- getUri() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Gets the URI of the QueueInfo instance.
- getUri() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Gets the uri.
- getUserMetadata() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Gets the user metadata.
- getUserMetadata() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Gets the user metadata.
- getUserMetadata() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Gets the user metadata.
- getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.CreateQueueResult
-
Returns the value of the result.
- getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.CreateRuleResult
-
Returns the value of the result.
- getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.CreateSubscriptionResult
-
Returns the value of the result.
- getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.CreateTopicResult
-
Returns the value of the result.
- getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.GetQueueResult
-
Returns the value of the result.
- getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.GetRuleResult
-
Returns the value of the result.
- getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.GetSubscriptionResult
-
Returns the value of the result.
- getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.GetTopicResult
-
Returns the value of the result.
- getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageResult
-
Returns the value of the result.
- getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveQueueMessageResult
-
Returns the value of the result.
- getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveSubscriptionMessageResult
-
Returns the value of the result.
- SAS_KEY - Static variable in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
-
Defines the configuration SAS Access key value constant.
- SAS_KEY_NAME - Static variable in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
-
Defines the configuration SAS Access Key name constant.
- sendMessage(String, BrokeredMessage) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
-
Sends a message.
- sendQueueMessage(String, BrokeredMessage) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
-
Sends a queue message.
- sendTopicMessage(String, BrokeredMessage) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
-
Sends a topic message.
- ServiceBusConfiguration - Class in com.microsoft.windowsazure.services.servicebus
-
Provides functionality to create a service bus configuration.
- ServiceBusConfiguration() - Constructor for class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
-
- ServiceBusContract - Interface in com.microsoft.windowsazure.services.servicebus
-
Defines the service bus contract.
- ServiceBusService - Class in com.microsoft.windowsazure.services.servicebus
-
Access service bus functionality.
- setAccessedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the accessed at.
- setAccessedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Sets the accessed at.
- setAccessedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Sets the accessed at.
- setAction(RuleAction) - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
-
Specifies the rule action for the rule.
- setAnonymousAccessible(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Sets the anonymous accessible.
- setAutoDeleteOnIdle(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the time span before auto deletion starts.
- setAutoDeleteOnIdle(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Sets the auto delete on idle.
- setAutoDeleteOnIdle(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Sets the auto delete on idle.
- setBody(InputStream) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Specifies the body of the message.
- setContentType(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Sets the content type of the message.
- setCorrelationId(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Sets the correlation ID.
- setCreatedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the created at.
- setCreatedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
-
Sets the created at.
- setCreatedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Sets the created at.
- setCreatedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Sets the created at.
- setDate(Date) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Sets the date/time of the message.
- setDeadLetteringOnFilterEvaluationExceptions(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Specifies whether dead lettering is in effect when filter evaluation
exceptions are encountered.
- setDeadLetteringOnMessageExpiration(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Specifies whether dead lettering is in effect upon message expiration.
- setDeadLetteringOnMessageExpiration(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Specifies whether dead lettering is in effect upon message expiration.
- setDefaultMessageTimeToLive(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the default message time-to-live (TTL).
- setDefaultMessageTimeToLive(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Sets the default message time-to-live (TTL).
- setDefaultMessageTimeToLive(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Sets the default message time-to-live (TTL).
- setDefaultRuleDescription(RuleDescription) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Specifies the description for the default rule.
- setDuplicateDetectionHistoryTimeWindow(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the time span during which the service bus will detect message
duplication.
- setDuplicateDetectionHistoryTimeWindow(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Sets the time span during which the service bus will detect message
duplication.
- setEnableBatchedOperations(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Specifies whether batch operations are enabled.
- setEnableBatchedOperations(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Specifies whether batch operations are enabled.
- setEnableBatchedOperations(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Specifies whether batch operations are enabled.
- setEntityAvailabilityStatus(EntityAvailabilityStatus) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the entity availability status.
- setEntityAvailabilityStatus(EntityAvailabilityStatus) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Sets the entity availability status.
- setEntityAvailabilityStatus(EntityAvailabilityStatus) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Sets the entity availability status.
- setFilter(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.AbstractListOptions
-
- setFilter(Filter) - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
-
Specifies the filter used for the rule.
- setFilteringMessageBeforePublishing(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Sets the filtering message before publishing.
- setForwardTo(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the URI of the entity to forward to.
- setForwardTo(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Sets the forward to.
- setIsAnonymousAccessible(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the is anonymous accessible.
- setItems(List<QueueInfo>) - Method in class com.microsoft.windowsazure.services.servicebus.models.ListQueuesResult
-
Specfies the items in the result list.
- setItems(List<RuleInfo>) - Method in class com.microsoft.windowsazure.services.servicebus.models.ListRulesResult
-
Specifies the items in the result list.
- setItems(List<SubscriptionInfo>) - Method in class com.microsoft.windowsazure.services.servicebus.models.ListSubscriptionsResult
-
Specifies the items in the result list.
- setItems(List<TopicInfo>) - Method in class com.microsoft.windowsazure.services.servicebus.models.ListTopicsResult
-
Specifies the items in the result list.
- setLabel(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Sets the label of the message.
- setLockDuration(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the duration of the lock.
- setLockDuration(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Sets the duration of the lock.
- setMaxDeliveryCount(Integer) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the maximum delivery count for the queue.
- setMaxDeliveryCount(Integer) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Sets the maximum delivery count for the subscription.
- setMaxSizeInMegabytes(Long) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the maximum size of the queue.
- setMaxSizeInMegabytes(Long) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Sets the maximum size of the topic.
- setMessageCount(Long) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the message count.
- setMessageCount(Long) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Sets the message count.
- setMessageId(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Sets the message ID.
- setName(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
-
Sets the name of the rule.
- setName(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Sets the name of the subscription.
- setPartitioningPolicy(PartitioningPolicy) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the partitioning policy.
- setPartitioningPolicy(PartitioningPolicy) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Sets the partitioning policy.
- setPath(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the name of the queue.
- setPath(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Sets the name of the topic.
- setPeekLock() - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageOptions
-
Sets the receive mode to peek/lock.
- setProperty(String, Object) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Sets a user defined property of the message.
- setReceiveAndDelete() - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageOptions
-
Sets the receive mode to receive and delete.
- setReceiveMode(ReceiveMode) - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageOptions
-
Sets the receive mode when receiving messages.
- setReplyTo(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Sets the Reply-To recipient for the message.
- setReplyToSessionId(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Sets the session ID of the Reply To recipient.
- setRequiresDuplicateDetection(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Specifies whether duplicate message detection is required.
- setRequiresDuplicateDetection(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Specifies whether duplicate message detection is required.
- setRequiresSession(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Specifies whether the queue is session-aware.
- setRequiresSession(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Specifies whether the subscription is session-aware.
- setScheduledEnqueueTimeUtc(Date) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Sets the scheduled enqueue time.
- setSessionId(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Sets the session ID for the message.
- setSizeInBytes(Long) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the size in bytes.
- setSizeInBytes(Long) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Sets the size in bytes.
- setSkip(Integer) - Method in class com.microsoft.windowsazure.services.servicebus.models.AbstractListOptions
-
- setStatus(EntityStatus) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the status.
- setStatus(EntityStatus) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Sets the status.
- setStatus(EntityStatus) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Sets the status.
- setSubscriptionCount(Integer) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Sets the subscription count.
- setSupportOrdering(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the support ordering.
- setSupportOrdering(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Sets the support ordering.
- setTag(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
-
Sets the tag.
- setTimeout(Integer) - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageOptions
-
Sets the timeout when receiving messages.
- setTimeToLive(Double) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Sets the time-to-live for the message.
- setTo(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
-
Sets the To recipient of the message.
- setTop(Integer) - Method in class com.microsoft.windowsazure.services.servicebus.models.AbstractListOptions
-
- setUpdatedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the updated at.
- setUpdatedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Sets the updated at.
- setUpdatedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Sets the updated at.
- setUri(URI) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the URI of the QueueInfo instance.
- setUserMetadata(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
-
Sets the user metadata.
- setUserMetadata(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Sets the user metadata.
- setUserMetadata(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
-
Sets the user metadata.
- setValue(QueueInfo) - Method in class com.microsoft.windowsazure.services.servicebus.models.CreateQueueResult
-
Specfies the value of the result.
- setValue(RuleInfo) - Method in class com.microsoft.windowsazure.services.servicebus.models.CreateRuleResult
-
Specfies the value of the result.
- setValue(SubscriptionInfo) - Method in class com.microsoft.windowsazure.services.servicebus.models.CreateSubscriptionResult
-
Specfies the value of the result.
- setValue(TopicInfo) - Method in class com.microsoft.windowsazure.services.servicebus.models.CreateTopicResult
-
Specfies the value of the result.
- setValue(QueueInfo) - Method in class com.microsoft.windowsazure.services.servicebus.models.GetQueueResult
-
Specfies the value of the result.
- setValue(RuleInfo) - Method in class com.microsoft.windowsazure.services.servicebus.models.GetRuleResult
-
Specfies the value of the result.
- setValue(SubscriptionInfo) - Method in class com.microsoft.windowsazure.services.servicebus.models.GetSubscriptionResult
-
Specfies the value of the result.
- setValue(TopicInfo) - Method in class com.microsoft.windowsazure.services.servicebus.models.GetTopicResult
-
Specfies the value of the result.
- setValue(BrokeredMessage) - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageResult
-
Specifies the value of the result.
- setValue(BrokeredMessage) - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveQueueMessageResult
-
Specifies the value of the result.
- setValue(BrokeredMessage) - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveSubscriptionMessageResult
-
Specifies the value of the result.
- SubscriptionInfo - Class in com.microsoft.windowsazure.services.servicebus.models
-
Represents a subscription.
- SubscriptionInfo() - Constructor for class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Creates an instance of the SubscriptionInfo class.
- SubscriptionInfo(Entry) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Creates an instance of the SubscriptionInfo class using the
specified entry.
- SubscriptionInfo(String) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
-
Creates an instance of the SubscriptionInfo class using the
specified name.