class
ConsumerInfo extends BaseCommand
Instance Constructors
-
new
ConsumerInfo(sessionInfo: SessionInfo, consumerId: Long)
-
new
ConsumerInfo(consumerId: ConsumerId)
-
new
ConsumerInfo()
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
addNetworkConsumerId(networkConsumerId: ConsumerId): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
-
def
createRemoveCommand(): RemoveInfo
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
-
def
getBrokerPath(): Array[BrokerId]
-
final
def
getClass(): java.lang.Class[_]
-
def
getCommandId(): Int
-
def
getConsumerId(): ConsumerId
-
def
getCurrentPrefetchSize(): Int
-
def
getDataStructureType(): Byte
-
-
def
getLastDeliveredSequenceId(): Long
-
def
getMaximumPendingMessageLimit(): Int
-
def
getNetworkConsumerIds(): List[ConsumerId]
-
def
getNetworkConsumerPath(): Array[ConsumerId]
-
def
getPrefetchSize(): Int
-
def
getPriority(): Byte
-
def
getSelector(): UTF8Buffer
-
def
getSubcriptionName(): UTF8Buffer
-
def
getSubscriptionName(): UTF8Buffer
-
def
hashCode(): Int
-
def
isBrokerInfo(): Boolean
-
def
isBrowser(): Boolean
-
def
isDispatchAsync(): Boolean
-
def
isDurable(): Boolean
-
def
isExclusive(): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isMarshallAware(): Boolean
-
def
isMessage(): Boolean
-
def
isMessageAck(): Boolean
-
def
isMessageDispatch(): Boolean
-
def
isMessageDispatchNotification(): Boolean
-
def
isNetworkConsumersEmpty(): Boolean
-
def
isNetworkSubscription(): Boolean
-
def
isNoLocal(): Boolean
-
def
isNoRangeAcks(): Boolean
-
def
isOptimizedAcknowledge(): Boolean
-
def
isResponse(): Boolean
-
def
isResponseRequired(): Boolean
-
def
isRetroactive(): Boolean
-
def
isShutdownInfo(): Boolean
-
def
isWireFormatInfo(): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
removeNetworkConsumerId(networkConsumerId: ConsumerId): Unit
-
def
setAdditionalPredicate(additionalPredicate: BooleanExpression): Unit
-
def
setBrokerPath(brokerPath: Array[BrokerId]): Unit
-
def
setBrowser(browser: Boolean): Unit
-
def
setCommandId(commandId: Int): Unit
-
def
setConsumerId(consumerId: ConsumerId): Unit
-
def
setCurrentPrefetchSize(currentPrefetchSize: Int): Unit
-
def
setDestination(destination: ActiveMQDestination): Unit
-
def
setDispatchAsync(dispatchAsync: Boolean): Unit
-
def
setExclusive(exclusive: Boolean): Unit
-
def
setLastDeliveredSequenceId(lastDeliveredSequenceId: Long): Unit
-
def
setMaximumPendingMessageLimit(maximumPendingMessageLimit: Int): Unit
-
def
setNetworkConsumerPath(consumerPath: Array[ConsumerId]): Unit
-
def
setNetworkSubscription(networkSubscription: Boolean): Unit
-
def
setNoLocal(noLocal: Boolean): Unit
-
def
setNoRangeAcks(noRangeAcks: Boolean): Unit
-
def
setOptimizedAcknowledge(optimizedAcknowledge: Boolean): Unit
-
def
setPrefetchSize(prefetchSize: Int): Unit
-
def
setPriority(priority: Byte): Unit
-
def
setResponseRequired(responseRequired: Boolean): Unit
-
def
setRetroactive(retroactive: Boolean): Unit
-
def
setSelector(selector: UTF8Buffer): Unit
-
def
setSubcriptionName(durableSubscriptionId: UTF8Buffer): Unit
-
def
setSubscriptionName(durableSubscriptionId: UTF8Buffer): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(overrideFields: Map[String, AnyRef]): String
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any