A C D E F G I K M N O R S T U W

A

AccessException - Exception in com.lightstreamer.interfaces.metadata
Thrown by the notify* methods in MetadataProvider if the supplied User is not recognized or a functionality is not implemented for this User.
AccessException(String) - Constructor for exception com.lightstreamer.interfaces.metadata.AccessException
Constructs an AccessException with a supplied error message text.
ADD_COMMAND - Static variable in interface com.lightstreamer.interfaces.data.DataProvider
Constant that can be used as the "ADD" value for the "command" fields of Items to be processed in COMMAND mode.

C

com.lightstreamer.interfaces.data - package com.lightstreamer.interfaces.data
 
com.lightstreamer.interfaces.metadata - package com.lightstreamer.interfaces.metadata
 
COMMAND - Static variable in class com.lightstreamer.interfaces.metadata.Mode
The COMMAND Mode.
COMMAND_FIELD - Static variable in interface com.lightstreamer.interfaces.data.DataProvider
Constant that can be used as field name for the "command" field in Items to be processed in COMMAND mode.
ConflictingSessionException - Exception in com.lightstreamer.interfaces.metadata
Thrown by the MetadataProvider.notifyNewSession(String, String, Map) method if a User is not enabled to open a new Session but he would be enabled as soon as another Session were closed.
ConflictingSessionException(int, String, String, String) - Constructor for exception com.lightstreamer.interfaces.metadata.ConflictingSessionException
Constructs a ConflictingSessionException with supplied error code and message text to be forwarded to the Client.
CreditsException - Exception in com.lightstreamer.interfaces.metadata
Thrown by the notify* methods in MetadataProvider if some functionality cannot be allowed to the supplied User.
CreditsException(int, String, String) - Constructor for exception com.lightstreamer.interfaces.metadata.CreditsException
Constructs a CreditsException with supplied error code and message text to be forwarded to the Client.
CreditsException(int, String) - Constructor for exception com.lightstreamer.interfaces.metadata.CreditsException
Constructs a CreditsException with supplied error code and message text.
CustomizableItemEvent - Interface in com.lightstreamer.interfaces.metadata
Used to provide update informations to the calls to the customizeUpdate method of MetadataProvider.
customizeUpdate(String, String, CustomizableItemEvent) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel in order to customize events pertaining to an ItemEventBuffer, if such customization has been requested through the enableUpdateCustomization method.
customizeUpdate(String, String, CustomizableItemEvent) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Called by Lightstreamer Kernel in order to customize events pertaining to an ItemEventBuffer, if such customization has been requested through the enableUpdateCustomization method.

D

DataProvider - Interface in com.lightstreamer.interfaces.data
Provides an interface to be implemented by a Data Adapter in order to attach a Data Provider to Lightstreamer Kernel.
DataProviderException - Exception in com.lightstreamer.interfaces.data
Thrown by the init method in DataProvider if there is some problem that prevents the correct behavior of the Data Adapter.
DataProviderException(String) - Constructor for exception com.lightstreamer.interfaces.data.DataProviderException
Constructs a DataProviderException with a supplied error message text.
DELETE_COMMAND - Static variable in interface com.lightstreamer.interfaces.data.DataProvider
Constant that can be used as the "DELETE" value for the "command" fields of Items to be processed in COMMAND mode.
DISTINCT - Static variable in class com.lightstreamer.interfaces.metadata.Mode
The DISTINCT Mode.

E

enableUpdateCustomization(String, String) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel to know whether the Metadata Adapter must or must not be given a chance to modify the values carried by the updates for a supplied Item in a push Session owned by a supplied User.
enableUpdateCustomization(String, String) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Called by Lightstreamer Kernel to know whether the Metadata Adapter must or must not be given a chance to modify the values carried by the updates for a supplied Item in a push Session owned by a supplied User.
endOfSnapshot(String) - Method in interface com.lightstreamer.interfaces.data.ItemEventListener
Called by a Data Adapter to signal to Lightstreamer Kernel that no more ItemEvent belonging to the Snapshot are expected for an Item.

F

failure(Throwable) - Method in interface com.lightstreamer.interfaces.data.ItemEventListener
Called by a Data Adapter to notify Lightstreamer Kernel of the occurrence of a severe problem that can compromise future operation of the Data Adapter.
FailureException - Exception in com.lightstreamer.interfaces.data
Thrown by the subscribe and unsubscribe methods in DataProvider if the method execution has caused a severe problem that can compromise future operation of the Data Adapter.
FailureException(String) - Constructor for exception com.lightstreamer.interfaces.data.FailureException
Constructs a FailureException with a supplied error message text.

G

getAllowedBufferSize(String, String) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel to ask for the maximum size allowed for the buffer internally used to enqueue subsequent ItemUpdates for the same Item.
getAllowedBufferSize(String, String) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Called by Lightstreamer Kernel to ask for the maximum allowed size of the buffer internally used to enqueue subsequent ItemUpdates for the same Item.
getAllowedMaxBandwidth(String) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel to ask for the bandwidth level to be allowed to a User for a push Session.
getAllowedMaxBandwidth(String) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Called by Lightstreamer Kernel to ask for the bandwidth amount to be allowed to a User for a push Session.
getAllowedMaxItemFrequency(String, String) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel to ask for the ItemUpdate frequency to be allowed to a User for a specific Item.
getAllowedMaxItemFrequency(String, String) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Called by Lightstreamer Kernel to ask for the ItemUpdate frequency to be allowed to a User for a specific Item.
getClientErrorCode() - Method in exception com.lightstreamer.interfaces.metadata.CreditsException
Returns the error code to be forwarded to the client.
getClientErrorMsg() - Method in exception com.lightstreamer.interfaces.metadata.CreditsException
Returns the error detail message to be forwarded to the client.
getConflictingSessionID() - Method in exception com.lightstreamer.interfaces.metadata.ConflictingSessionException
Returns the name of a Session that can be closed in order to eliminate the problem reported in this exception.
getDistinctSnapshotLength(String) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel to ask for the maximum allowed length for a Snapshot of an Item that has been requested with publishing Mode DISTINCT.
getDistinctSnapshotLength(String) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Called by Lightstreamer Kernel to ask for the maximum allowed length for a Snapshot of an Item that has been requested with publishing Mode DISTINCT.
getId() - Method in class com.lightstreamer.interfaces.metadata.TableInfo
Returns the name of the Group to which the Table's Items belong.
getIndex(String) - Method in interface com.lightstreamer.interfaces.data.IndexedItemEvent
Returns the index of a named Field.
getItems(String, String, String) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel to resolve a Group name supplied in a Request.
getMax() - Method in class com.lightstreamer.interfaces.metadata.TableInfo
Returns the index of the last Item in the Group to be considered in the Table.
getMaximumIndex() - Method in interface com.lightstreamer.interfaces.data.IndexedItemEvent
Returns the maximum index for the fields in the event.
getMin() - Method in class com.lightstreamer.interfaces.metadata.TableInfo
Returns the index of the first Item in the Group to be considered in the Table.
getMinSourceFrequency(String) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel to ask for the minimum ItemEvent frequency from the supplier Data Adapter at which the events for an Item are guaranteed to be delivered to the Clients without loss of information.
getMinSourceFrequency(String) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Called by Lightstreamer Kernel to ask for the minimum ItemEvent frequency from the supplier Data Adapter at which the events for an Item are guaranteed to be delivered to the Clients without loss of information.
getMode() - Method in class com.lightstreamer.interfaces.metadata.TableInfo
Returns the publishing Mode for the Items in the Table (it must be the same across all the Table).
getName(int) - Method in interface com.lightstreamer.interfaces.data.IndexedItemEvent
Returns the name of a Field whose index is supplied.
getNames() - Method in interface com.lightstreamer.interfaces.data.ItemEvent
Returns an iterator to browse the names of the supplied Fields, expressed as String.
getNames() - Method in interface com.lightstreamer.interfaces.data.OldItemEvent
Returns an iterator to browse the names of the supplied Fields, expressed as String.
getSchema(String, String, String, String) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel to resolve a Schema name supplied in a Request.
getSchema() - Method in class com.lightstreamer.interfaces.metadata.TableInfo
Returns the name of the Schema used for the Table's Items.
getSelector() - Method in class com.lightstreamer.interfaces.metadata.TableInfo
Returns the name of the optional Selector associated to the Table.
getUserSessions(String) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Deprecated.  
getUserSessions(String) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Deprecated.  
getValue(int) - Method in interface com.lightstreamer.interfaces.data.IndexedItemEvent
Returns the value of a field whose index is supplied (null is a legal value too).
getValue(String) - Method in interface com.lightstreamer.interfaces.data.ItemEvent
Returns the value of a named Field (null is a legal value too).
getValue(String) - Method in interface com.lightstreamer.interfaces.data.OldItemEvent
Returns the value of a named Field (null is a legal value too).
getValueAsByteArray(String) - Method in interface com.lightstreamer.interfaces.metadata.ItemEvent
Returns the value of a named Field as a byte array (null is a legal value too).
getValueAsString(String) - Method in interface com.lightstreamer.interfaces.metadata.ItemEvent
Returns the value of a named Field as a String object (null is a legal value too).
getWinIndex() - Method in class com.lightstreamer.interfaces.metadata.TableInfo
Returns the identifier of the Window to which the Table belongs.

I

IndexedItemEvent - Interface in com.lightstreamer.interfaces.data
Provides to the Data Adapter an alternative interface for creating ItemEvents in order to send updates to Lightstreamer Kernel.
init(Map, File) - Method in interface com.lightstreamer.interfaces.data.DataProvider
Called by Lightstreamer Kernel to provide initialization information to the Data Adapter.
init(Map, File) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel to provide initialization information to the Metadata Adapter.
init(Map, File) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
No-op initialization.
isModeAllowed(String, String, Mode) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel to ask for the allowance of a publishing Mode for an Item.
isModeAllowed(String, String, Mode) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Called by Lightstreamer Kernel to ask for the allowance of a publishing Mode for an Item.
isSelected(String, String, String, ItemEvent) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel in order to filter events pertaining to an ItemEventBuffer, if the related Item was requested within a table with an associated Selector.
isSelected(String, String, String, ItemEvent) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Called by Lightstreamer Kernel in order to filter events pertaining to an ItemEventBuffer, if the related Item was requested within a table with an associated Selector.
isSelectorAllowed(String, String, String) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel to ask for the allowance of a Selector for an Item.
isSelectorAllowed(String, String, String) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Called by Lightstreamer Kernel to ask for the allowance of a Selector for an Item.
isSnapshot() - Method in interface com.lightstreamer.interfaces.metadata.ItemEvent
Allows to distinguish between events that carry the Item initial state (the Snapshot) and events that carry state Updates.
isSnapshotAvailable(String) - Method in interface com.lightstreamer.interfaces.data.DataProvider
Called by Lightstreamer Kernel to know whether the Data Adapter, after a subscription for an Item, will send some Snapshot ItemEvents before sending the updates.
ItemEvent - Interface in com.lightstreamer.interfaces.data
Provides to the Data Adapter a base interface for creating ItemEvents in order to send updates to Lightstreamer Kernel.
ItemEvent - Interface in com.lightstreamer.interfaces.metadata
Used to provide update informations to the calls to the isSelected method of MetadataProvider.
ItemEventListener - Interface in com.lightstreamer.interfaces.data
Used by Lightstreamer Kernel to receive the ItemEvents and any asynchronous severe error notification from the Data Adapter.
ItemsException - Exception in com.lightstreamer.interfaces.metadata
Thrown by the getItems and getSchema methods in MetadataProvider if the supplied Group name is not recognized or cannot be resolved.
ItemsException(String) - Constructor for exception com.lightstreamer.interfaces.metadata.ItemsException
Constructs an ItemsException with a supplied error message text.

K

KEY_FIELD - Static variable in interface com.lightstreamer.interfaces.data.DataProvider
Constant that can be used as field name for the "key" field in Items to be processed in COMMAND mode.

M

MERGE - Static variable in class com.lightstreamer.interfaces.metadata.Mode
The MERGE Mode.
MetadataProvider - Interface in com.lightstreamer.interfaces.metadata
Provides an interface to be implemented by a Metadata Adapter in order to attach a Metadata Provider to Lightstreamer Kernel.
MetadataProviderAdapter - Class in com.lightstreamer.interfaces.metadata
Provides a default implementation of all the MetadataProvider interface methods.
MetadataProviderAdapter() - Constructor for class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
 
MetadataProviderException - Exception in com.lightstreamer.interfaces.metadata
Thrown by the init method in MetadataProvider if there is some problem that prevents the correct behavior of the Metadata Adapter.
MetadataProviderException(String) - Constructor for exception com.lightstreamer.interfaces.metadata.MetadataProviderException
Constructs a MetadataProviderException with a supplied error message text.
Mode - Class in com.lightstreamer.interfaces.metadata
Encapsulates a publishing Mode.
modeMayBeAllowed(String, Mode) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel to ask for the allowance of a publishing Mode for an Item (for at least one User).
modeMayBeAllowed(String, Mode) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Called by Lightstreamer Kernel to ask for the allowance of a publishing Mode for an Item (for at least one User).

N

NotificationException - Exception in com.lightstreamer.interfaces.metadata
Thrown by the notify* methods in MetadataProvider if there is some inconsistency in the supplied parameters.
NotificationException(String) - Constructor for exception com.lightstreamer.interfaces.metadata.NotificationException
Constructs a NotificationException with a supplied error message text.
notifyNewSession(String, String, Map) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel to check that a User is enabled to open a new push Session.
notifyNewSession(String, String, Map) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Called by Lightstreamer Kernel to check that a User is enabled to open a new push Session.
notifyNewSession(String, String) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
2-arguments version of the User authentication method.
notifyNewTables(String, String, TableInfo[]) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel to check that a User is enabled to add some Tables to a push Session.
notifyNewTables(String, String, TableInfo[]) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Called by Lightstreamer Kernel to check that a User is enabled to add some Tables to a push Session.
notifySessionClose(String) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel to notify the Metadata Adapter that a push Session has been closed.
notifySessionClose(String) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Called by Lightstreamer Kernel to notify the Metadata Adapter that a push Session has been closed.
notifyTablesClose(String, TableInfo[]) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel to notify the Metadata Adapter that some Tables have been removed from a push Session.
notifyTablesClose(String, TableInfo[]) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Called by Lightstreamer Kernel to notify the Metadata Adapter that some Tables have been removed from a push Session.
notifyUser(String, String, Map) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel as a preliminary check that a user is enabled to make Requests to any of the related Data Providers.
notifyUser(String, String, Map) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Called by Lightstreamer Kernel as a preliminary check that a user is enabled to make Requests to the related Data Providers.
notifyUser(String, String) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
2-arguments version of the User authentication method.
notifyUserMessage(String, String, String) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel to forward a message received by a User.
notifyUserMessage(String, String, String) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Called by Lightstreamer Kernel to forward a message received by a User.

O

OldItemEvent - Interface in com.lightstreamer.interfaces.data
Provides to the Data Adapter a special interface for creating ItemEvents in order to send updates to Lightstreamer Kernel.

R

RAW - Static variable in class com.lightstreamer.interfaces.metadata.Mode
The RAW Mode.

S

SchemaException - Exception in com.lightstreamer.interfaces.metadata
Thrown by the getSchema method in MetadataProvider if the supplied Schema name is not recognized or cannot be resolved.
SchemaException(String) - Constructor for exception com.lightstreamer.interfaces.metadata.SchemaException
Constructs a SchemaException with a supplied error message text.
setListener(ItemEventListener) - Method in interface com.lightstreamer.interfaces.data.DataProvider
Called by Lightstreamer Kernel to provide a listener to receive the ItemEvents carrying data and asynchronous error notifications.
setValueAsByteArray(String, byte[]) - Method in interface com.lightstreamer.interfaces.metadata.CustomizableItemEvent
Sets the value of a named Field as a byte array (null is a legal value too).
setValueAsString(String, String) - Method in interface com.lightstreamer.interfaces.metadata.CustomizableItemEvent
Sets the value of a named Field as a String object (null is a legal value too).
SmartDataProvider - Interface in com.lightstreamer.interfaces.data
Provides an extended interface to be implemented by a Data Adapter in order to attach a Data Provider to Lightstreamer Kernel.
smartEndOfSnapshot(Object) - Method in interface com.lightstreamer.interfaces.data.ItemEventListener
Can be called, instead of endOfSnapshot, by a Data Adapter that implements the extended interface SmartDataProvider, in all cases in which endOfSnapshot can be called.
smartUpdate(Object, ItemEvent, boolean) - Method in interface com.lightstreamer.interfaces.data.ItemEventListener
Can be called by a Data Adapter that implements the extended interface SmartDataProvider to send an ItemEvent to Lightstreamer Kernel when the ItemEvent is implemented as an ItemEvent instance.
smartUpdate(Object, OldItemEvent, boolean) - Method in interface com.lightstreamer.interfaces.data.ItemEventListener
Can be called by a Data Adapter that implements the extended interface SmartDataProvider to send an ItemEvent to Lightstreamer Kernel when the ItemEvent is implemented as an OldItemEvent instance.
smartUpdate(Object, Map, boolean) - Method in interface com.lightstreamer.interfaces.data.ItemEventListener
Can be called by a Data Adapter that implements the extended interface SmartDataProvider to send an ItemEvent to Lightstreamer Kernel when the ItemEvent is implemented as a java.util.Map instance.
smartUpdate(Object, IndexedItemEvent, boolean) - Method in interface com.lightstreamer.interfaces.data.ItemEventListener
Can be called by a Data Adapter that implements the extended interface SmartDataProvider to send an ItemEvent to Lightstreamer Kernel when the ItemEvent is implemented as an IndexedItemEvent instance.
subscribe(String, boolean) - Method in interface com.lightstreamer.interfaces.data.DataProvider
Called by Lightstreamer Kernel to request data for an Item.
subscribe(String, Object, boolean) - Method in interface com.lightstreamer.interfaces.data.SmartDataProvider
Called by Lightstreamer Kernel to request data for an Item.
subscribe(String, boolean) - Method in interface com.lightstreamer.interfaces.data.SmartDataProvider
Inherited by the base interface DataProvider but never called in this case, because the extended version will always be called in its place.
SubscriptionException - Exception in com.lightstreamer.interfaces.data
Thrown by the subscribe and unsubscribe methods in DataProvider if the request cannot be satisfied.
SubscriptionException(String) - Constructor for exception com.lightstreamer.interfaces.data.SubscriptionException
Constructs a SubscriptionException with a supplied error message text.

T

TableInfo - Class in com.lightstreamer.interfaces.metadata
Used to provide value objects to the calls to methods notifyNewTables and notifyTablesClose of MetadataProvider.
TableInfo(int, Mode, String, String, int, int, String) - Constructor for class com.lightstreamer.interfaces.metadata.TableInfo
Creates a TableInfo instance, collecting the various attributes of a Table.
toString() - Method in class com.lightstreamer.interfaces.metadata.Mode
Method toString.

U

unsubscribe(String) - Method in interface com.lightstreamer.interfaces.data.DataProvider
Called by Lightstreamer Kernel to end a previous request of data for an Item.
update(String, ItemEvent, boolean) - Method in interface com.lightstreamer.interfaces.data.ItemEventListener
Called by a Data Adapter to send an ItemEvent to Lightstreamer Kernel when the ItemEvent is implemented as an ItemEvent instance.
update(String, OldItemEvent, boolean) - Method in interface com.lightstreamer.interfaces.data.ItemEventListener
Called by a Data Adapter to send an ItemEvent to Lightstreamer Kernel when the ItemEvent is implemented as an OldItemEvent instance.
update(String, Map, boolean) - Method in interface com.lightstreamer.interfaces.data.ItemEventListener
Called by a Data Adapter to send an ItemEvent to Lightstreamer Kernel when the ItemEvent is implemented as a java.util.Map instance.
update(String, IndexedItemEvent, boolean) - Method in interface com.lightstreamer.interfaces.data.ItemEventListener
Called by a Data Adapter to send an ItemEvent to Lightstreamer Kernel when the ItemEvent is implemented as an IndexedItemEvent instance.
UPDATE_COMMAND - Static variable in interface com.lightstreamer.interfaces.data.DataProvider
Constant that can be used as the "UPDATE" value for the "command" fields of Items to be processed in COMMAND mode.

W

wantsTablesNotification(String) - Method in interface com.lightstreamer.interfaces.metadata.MetadataProvider
Called by Lightstreamer Kernel to know whether the Metadata Adapter must or must not be notified any time a Table is added or removed from a push Session owned by a supplied User.
wantsTablesNotification(String) - Method in class com.lightstreamer.interfaces.metadata.MetadataProviderAdapter
Called by Lightstreamer Kernel to know whether the Metadata Adapter must or must not be notified any time a Table is added or removed from a push Session owned by a supplied User.

A C D E F G I K M N O R S T U W