- FEED_STATUS_METHOD - Static variable in class net.sf.eBus.client.ERequestFeed
-
- feedId() - Method in class net.sf.eBus.client.EFeed
-
Returns the unique feed identifier.
- feedState(String) - Method in class net.sf.eBus.client.EAbstractMultiKeyFeed
-
Returns the specified feed's state.
- feedState() - Method in class net.sf.eBus.client.EFeed
-
Returns the current feed state.
- feedState - Variable in class net.sf.eBus.client.sysmessages.AdMessage
-
The advertised feed's current state.
- feedState - Variable in class net.sf.eBus.client.sysmessages.FeedStatusMessage
-
The updated feed state.
- feedState - Variable in class net.sf.eBus.client.sysmessages.SubscribeMessage
-
The subscription is either EFeedState.UP
or
EFeedState.DOWN
.
- feedStatus(EFeedState, ESubscribeFeed) - Method in class net.sf.eBus.client.ERemoteApp
-
Forwards the subscribe feed state to the remote eBus
application if the feed is still in place.
- feedStatus(EFeedState, ERequestFeed) - Method in class net.sf.eBus.client.ERemoteApp
-
Ignores request feed state changes.
- feedStatus(EFeedState, ERequestFeed) - Method in interface net.sf.eBus.client.ERequestor
-
eBus calls this method to inform the requestor that the
request feed is either has at least one replier
(
up
) or no repliers
(
down
).
- feedStatus(EFeedState, ESubscribeFeed) - Method in interface net.sf.eBus.client.ESubscriber
-
eBus calls this method to inform the subscriber that the
subscribe notification feed is either
up
or
down
.
- feedStatus(EFeedState, ERequestFeed) - Method in class net.sf.eBusx.io.EFileWatcher
-
- FeedStatusCallback<T extends EFeed> - Interface in net.sf.eBus.client
-
- FeedStatusMessage - Class in net.sf.eBus.client.sysmessages
-
Forwards a notification feed status to a remote eBus
application so it can be reported to the remote subscribers.
- FeedStatusMessage(EFeedState) - Constructor for class net.sf.eBus.client.sysmessages.FeedStatusMessage
-
Creates a new feed status message for the given feed state
and reason.
- FeedStatusMessage(String, long, EFeedState) - Constructor for class net.sf.eBus.client.sysmessages.FeedStatusMessage
-
Creates a new FeedStatus instance with the given
notification message identifier.
- field() - Method in class net.sf.eBus.messages.type.MessageType.MessageField
-
Returns the Java class field.
- field() - Method in exception net.sf.eBus.messages.UnknownFieldException
-
Returns the unknown field name.
- FIELD_MASK_SIZE - Static variable in class net.sf.eBus.messages.type.DataType
-
The field mask is a 4-byte, signed integer.
- FieldListType - Class in net.sf.eBus.messages.type
-
Provides binary serialization/de-serialization for
EFieldList
.
- fields(Class<? extends EMessageObject>) - Static method in class net.sf.eBus.messages.type.DataType
-
Returns the specified message class or field class
field name, data type pairs.
- fields() - Method in class net.sf.eBus.messages.type.MessageType
-
Returns the message object public fields.
- file - Variable in class net.sf.eBusx.io.EFileNotification
-
The notification applies to this file instance.
- FileType - Class in net.sf.eBus.messages.type
-
This class is able to serialize and de-serialize a
file
instance so that it may be sent
via an
eBus message
.
- fill(ByteBuffer) - Method in interface net.sf.eBus.net.BufferWriter
-
Write outgoing bytes to buffer
.
- fill(ByteBuffer) - Method in interface net.sf.eBus.net.DatagramBufferWriter
-
Writes the next outbound datagram packet to
buffer
and returns the packet destination socket
address.
- FILTER_KEY - Static variable in class net.sf.eBus.client.EConfigure
-
The service definition uses the ".addressFilter" key suffix.
- finalIndex() - Method in class net.sf.eBus.util.IndexCache.Index
-
Returns the maximum cached index.
- find(String) - Static method in enum net.sf.eBus.client.ThreadType
-
Returns the thread type with a text name equaling
s
, ignoring case.
- findKeys() - Static method in class net.sf.eBus.client.EFeed
-
Returns a non-null
, possibly empty, message key
list taken from the current message key dictionary
entries.
- findKeys(Class<? extends EMessage>) - Static method in class net.sf.eBus.client.EFeed
-
Returns a list containing message keys for the given
message class found in the message key dictionary.
- findKeys(Class<? extends EMessage>, Pattern) - Static method in class net.sf.eBus.client.EFeed
-
Returns a list containing message keys for the given
message class and subject pattern found in the message key
dictionary.
- findType(String) - Static method in enum net.sf.eBus.client.EConfigure.DispatcherType
-
- findType(Class<?>) - Static method in class net.sf.eBus.messages.type.DataType
-
Returns the data type object associated with the class.
- fixedRate - Variable in class net.sf.eBusx.util.TimerRequest
-
If true
, then repeating timers are run using fixed
rate scheduling.
- flag - Variable in enum net.sf.eBus.client.EFeedState
-
true
if the feed is up and false
if down.
- FLOAT - Static variable in class net.sf.eBus.text.Lexer
-
A floating point number (4).
- FloatType - Class in net.sf.eBus.messages.type
-
Provides binary serialization/de-serialization of 4-byte
decimal values.
- flush() - Method in class net.sf.eBus.util.logging.NullHandler
-
Does nothing since there is nothing to flush
- format(Date) - Static method in class net.sf.eBus.database.DBConnection
-
Returns an SQL-formatted datetime for the given timestamp.
- format(LogRecord) - Method in class net.sf.eBus.util.logging.PatternFormatter
-
Returns a localized String
resulting from
formatting the LogRecord
.
- formatTime(long) - Static method in class net.sf.eBus.util.logging.StatusReport
-
Given a millisecond duration, generate a string that
reports the duration in human-readable form.
- fromFeedId() - Method in class net.sf.eBus.messages.EMessageHeader
-
Returns the from proxy identifier.