- channel - Variable in class com.neeve.toa.spi.AbstractTopicResolver
-
- ChannelFilterProvider - Interface in com.neeve.toa.spi
-
- ChannelInitialKeyResolutionTableProvider - Interface in com.neeve.toa.spi
-
Called by a Topic Oriented Application at the time it is configured which allows all or a portion
of a channel's dynamic key parts to be determined statically at configuration time by returning a
initial Key Resolution Table (KRT).
- ChannelJoinProvider - Interface in com.neeve.toa.spi
-
- channelKey - Variable in class com.neeve.toa.spi.AbstractTopicResolver
-
- ChannelQosProvider - Interface in com.neeve.toa.spi
-
- clear(boolean) - Method in class com.neeve.toa.messages.DelayedAckMessage
-
- clear() - Method in class com.neeve.toa.messages.DelayedAckMessage
-
- clear() - Method in class com.neeve.toa.messages.DelayedAckMessage.Pojo
-
- clearContent() - Method in class com.neeve.toa.messages.DelayedAckMessage
-
Deprecated.
- clearDirty() - Method in class com.neeve.toa.messages.DelayedAckMessage.Pojo
-
- com.neeve.managed - package com.neeve.managed
-
Implements the platform's 'Managed' object locator api.
- com.neeve.managed.annotations - package com.neeve.managed.annotations
-
Implements the platform's 'Managed' object locator api related annotations
- com.neeve.toa - package com.neeve.toa
-
Implements the foundation for topic oriented applications.
- com.neeve.toa.messages - package com.neeve.toa.messages
-
- com.neeve.toa.opt - package com.neeve.toa.opt
-
Topic Oriented Application Extensions
- com.neeve.toa.service - package com.neeve.toa.service
-
Topic Oriented Application service model API.
- com.neeve.toa.spi - package com.neeve.toa.spi
-
Service provider apis for Topic Oriented Application pluggability.
- copy() - Method in class com.neeve.toa.messages.DelayedAckMessage
-
- copy() - Method in interface com.neeve.toa.messages.IDelayedAckMessage
-
Creates a copy of this DelayedAckMessage.
- copyInto(DelayedAckMessage) - Method in class com.neeve.toa.messages.DelayedAckMessage
-
- copyInto(DelayedAckMessage) - Method in interface com.neeve.toa.messages.IDelayedAckMessage
-
Copies the contents of this DelayedAckMessage into the target.
- create() - Static method in class com.neeve.toa.messages.DelayedAckMessage
-
- create(UUID) - Static method in class com.neeve.toa.messages.DelayedAckMessage
-
- create(boolean) - Static method in class com.neeve.toa.messages.DelayedAckMessage.Deserializer
-
- create() - Static method in class com.neeve.toa.messages.DelayedAckMessage.Deserializer
-
- create(Properties) - Static method in class com.neeve.toa.messages.DelayedAckMessage.PacketBody
-
- create() - Static method in class com.neeve.toa.messages.DelayedAckMessage.PacketBody
-
- create(boolean) - Static method in class com.neeve.toa.messages.DelayedAckMessage.Pojo
-
- create() - Static method in class com.neeve.toa.messages.DelayedAckMessage.Pojo
-
- create(boolean) - Static method in class com.neeve.toa.messages.DelayedAckMessage.Serializer
-
- create() - Static method in class com.neeve.toa.messages.DelayedAckMessage.Serializer
-
- create(Properties) - Static method in class com.neeve.toa.messages.HornetMessageFactory
-
Constructor for when loading factory from configuration repository.
- create(short, UUID, IStoreObject.EncodingType, PktPacket) - Method in class com.neeve.toa.messages.HornetMessageFactory
-
- create(short) - Method in class com.neeve.toa.messages.HornetMessageFactory
-
- createDelayedAckMessage(UUID) - Static method in class com.neeve.toa.messages.HornetMessageFactory
-
DelayedAckMessage factory method
This method is the factory method for creating 'DelayedAckMessage' objects initialized with a given store id.
- createDelayedAckMessage() - Static method in class com.neeve.toa.messages.HornetMessageFactory
-
DelayedAckMessage factory method
This method is the factory method for creating 'DelayedAckMessage' objects.
- createDelayedAckMessageFromJson(String) - Static method in class com.neeve.toa.messages.HornetMessageFactory
-
DelayedAckMessage factory method
This method is the factory method for creating 'DelayedAckMessage' objects
from a serialized content object.
- createDelayedAckMessageFromRawJson(String) - Static method in class com.neeve.toa.messages.HornetMessageFactory
-
DelayedAckMessage factory method
This method is the factory method for creating 'DelayedAckMessage' objects
from a serialized content object.
- createFrom(ByteBuffer) - Static method in class com.neeve.toa.messages.DelayedAckMessage
-
Deprecated.
- createFrom(byte[]) - Static method in class com.neeve.toa.messages.DelayedAckMessage
-
Deprecated.
- getAdmFactories() - Method in class com.neeve.toa.service.ToaService
-
Returns the collection of factories used by the service.
- getAepMessageSender() - Method in class com.neeve.toa.TopicOrientedApplication
-
Returns the
AepMessageSender implementation for sending non service defined messages.
- getBackingBuffer() - Method in class com.neeve.toa.messages.DelayedAckMessage
-
Deprecated.
- getBusName() - Method in class com.neeve.toa.service.ToaServiceChannel
-
Gets the bus name.
- getChannel(String) - Method in class com.neeve.toa.service.ToaServiceToRole
-
Returns the channel model for the given message.
- getChannelFilter(ToaService, ToaServiceChannel) - Method in interface com.neeve.toa.spi.ChannelFilterProvider
-
- getChannelFilter(ToaService, ToaServiceChannel) - Method in class com.neeve.toa.TopicOrientedApplication
-
This method may be overridden by subclasses to associate a channel filter
with the application.
- getChannelJoin(ToaService, ToaServiceChannel) - Method in interface com.neeve.toa.spi.ChannelJoinProvider
-
Indicates whether or not a channel should be joined.
- getChannelJoin(ToaService, ToaServiceChannel) - Method in class com.neeve.toa.TopicOrientedApplication
-
Subclasses may override this method to change whether or not a channel should be joined.
- getChannelQos(ToaService, ToaServiceChannel) - Method in interface com.neeve.toa.spi.ChannelQosProvider
-
- getChannelQos(ToaService, ToaServiceChannel) - Method in class com.neeve.toa.TopicOrientedApplication
-
This method may be overridden by subclasses to specify the
MessageChannel.Qos for
the provided service channel.
- getChannels() - Method in class com.neeve.toa.service.ToaService
-
Returns the collection of channels defined for the service
The caller should not modify the returned collection.
- getConfigurer() - Method in class com.neeve.toa.TopicOrientedApplication
-
Returns this application's bootstrap configurer.
- getContentEncodingType() - Method in class com.neeve.toa.messages.DelayedAckMessage
-
- getDefaultChannel() - Method in class com.neeve.toa.service.ToaService
-
- getDelayedAcknowledgmentController() - Method in class com.neeve.toa.TopicOrientedApplication
-
Return the DelayedAcknowledgment Controller for the application.
- getEngine() - Method in class com.neeve.toa.TopicOrientedApplication
-
- getEngineClock() - Method in class com.neeve.toa.TopicOrientedApplication
-
Return an interface which may be used to get the
AepEngine
time.
- getFieldReflector(String) - Static method in class com.neeve.toa.messages.DelayedAckMessage
-
Get a field reflector.
- getFieldReflector(String[]) - Static method in class com.neeve.toa.messages.DelayedAckMessage
-
Get a field reflector.
- getFieldValueAsRawString(Object, String) - Method in class com.neeve.toa.messages.DelayedAckMessage
-
- getFieldValueAsRawString(Object, String[]) - Method in class com.neeve.toa.messages.DelayedAckMessage
-
- getFieldValueAsString(Object, String) - Method in class com.neeve.toa.messages.DelayedAckMessage
-
- getFieldValueAsString(Object, String[]) - Method in class com.neeve.toa.messages.DelayedAckMessage
-
- getGlobalTypeString() - Static method in class com.neeve.toa.messages.DelayedAckMessage
-
- getInitialChannelKeyResolutionTable(ToaService, ToaServiceChannel) - Method in interface com.neeve.toa.spi.ChannelInitialKeyResolutionTableProvider
-
Called by a Topic Oriented Application at the time it is configured which allows all or a portion
of a channel's dynamic key parts to be determined statically at configuration time by returning a
initial Key Resolution Table (KRT).
- getInitialChannelKeyResolutionTable(ToaService, ToaServiceChannel) - Method in class com.neeve.toa.TopicOrientedApplication
-
This method may be overridden by subclasses to perform initial key resolution on a channel
at the time it is configured which allows all or a portion of a channel's dynamic key parts
to be determined statically at configuration time by returning a initial Key Resolution Table
(KRT).
- getInitialKRT() - Method in class com.neeve.toa.service.ToaServiceChannel
-
Gets the initial key resolution table for this channel.
- getInitiallyResolvedKey() - Method in class com.neeve.toa.service.ToaServiceChannel
-
Gets the key as resolved by initial key resolution.
- getKey() - Method in class com.neeve.toa.service.ToaServiceChannel
-
Gets the channel key.
- getLastModified() - Method in class com.neeve.toa.service.ToaService
-
Returns the last modification time for this service.
- getManagedObjectLocator() - Method in class com.neeve.toa.TopicOrientedApplication
-
Subclasses may override this method to change the strategy for locating an application's
managed objects.
- getMessageClasses() - Method in class com.neeve.toa.service.ToaServiceToRole
-
Returns the resolved message classes declared by this role.
- getMessageInjector() - Method in class com.neeve.toa.TopicOrientedApplication
-
- getMessageModels() - Method in class com.neeve.toa.service.ToaService
-
Returns the collection of ADM Message models declared by the service.
- getMessages() - Method in class com.neeve.toa.service.ToaServiceToRole
-
Returns the messages declared by this role.
- getMessageSender() - Method in class com.neeve.toa.TopicOrientedApplication
-
- getName() - Method in class com.neeve.toa.service.ToaService
-
Returns the fully qualified name of this service.
- getName() - Method in class com.neeve.toa.service.ToaServiceChannel
-
Gets the channel name possibly qualified by prepending the service name in lowercase.
- getName() - Method in class com.neeve.toa.service.ToaServiceToRole
-
Gets the role name.
- getNameSpace() - Method in class com.neeve.toa.service.ToaService
-
Returns the service's namespace.
- getOfid() - Method in class com.neeve.toa.messages.HornetMessageFactory
-
- getPool() - Method in class com.neeve.toa.messages.DelayedAckMessage.Deserializer
-
- getPool() - Method in class com.neeve.toa.messages.DelayedAckMessage
-
- getPool() - Method in class com.neeve.toa.messages.DelayedAckMessage.Pojo
-
- getPool() - Method in class com.neeve.toa.messages.DelayedAckMessage.Serializer
-
- getQueryFieldValue(String) - Method in class com.neeve.toa.messages.DelayedAckMessage
-
- getSerializedBuffer() - Method in class com.neeve.toa.messages.DelayedAckMessage
-
- getSerializedBufferLength() - Method in class com.neeve.toa.messages.DelayedAckMessage
-
- getSerializedLength() - Method in class com.neeve.toa.messages.DelayedAckMessage.Deserializer
-
- getSerializedLength() - Method in class com.neeve.toa.messages.DelayedAckMessage.Pojo
-
- getSerializedLength() - Method in class com.neeve.toa.messages.DelayedAckMessage.Serializer
-
- getSerializeToNativeLength() - Method in class com.neeve.toa.messages.DelayedAckMessage
-
Deprecated.
- getService() - Method in class com.neeve.toa.service.ToaServiceChannel
-
- getServiceDefinitionLocator() - Method in class com.neeve.toa.TopicOrientedApplication
-
Subclasses may override this method to change the way service xmls are located.
- getServiceModel(String) - Method in class com.neeve.toa.TopicOrientedApplication
-
Looks up a parsed service model by fully qualified name.
- getServiceModels() - Method in class com.neeve.toa.TopicOrientedApplication
-
Returns the application's parsed service definitions.
- getSimpleName() - Method in class com.neeve.toa.service.ToaService
-
Returns the service's simple name.
- getSimpleName() - Method in class com.neeve.toa.service.ToaServiceChannel
-
Gets the channel name without it's service name prefix.
- getTime() - Method in interface com.neeve.toa.EngineClock
-
Returns the current time in an HA consistent fashion.
- getTimeMicros() - Method in interface com.neeve.toa.EngineClock
-
Returns the current time in microseconds in an HA consistent fashion.
- getTo(IOBuffer, int) - Method in class com.neeve.toa.messages.DelayedAckMessage.Deserializer
-
- getTo(long, int) - Method in class com.neeve.toa.messages.DelayedAckMessage.Deserializer
-
- getTo(IOBuffer, int) - Method in class com.neeve.toa.messages.DelayedAckMessage.Serializer
-
- getTo(long, int) - Method in class com.neeve.toa.messages.DelayedAckMessage.Serializer
-
- getTopicResolver(ToaService, ToaServiceChannel, Class<?>) - Method in interface com.neeve.toa.spi.TopicResolverProvider
-
- getTopicResolver(ToaService, ToaServiceChannel, Class<?>) - Method in class com.neeve.toa.TopicOrientedApplication
-
This method may be overridden by subclasses to return a
TopicResolver for
messages of the given type sent on the given channel.
- getToRole(String) - Method in class com.neeve.toa.service.ToaService
-
Looks up a 'To' role by name.
- getToRoles() - Method in class com.neeve.toa.service.ToaService
-
Returns the collection of 'To' roles defined for the service
The caller should not modify the returned collection.
- getVfid() - Method in class com.neeve.toa.messages.HornetMessageFactory
-