DataSource.NET
7.1.27.94946-7eb8eb54
|
Namespaces |
Classes | |
class | DataSource |
This is the main class in Datasource.NET. Your application must create an instance of this class to use the functionality provided by DataSource More... | |
interface | IConnectionListener |
This interface allows applications to receive events about the state of DataSource.NET's connection to other DataSource peers. More... | |
interface | IDataSource |
This interface defines the main interface of DataSoure.NET. In order to obtain an instance of this interface, you must create an instance of Caplin.DataSource.DataSource. More... | |
interface | IJsonHandler |
interface | IMonitoringServer |
Interface that can be used to add or delete MonitoringBeans from the monitoring subsystem. More... | |
interface | IPeer |
Represents a DataSource peer. More... | |
interface | IPeerStatusEvent |
Event raised when a peer changes status. More... | |
interface | IServiceStatusEvent |
Event that is raised when a service changes state. More... | |
interface | IStatusEvent |
Represents an event that is raised when there is a change in the status of the backend. More... | |
interface | ISubjectErrorEvent |
Represents an event raised when there is an error in a subscription to a subject. More... | |
interface | ISubjectStatusEvent |
Represents an event that is raised when there is a change in the status of a Subject. More... | |
class | NamespaceDoc |
The interfaces in this top-level namespace provide the main functions of DataSource.NET. More... | |
Enumerations |
|
strong |
Enumeration that defines the states of a DataSource Peer
Enumerator | |
---|---|
Up |
The DataSource peer is connected. |
Down |
The DataSource peer is disconnected. |
|
strong |
|
strong |
Enumeration that defines the possible types of subject error.
|
strong |
|
strong |
Enumeration that defines the status values that a subject can have.