- GCM - Static variable in class com.lightstreamer.adapters.remote.MpnPlatformType
-
Google Cloud Messaging platform type.
- getAdapter() - Method in class com.lightstreamer.adapters.remote.DataProviderServer
-
Gets the configured Data Adapter that is running or will run.
- getAdapter() - Method in class com.lightstreamer.adapters.remote.MetadataProviderServer
-
Gets the configured Metadata Adapter that is running or will run.
- getAdapterConfig() - Method in class com.lightstreamer.adapters.remote.DataProviderServer
-
Gets the pathname of an optional configuration file for the Remote
Data Adapter, to be passed to the init method.
The default value is null.
- getAdapterConfig() - Method in class com.lightstreamer.adapters.remote.MetadataProviderServer
-
Gets the pathname of an optional configuration file for the Remote
Metadata Adapter, to be passed to the init method.
The default value is null.
- getAdapterParams() - Method in class com.lightstreamer.adapters.remote.DataProviderServer
-
Gets the Map object to be passed to the init method
of the Remote Data Adapter, to supply optional parameters.
The default value is an empty HashMap.
- getAdapterParams() - Method in class com.lightstreamer.adapters.remote.MetadataProviderServer
-
Gets the Map object to be passed to the init method
of the Remote Metadata Adapter, to supply optional parameters.
The default value is an empty HashMap.
- getAllowedBufferSize(String, String) - Method in class com.lightstreamer.adapters.remote.metadata.LiteralBasedProvider
-
Returns the size of the buffer internally used to enqueue subsequent
ItemUpdates for the same Item.
- getAllowedBufferSize(String, String) - Method in interface com.lightstreamer.adapters.remote.MetadataProvider
-
Called by Lightstreamer Kernel through the Remote Server 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.adapters.remote.MetadataProviderAdapter
-
Called by Lightstreamer Kernel through the Remote Server to ask for the maximum allowed size
of the buffer internally used to enqueue subsequent ItemUpdates
for the same Item.
- getAllowedMaxBandwidth(String) - Method in class com.lightstreamer.adapters.remote.metadata.LiteralBasedProvider
-
Returns the bandwidth level to be allowed to a User for a push Session.
- getAllowedMaxBandwidth(String) - Method in interface com.lightstreamer.adapters.remote.MetadataProvider
-
Called by Lightstreamer Kernel through the Remote Server to ask for the bandwidth level to be
allowed to a User for a push Session.
- getAllowedMaxBandwidth(String) - Method in class com.lightstreamer.adapters.remote.MetadataProviderAdapter
-
Called by Lightstreamer Kernel through the Remote Server to ask
for the bandwidth amount to be allowed to a User for a push Session.
- getAllowedMaxItemFrequency(String, String) - Method in class com.lightstreamer.adapters.remote.metadata.LiteralBasedProvider
-
Returns the ItemUpdate frequency to be allowed to a User for a specific
Item.
- getAllowedMaxItemFrequency(String, String) - Method in interface com.lightstreamer.adapters.remote.MetadataProvider
-
Called by Lightstreamer Kernel through the Remote Server to ask
for the ItemUpdate frequency to be allowed to a User for a
specific Item.
- getAllowedMaxItemFrequency(String, String) - Method in class com.lightstreamer.adapters.remote.MetadataProviderAdapter
-
Called by Lightstreamer Kernel through the Remote Server to ask for the ItemUpdate frequency
to be allowed to a User for a specific Item.
- getApplicationId() - Method in class com.lightstreamer.adapters.remote.MpnDeviceInfo
-
Gets the application ID, also known as the bundle ID on some platforms.
- getArguments() - Method in class com.lightstreamer.adapters.remote.MpnSubscriptionInfo.MpnApnsSubscriptionInfo
-
Gets the list of optional arguments to be used with a localized format key.
- getBadge() - Method in class com.lightstreamer.adapters.remote.MpnSubscriptionInfo.MpnApnsSubscriptionInfo
-
Gets the optional value for the icon badge when a push notification is delivered.
- getClientErrorCode() - Method in exception com.lightstreamer.adapters.remote.CreditsException
-
Gets the error code to be forwarded to the client.
- getClientErrorMsg() - Method in exception com.lightstreamer.adapters.remote.CreditsException
-
Gets the error detail message to be forwarded to the client.
- getCollapseKey() - Method in class com.lightstreamer.adapters.remote.MpnSubscriptionInfo.MpnGcmSubscriptionInfo
-
Gets the key to be use to collapse multiple push notifications.
- getConflictingSessionID() - Method in exception com.lightstreamer.adapters.remote.ConflictingSessionException
-
Gets the ID of a Session that can be closed in order
to eliminate the problem reported in this exception.
- getCustomData() - Method in class com.lightstreamer.adapters.remote.MpnSubscriptionInfo.MpnApnsSubscriptionInfo
-
Gets the map of optional custom key-value pairs to be added to the push notification.
- getData() - Method in class com.lightstreamer.adapters.remote.MpnSubscriptionInfo.MpnGcmSubscriptionInfo
-
Gets the push notifications' payload.
- getDelayWhileIdle() - Method in class com.lightstreamer.adapters.remote.MpnSubscriptionInfo.MpnGcmSubscriptionInfo
-
If "true", the delivery of push notifications is delayed if the device is idle.
- getDevice() - Method in class com.lightstreamer.adapters.remote.MpnSubscriptionInfo
-
Gets the MPN device of the push notifications.
- getDeviceToken() - Method in class com.lightstreamer.adapters.remote.MpnDeviceInfo
-
Gets the token of the device.
- getDistinctSnapshotLength(String) - Method in class com.lightstreamer.adapters.remote.metadata.LiteralBasedProvider
-
Returns the maximum allowed length for a Snapshot of any Item that
has been requested with publishing Mode DISTINCT.
- getDistinctSnapshotLength(String) - Method in interface com.lightstreamer.adapters.remote.MetadataProvider
-
Called by Lightstreamer Kernel through the Remote Server 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.adapters.remote.MetadataProviderAdapter
-
Called by Lightstreamer Kernel through the Remote Server to ask for the maximum allowed length
for a Snapshot of an Item that has been requested with publishing Mode
DISTINCT.
- getExceptionHandler() - Method in class com.lightstreamer.adapters.remote.Server
-
Gets the handler for error conditions occurring on the Remote Server.
- getFormat() - Method in class com.lightstreamer.adapters.remote.MpnSubscriptionInfo.MpnApnsSubscriptionInfo
-
Gets the format for the push notification text when it is delivered.
- getId() - Method in class com.lightstreamer.adapters.remote.TableInfo
-
Gets the name of the Item Group (or specification of the Item List)
to which the subscribed Items belong.
- getIndex(String) - Method in interface com.lightstreamer.adapters.remote.IndexedItemEvent
-
Returns the index of a named Field.
- getIsDebugEnabled() - Method in interface com.lightstreamer.adapters.remote.log.Logger
-
Checks if this logger is enabled for the Debug level.
This property is intended to lessen the computational cost of disabled log Debug statements.
- getIsErrorEnabled() - Method in interface com.lightstreamer.adapters.remote.log.Logger
-
Checks if this logger is enabled for the Error level.
This property is intended to lessen the computational cost of disabled log Error statements.
- getIsFatalEnabled() - Method in interface com.lightstreamer.adapters.remote.log.Logger
-
Checks if this logger is enabled for the Fatal level.
This property is intended to lessen the computational cost of disabled log Fatal statements.
- getIsInfoEnabled() - Method in interface com.lightstreamer.adapters.remote.log.Logger
-
Checks if this logger is enabled for the Info level.
This property is intended to lessen the computational cost of disabled log Info statements.
- getIsWarnEnabled() - Method in interface com.lightstreamer.adapters.remote.log.Logger
-
Checks if this logger is enabled for the Warn level.
This property is intended to lessen the computational cost of disabled log Warn statements.
- getItems(String, String, String) - Method in class com.lightstreamer.adapters.remote.metadata.LiteralBasedProvider
-
Resolves an Item List specification supplied in a Request.
- getItems(String, String, String) - Method in interface com.lightstreamer.adapters.remote.MetadataProvider
-
Called by Lightstreamer Kernel through the Remote Server to resolve an
Item Group name (or Item List specification) supplied in
a Request.
- getLaunchImage() - Method in class com.lightstreamer.adapters.remote.MpnSubscriptionInfo.MpnApnsSubscriptionInfo
-
Gets the optional image name to be shown while the app is loading when the action.
- getLocalizedActionKey() - Method in class com.lightstreamer.adapters.remote.MpnSubscriptionInfo.MpnApnsSubscriptionInfo
-
Gets the optional key of the localized text to be used as the action
button when a push notification is delivered.
- getLocalizedFormatKey() - Method in class com.lightstreamer.adapters.remote.MpnSubscriptionInfo.MpnApnsSubscriptionInfo
-
Gets the key of the localized text to be used as the format
for the push notification text when it is delivered.
- getLogger(String) - Method in interface com.lightstreamer.adapters.remote.log.LoggerProvider
-
Request for a Logger instance that will be used for logging occurring on the given
category.
- getMax() - Method in class com.lightstreamer.adapters.remote.TableInfo
-
Gets the index of the last Item in the Group
to be considered in the Table (i.e.
- getMaximumIndex() - Method in interface com.lightstreamer.adapters.remote.IndexedItemEvent
-
Returns the maximum index for the fields in the event.
- getMin() - Method in class com.lightstreamer.adapters.remote.TableInfo
-
Gets the index of the first Item in the Group
to be considered in the Table (i.e.
- getMinSourceFrequency(String) - Method in interface com.lightstreamer.adapters.remote.MetadataProvider
-
Called by Lightstreamer Kernel through the Remote Server to ask
for the minimum ItemEvent frequency from the 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.adapters.remote.MetadataProviderAdapter
-
Called by Lightstreamer Kernel through the Remote Server 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.adapters.remote.TableInfo
-
Gets the publishing Mode for the Items in the Table (i.e.
- getName(int) - Method in interface com.lightstreamer.adapters.remote.IndexedItemEvent
-
Returns the name of a Field whose index is supplied.
- getName() - Method in class com.lightstreamer.adapters.remote.MpnPlatformType
-
Gets the internal name of the platform type.
- getName() - Method in class com.lightstreamer.adapters.remote.Server
-
Gets the name, used for logging purposes, associated to the Server instance.
- getNames() - Method in interface com.lightstreamer.adapters.remote.ItemEvent
-
Returns an Iterator to browse the names of the supplied Fields, expressed as String.
- getNotifyStream() - Method in class com.lightstreamer.adapters.remote.Server
-
Gets the stream used by the Remote Adapter in order to send asyncronous
data to the Remote Adapter.
- getReplyStream() - Method in class com.lightstreamer.adapters.remote.Server
-
Gets the stream used by the Remote Adapter in order to forward the answers
to the Proxy Adapter.
- getRequestStream() - Method in class com.lightstreamer.adapters.remote.Server
-
Gets the stream used by the Proxy Adapter in order to forward the requests
to the Remote Adapter.
- getSchema(String, String, String, String) - Method in class com.lightstreamer.adapters.remote.metadata.LiteralBasedProvider
-
Resolves a Field List specification supplied in a Request.
- getSchema(String, String, String, String) - Method in interface com.lightstreamer.adapters.remote.MetadataProvider
-
Called by Lightstreamer Kernel through the Remote Server to resolve a Field
Schema name (or Field List specification) supplied in
a Request.
- getSchema() - Method in class com.lightstreamer.adapters.remote.TableInfo
-
Gets the name of the Field Schema (or specification of the Field List)
used for the subscribed Items.
- getSelector() - Method in class com.lightstreamer.adapters.remote.TableInfo
-
Gets the name of the optional Selector associated to the Table (i.e.
- getSound() - Method in class com.lightstreamer.adapters.remote.MpnSubscriptionInfo.MpnApnsSubscriptionInfo
-
Gets the optional sound ID to be played when a push notification is delivered.
- getTimeToLive() - Method in class com.lightstreamer.adapters.remote.MpnSubscriptionInfo.MpnGcmSubscriptionInfo
-
Gets the expiration of push notifications, expressed as an integer number of in seconds.
- getTrigger() - Method in class com.lightstreamer.adapters.remote.MpnSubscriptionInfo
-
Gets the optional expression the updates are checked against to trigger the notification.
- getType() - Method in class com.lightstreamer.adapters.remote.MpnDeviceInfo
-
Gets the platform type of the device.
- getValue(int) - Method in interface com.lightstreamer.adapters.remote.IndexedItemEvent
-
Returns the value of a field whose index is supplied (null is a legal value too).
- getValue(String) - Method in interface com.lightstreamer.adapters.remote.ItemEvent
-
Returns the value of a named Field (null is a legal value too).
- getWinIndex() - Method in class com.lightstreamer.adapters.remote.TableInfo
-
Gets the unique identifier of the client subscription request.
- MERGE - Static variable in class com.lightstreamer.adapters.remote.Mode
-
The MERGE Mode.
- MetadataException - Exception in com.lightstreamer.adapters.remote
-
Base class for all exceptions directly thrown by the Metadata Adapter.
- MetadataException(String, Exception) - Constructor for exception com.lightstreamer.adapters.remote.MetadataException
-
- MetadataException(String) - Constructor for exception com.lightstreamer.adapters.remote.MetadataException
-
- MetadataProvider - Interface in com.lightstreamer.adapters.remote
-
Provides an interface to be implemented by a Remote Metadata Adapter in order
to attach a Metadata Provider to Lightstreamer.
- MetadataProviderAdapter - Class in com.lightstreamer.adapters.remote
-
Provides a default implementation of all the MetadataProvider interface
methods.
- MetadataProviderAdapter() - Constructor for class com.lightstreamer.adapters.remote.MetadataProviderAdapter
-
- MetadataProviderException - Exception in com.lightstreamer.adapters.remote
-
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.adapters.remote.MetadataProviderException
-
Constructs a MetadataProviderException with a supplied error message text.
- MetadataProviderServer - Class in com.lightstreamer.adapters.remote
-
A server object which can run a Remote Metadata Adapter and connect it
to the Proxy Adapter running on Lightstreamer Server.
The object should be provided with a MetadataProvider instance
and with suitable initialization parameters and established connections,
then activated through
Server.start()
and finally disposed through
Server.close()
.
- MetadataProviderServer() - Constructor for class com.lightstreamer.adapters.remote.MetadataProviderServer
-
Creates an empty server still to be configured and started.
- MetadataProviderServer(boolean) - Constructor for class com.lightstreamer.adapters.remote.MetadataProviderServer
-
Creates an empty server still to be configured and started.
- Mode - Class in com.lightstreamer.adapters.remote
-
Encapsulates a publishing Mode.
- modeMayBeAllowed(String, Mode) - Method in interface com.lightstreamer.adapters.remote.MetadataProvider
-
Called by Lightstreamer Kernel through the Remote Server 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.adapters.remote.MetadataProviderAdapter
-
Called by Lightstreamer Kernel through the Remote Server to ask for the allowance of a publishing
Mode for an Item (for at least one User).
- MpnApnsSubscriptionInfo(MpnDeviceInfo, String, String, String, String, String, String, List<String>, Map<String, String>, String) - Constructor for class com.lightstreamer.adapters.remote.MpnSubscriptionInfo.MpnApnsSubscriptionInfo
-
Used by Lightstreamer to create an MpnApnsSubscriptionInfo instance, collecting
all the details of a push notifications specification for Apple's APNS.
- MpnDeviceInfo - Class in com.lightstreamer.adapters.remote
-
Specifies a target device for Push Notifications, to be specified upon MPN-related methods.
- MpnDeviceInfo(MpnPlatformType, String, String) - Constructor for class com.lightstreamer.adapters.remote.MpnDeviceInfo
-
Used by Lightstreamer to provide a MpnDeviceInfo instance to the MPN-related methods.
- MpnGcmSubscriptionInfo(MpnDeviceInfo, String, Map<String, String>, String, String, String) - Constructor for class com.lightstreamer.adapters.remote.MpnSubscriptionInfo.MpnGcmSubscriptionInfo
-
Used by Lightstreamer to create an MpnGcmSubscriptionInfo instance, collecting
all the details of a push notifications specification for Google's GCM.
- MpnPlatformType - Class in com.lightstreamer.adapters.remote
-
Identifies a push notifications platform type.
- MpnPlatformType(String) - Constructor for class com.lightstreamer.adapters.remote.MpnPlatformType
-
Used by Lightstreamer to create a MpnPlatformType instance.
- MPNS - Static variable in class com.lightstreamer.adapters.remote.MpnPlatformType
-
Microsoft Push Notification Service platform type.
- MpnSubscriptionInfo - Class in com.lightstreamer.adapters.remote
-
Abstract class used by Lightstreamer to provide value objects to method NotifyMpnSubscriptionActivation.
- MpnSubscriptionInfo(MpnDeviceInfo, String) - Constructor for class com.lightstreamer.adapters.remote.MpnSubscriptionInfo
-
Used by Lightstreamer to create a MpnSubscriptionInfo instance.
- MpnSubscriptionInfo.MpnApnsSubscriptionInfo - Class in com.lightstreamer.adapters.remote
-
Concrete subclass of MpnSubscriptionInfo for APNS platform type.
- MpnSubscriptionInfo.MpnGcmSubscriptionInfo - Class in com.lightstreamer.adapters.remote
-
Concrete subclass of MpnSubscriptionInfo for GCM platform type.
- NotificationException - Exception in com.lightstreamer.adapters.remote
-
Thrown by the notify* methods in MetadataProvider if there is some inconsistency in the supplied
parameters.
- NotificationException(String) - Constructor for exception com.lightstreamer.adapters.remote.NotificationException
-
Constructs a NotificationException with a supplied error message text.
- notifyMpnDeviceAccess(String, MpnDeviceInfo) - Method in interface com.lightstreamer.adapters.remote.MetadataProvider
-
Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to access
the specified MPN device.
- notifyMpnDeviceAccess(String, MpnDeviceInfo) - Method in class com.lightstreamer.adapters.remote.MetadataProviderAdapter
-
Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to access
the specified MPN device.
- notifyMpnDeviceTokenChange(String, MpnDeviceInfo, String) - Method in interface com.lightstreamer.adapters.remote.MetadataProvider
-
Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to change
the token of a MPN device.
- notifyMpnDeviceTokenChange(String, MpnDeviceInfo, String) - Method in class com.lightstreamer.adapters.remote.MetadataProviderAdapter
-
Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to change
the token of a MPN device.
- notifyMpnSubscriptionActivation(String, String, TableInfo, MpnSubscriptionInfo) - Method in interface com.lightstreamer.adapters.remote.MetadataProvider
-
Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled
to activate a Push Notification subscription.
- notifyMpnSubscriptionActivation(String, String, TableInfo, MpnSubscriptionInfo) - Method in class com.lightstreamer.adapters.remote.MetadataProviderAdapter
-
Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled
to activate a Push Notification subscription.
- notifyNewSession(String, String, Map<String, String>) - Method in interface com.lightstreamer.adapters.remote.MetadataProvider
-
Called by Lightstreamer Kernel through the Remote Server to check
that a User is enabled to open a new push Session.
- notifyNewSession(String, String, Map<String, String>) - Method in class com.lightstreamer.adapters.remote.MetadataProviderAdapter
-
Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to open
a new push Session.
- notifyNewTables(String, String, TableInfo[]) - Method in interface com.lightstreamer.adapters.remote.MetadataProvider
-
Called by Lightstreamer Kernel through the Remote Server to check
that a User is enabled to add some Tables (i.e.
- notifyNewTables(String, String, TableInfo[]) - Method in class com.lightstreamer.adapters.remote.MetadataProviderAdapter
-
Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to add
some Tables (i.e.: Subscriptions) to a push Session.
- notifySessionClose(String) - Method in interface com.lightstreamer.adapters.remote.MetadataProvider
-
Called by Lightstreamer Kernel through the Remote Server to notify
the Metadata Adapter that a push Session has been closed.
This method is called by the Server asynchronously
and does not consume a pooled thread.
- notifySessionClose(String) - Method in class com.lightstreamer.adapters.remote.MetadataProviderAdapter
-
Called by Lightstreamer Kernel through the Remote Server to notify the Metadata Adapter that
a push Session has been closed.
- notifyTablesClose(String, TableInfo[]) - Method in interface com.lightstreamer.adapters.remote.MetadataProvider
-
Called by Lightstreamer Kernel through the Remote Server to notify
the Metadata Adapter that some Tables (i.e.
- notifyTablesClose(String, TableInfo[]) - Method in class com.lightstreamer.adapters.remote.MetadataProviderAdapter
-
Called by Lightstreamer Kernel through the Remote Server to notify the Metadata Adapter that
some Tables (i.e.: Subscriptions) have been removed from a push Session.
- notifyUser(String, String, Map<String, String>) - Method in class com.lightstreamer.adapters.remote.metadata.LiteralBasedProvider
-
Checks if a user is enabled to make Requests to the related Data
Providers.
- notifyUser(String, String, Map<String, String>) - Method in interface com.lightstreamer.adapters.remote.MetadataProvider
-
Called by Lightstreamer Kernel through the Remote Server
as a preliminary check that a user is
enabled to make Requests to the related Data Providers.
- notifyUser(String, String, Map<String, String>, String) - Method in interface com.lightstreamer.adapters.remote.MetadataProvider
-
Called by Lightstreamer Kernel, through the Remote Server,
instead of calling the 3-arguments version, in case the Server
has been instructed to acquire the client principal from the client TLS/SSL
certificate through the <use_client_auth> configuration flag.
Note that the above flag can be set for each listening port
independently (and it can be set for TLS/SSL ports only), hence, both
overloads may be invoked, depending on the port used by the client.
- notifyUser(String, String, Map<String, String>) - Method in class com.lightstreamer.adapters.remote.MetadataProviderAdapter
-
Called by Lightstreamer Kernel through the Remote Server as a preliminary check that a user is
enabled to make Requests to the related Data Providers.
- notifyUser(String, String, Map<String, String>, String) - Method in class com.lightstreamer.adapters.remote.MetadataProviderAdapter
-
Extended version of the User authentication method, invoked by the
Server, through the Remote Server, in case the Server has been instructed (through the
<use_client_auth> configuration flag) to acquire the client principal from the client TLS/SSL
certificate, if available.
- notifyUserMessage(String, String, String) - Method in interface com.lightstreamer.adapters.remote.MetadataProvider
-
Called by Lightstreamer Kernel through the Remote Server to forward
a message received by a User.
- notifyUserMessage(String, String, String) - Method in class com.lightstreamer.adapters.remote.MetadataProviderAdapter
-
Called by Lightstreamer Kernel through the Remote Server to forward a message received by a User.
- SchemaException - Exception in com.lightstreamer.adapters.remote
-
Thrown by the getSchema method in MetadataProvider if the supplied
Field Schema name (or Field List specification) is not recognized or cannot be resolved.
- SchemaException(String) - Constructor for exception com.lightstreamer.adapters.remote.SchemaException
-
Constructs a SchemaException with a supplied error message text.
- Server - Class in com.lightstreamer.adapters.remote
-
A generic server object, which can run a Remote Data or Metadata Adapter
and connect it to the Proxy Adapter running on Lightstreamer Server.
The object should be provided with a suitable Adapter instance
and with suitable initialization parameters and established connections,
then activated through
Server.start()
and finally disposed through
Server.close()
.
- Server() - Constructor for class com.lightstreamer.adapters.remote.Server
-
- setAdapter(DataProvider) - Method in class com.lightstreamer.adapters.remote.DataProviderServer
-
Sets the Remote Data Adapter instance to be run.
- setAdapter(MetadataProvider) - Method in class com.lightstreamer.adapters.remote.MetadataProviderServer
-
Sets the Remote Metadata Adapter instance to be run.
- setAdapterConfig(String) - Method in class com.lightstreamer.adapters.remote.DataProviderServer
-
Sets the pathname of an optional configuration file for the Remote
Data Adapter, to be passed to the init method.
The default value is null.
- setAdapterConfig(String) - Method in class com.lightstreamer.adapters.remote.MetadataProviderServer
-
Sets the pathname of an optional configuration file for the Remote
Metadata Adapter, to be passed to the init method.
The default value is null.
- setAdapterParams(Map<String, String>) - Method in class com.lightstreamer.adapters.remote.DataProviderServer
-
Sets a Map object to be passed to the init method
of the Remote Data Adapter, to supply optional parameters.
The default value is an empty HashMap.
- setAdapterParams(Map<String, String>) - Method in class com.lightstreamer.adapters.remote.MetadataProviderServer
-
Sets a Map object to be passed to the init method
of the Remote Metadata Adapter, to supply optional parameters.
The default value is an empty HashMap.
- setExceptionHandler(ExceptionHandler) - Method in class com.lightstreamer.adapters.remote.Server
-
Sets the handler for error conditions occurring on the Remote Server.
- setListener(ItemEventListener) - Method in interface com.lightstreamer.adapters.remote.DataProvider
-
Called by the Remote Server to provide
a listener to receive the Item Events carrying data and
asynchronous error notifications for Lightstreamer Kernel.
- setLoggerProvider(LoggerProvider) - Static method in class com.lightstreamer.adapters.remote.Server
-
Sets the LoggerProvider instance that will be used by the classes of the library to obtain Logger instances
used to propagate internal logging.
- setName(String) - Method in class com.lightstreamer.adapters.remote.Server
-
Sets a name for the Server instance; used for logging purposes.
- setNotifyStream(OutputStream) - Method in class com.lightstreamer.adapters.remote.Server
-
Sets the stream used by the Remote Adapter in order to send asyncronous
data to the Remote Adapter.
- setReplyStream(OutputStream) - Method in class com.lightstreamer.adapters.remote.Server
-
Sets the stream used by the Remote Adapter in order to forward the answers
to the Proxy Adapter.
- setRequestStream(InputStream) - Method in class com.lightstreamer.adapters.remote.Server
-
Sets the stream used by the Proxy Adapter in order to forward the requests
to the Remote Adapter.
- start() - Method in class com.lightstreamer.adapters.remote.Server
-
Starts the Remote Adapter.
- subscribe(String) - Method in interface com.lightstreamer.adapters.remote.DataProvider
-
Called by Lightstreamer Remote Server to request data for an Item.
- SubscriptionException - Exception in com.lightstreamer.adapters.remote
-
Thrown by the subscribe and unsubscribe methods in DataProvider if the request cannot be satisfied.
- SubscriptionException(String) - Constructor for exception com.lightstreamer.adapters.remote.SubscriptionException
-
Constructs a SubscriptionException with a supplied error message text.