A C D E F G H I L N O P Q R S T U W 

A

AbstractDataReceiver - Class in org.wso2.carbon.databridge.core
Copyright (c) WSO2 Inc.
AbstractDataReceiver() - Constructor for class org.wso2.carbon.databridge.core.AbstractDataReceiver
 
AbstractStreamDefinitionStore - Class in org.wso2.carbon.databridge.core.definitionstore
The Event Stream Definition Store interface Used to persist Event Stream Definitions at the Agent Server
AbstractStreamDefinitionStore() - Constructor for class org.wso2.carbon.databridge.core.definitionstore.AbstractStreamDefinitionStore
 
activate(ComponentContext) - Method in class org.wso2.carbon.databridge.core.internal.DataBridgeDS
initialize the agent server here.
addCallback(AgentCallback) - Method in class org.wso2.carbon.databridge.core.internal.EventDispatcher
 
addCallback(RawDataAgentCallback) - Method in class org.wso2.carbon.databridge.core.internal.EventDispatcher
Add thrift subscribers
AgentCallback - Interface in org.wso2.carbon.databridge.core
The call back that notifies Event arrivals and StreamDefinition declarations
AgentSession - Class in org.wso2.carbon.databridge.core.Utils
Agent Client's session
AgentSession(String, Credentials) - Constructor for class org.wso2.carbon.databridge.core.Utils.AgentSession
 
AgentSession(String, Credentials, long) - Constructor for class org.wso2.carbon.databridge.core.Utils.AgentSession
 
authenticate(String, String) - Method in interface org.wso2.carbon.databridge.core.internal.authentication.AuthenticationHandler
 
authenticate(String, String) - Method in class org.wso2.carbon.databridge.core.internal.authentication.Authenticator
 
authenticate(String, String) - Method in class org.wso2.carbon.databridge.core.internal.authentication.CarbonAuthenticationHandler
 
AuthenticationHandler - Interface in org.wso2.carbon.databridge.core.internal.authentication
The handler interface that's used to authenticate Agents
Authenticator - Class in org.wso2.carbon.databridge.core.internal.authentication
Authenticates all the incoming connections and manage sessions
Authenticator(AuthenticationHandler, DataBridgeConfiguration) - Constructor for class org.wso2.carbon.databridge.core.internal.authentication.Authenticator
 

C

CarbonAuthenticationHandler - Class in org.wso2.carbon.databridge.core.internal.authentication
CarbonAuthenticationHandler implementation that authenticate Agents via Carbon AuthenticationService
CarbonAuthenticationHandler(AuthenticationService) - Constructor for class org.wso2.carbon.databridge.core.internal.authentication.CarbonAuthenticationHandler
 
CLIENT_TIMEOUT_ELEMENT - Static variable in class org.wso2.carbon.databridge.core.internal.utils.DataBridgeConstants
 
CLIENT_TIMEOUT_MS - Static variable in class org.wso2.carbon.databridge.core.internal.utils.DataBridgeConstants
 
compare(Object, Object, AttributeType) - Static method in class org.wso2.carbon.databridge.core.Utils.DataBridgeUtils
 
Configuration - Class in org.wso2.carbon.databridge.core.conf
 
Configuration() - Constructor for class org.wso2.carbon.databridge.core.conf.Configuration
 

D

DATA_BRIDGE_CONFIG_XML - Static variable in class org.wso2.carbon.databridge.core.internal.utils.DataBridgeConstants
 
DATA_BRIDGE_DIR - Static variable in class org.wso2.carbon.databridge.core.internal.utils.DataBridgeConstants
 
DATA_BRIDGE_NAMESPACE - Static variable in class org.wso2.carbon.databridge.core.internal.utils.DataBridgeConstants
 
DATA_BRIDGE_ROOT_ELEMENT - Static variable in class org.wso2.carbon.databridge.core.internal.utils.DataBridgeConstants
 
DataBridge - Class in org.wso2.carbon.databridge.core
this class represents as the interface between the agent server and agent server implementations.
DataBridge(AuthenticationHandler, AbstractStreamDefinitionStore, DataBridgeConfiguration) - Constructor for class org.wso2.carbon.databridge.core.DataBridge
 
DataBridge(AuthenticationHandler, AbstractStreamDefinitionStore, String) - Constructor for class org.wso2.carbon.databridge.core.DataBridge
 
DataBridgeConfiguration - Class in org.wso2.carbon.databridge.core.conf
configuration details related to DataReceiver
DataBridgeConfiguration() - Constructor for class org.wso2.carbon.databridge.core.conf.DataBridgeConfiguration
 
DataBridgeConfigurationException - Exception in org.wso2.carbon.databridge.core.exception
 
DataBridgeConfigurationException() - Constructor for exception org.wso2.carbon.databridge.core.exception.DataBridgeConfigurationException
 
DataBridgeConfigurationException(String) - Constructor for exception org.wso2.carbon.databridge.core.exception.DataBridgeConfigurationException
 
DataBridgeConfigurationException(String, Throwable) - Constructor for exception org.wso2.carbon.databridge.core.exception.DataBridgeConfigurationException
 
DataBridgeConfigurationException(Throwable) - Constructor for exception org.wso2.carbon.databridge.core.exception.DataBridgeConfigurationException
 
DataBridgeConstants - Class in org.wso2.carbon.databridge.core.internal.utils
Agent Server Constants
DataBridgeCoreBuilder - Class in org.wso2.carbon.databridge.core.internal.utils
Helper class to build Agent Server Initial Configurations
DataBridgeDS - Class in org.wso2.carbon.databridge.core.internal
 
DataBridgeDS() - Constructor for class org.wso2.carbon.databridge.core.internal.DataBridgeDS
 
DataBridgeException - Exception in org.wso2.carbon.databridge.core.exception
 
DataBridgeException() - Constructor for exception org.wso2.carbon.databridge.core.exception.DataBridgeException
 
DataBridgeException(String) - Constructor for exception org.wso2.carbon.databridge.core.exception.DataBridgeException
 
DataBridgeException(String, Throwable) - Constructor for exception org.wso2.carbon.databridge.core.exception.DataBridgeException
 
DataBridgeException(Throwable) - Constructor for exception org.wso2.carbon.databridge.core.exception.DataBridgeException
 
DataBridgeReceiverService - Interface in org.wso2.carbon.databridge.core
this class represents as the interface between the agent server and agent server implementations.
DataBridgeServiceValueHolder - Class in org.wso2.carbon.databridge.core
 
DataBridgeServiceValueHolder() - Constructor for class org.wso2.carbon.databridge.core.DataBridgeServiceValueHolder
 
DataBridgeSubscriberService - Interface in org.wso2.carbon.databridge.core
 
DataBridgeUtils - Class in org.wso2.carbon.databridge.core.Utils
Copyright (c) WSO2 Inc.
DataBridgeUtils() - Constructor for class org.wso2.carbon.databridge.core.Utils.DataBridgeUtils
 
DataReceiver - Class in org.wso2.carbon.databridge.core.conf
 
DataReceiver() - Constructor for class org.wso2.carbon.databridge.core.conf.DataReceiver
 
deactivate(ComponentContext) - Method in class org.wso2.carbon.databridge.core.internal.DataBridgeDS
 
DEFAULT_DEFINITION_STORE - Static variable in class org.wso2.carbon.databridge.core.internal.utils.DataBridgeConstants
 
definedStream(StreamDefinition, int) - Method in interface org.wso2.carbon.databridge.core.AgentCallback
will get called when types are defined
definedStream(StreamDefinition, int) - Method in interface org.wso2.carbon.databridge.core.RawDataAgentCallback
will get called when types are defined
defineStream(String, String) - Method in class org.wso2.carbon.databridge.core.AbstractDataReceiver
 
defineStream(String, String, String) - Method in class org.wso2.carbon.databridge.core.AbstractDataReceiver
 
defineStream(String, String) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
defineStream(String, String, String) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
defineStream(String, String) - Method in interface org.wso2.carbon.databridge.core.DataBridgeReceiverService
 
defineStream(String, String, String) - Method in interface org.wso2.carbon.databridge.core.DataBridgeReceiverService
 
defineStream(String, AgentSession) - Method in class org.wso2.carbon.databridge.core.internal.EventDispatcher
 
defineStream(String, AgentSession, String) - Method in class org.wso2.carbon.databridge.core.internal.EventDispatcher
 
deleteStream(String, String) - Method in class org.wso2.carbon.databridge.core.AbstractDataReceiver
 
deleteStream(String, String, String) - Method in class org.wso2.carbon.databridge.core.AbstractDataReceiver
 
deleteStream(String, String) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
deleteStream(String, String, String) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
deleteStream(String, String) - Method in interface org.wso2.carbon.databridge.core.DataBridgeReceiverService
 
deleteStream(String, String, String) - Method in interface org.wso2.carbon.databridge.core.DataBridgeReceiverService
 
deleteStream(String, String, AgentSession) - Method in class org.wso2.carbon.databridge.core.internal.EventDispatcher
 
deleteStreamDefinition(String, String, int) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
deleteStreamDefinition(String, String, int) - Method in class org.wso2.carbon.databridge.core.definitionstore.AbstractStreamDefinitionStore
 
deleteStreamDefinition(String, String, int) - Method in interface org.wso2.carbon.databridge.core.definitionstore.StreamDefinitionStore
 
destroyContext(AgentSession) - Method in interface org.wso2.carbon.databridge.core.internal.authentication.AuthenticationHandler
 
destroyContext(AgentSession) - Method in class org.wso2.carbon.databridge.core.internal.authentication.CarbonAuthenticationHandler
 
DOMAIN_NAME_ATTRIBUTE - Static variable in class org.wso2.carbon.databridge.core.internal.utils.DataBridgeConstants
 

E

equals(Object) - Method in class org.wso2.carbon.databridge.core.internal.authentication.session.SessionBean
 
equals(Event, Event, StreamDefinition) - Static method in class org.wso2.carbon.databridge.core.Utils.DataBridgeUtils
 
EVENT_BUFFER_CAPACITY - Static variable in class org.wso2.carbon.databridge.core.internal.utils.DataBridgeConstants
 
EVENT_BUFFER_CAPACITY_ELEMENT - Static variable in class org.wso2.carbon.databridge.core.internal.utils.DataBridgeConstants
 
EventComposite - Class in org.wso2.carbon.databridge.core.Utils
Event composite that's passed to the Queue Worker
EventComposite(Object, StreamTypeHolder, AgentSession, EventConverter) - Constructor for class org.wso2.carbon.databridge.core.Utils.EventComposite
 
EventConversionException - Exception in org.wso2.carbon.databridge.core.exception
 
EventConversionException() - Constructor for exception org.wso2.carbon.databridge.core.exception.EventConversionException
 
EventConversionException(String) - Constructor for exception org.wso2.carbon.databridge.core.exception.EventConversionException
 
EventConversionException(String, Throwable) - Constructor for exception org.wso2.carbon.databridge.core.exception.EventConversionException
 
EventConversionException(Throwable) - Constructor for exception org.wso2.carbon.databridge.core.exception.EventConversionException
 
EventConverter - Interface in org.wso2.carbon.databridge.core
the util class that converts Events and its definitions in to various forms
EventDispatcher - Class in org.wso2.carbon.databridge.core.internal
Dispactches events and their definitions subscribers
EventDispatcher(AbstractStreamDefinitionStore, DataBridgeConfiguration, AuthenticationHandler) - Constructor for class org.wso2.carbon.databridge.core.internal.EventDispatcher
 
EventProcessingException - Exception in org.wso2.carbon.databridge.core.exception
Copyright (c) WSO2 Inc.
EventProcessingException(String) - Constructor for exception org.wso2.carbon.databridge.core.exception.EventProcessingException
 
EventProcessingException(String, Throwable) - Constructor for exception org.wso2.carbon.databridge.core.exception.EventProcessingException
 
EventQueue - Class in org.wso2.carbon.databridge.core.internal.queue
The Event Queue class wraps a thread safe queue to, queue and deque events in a scalable manner
EventQueue(List<AgentCallback>, List<RawDataAgentCallback>, DataBridgeConfiguration) - Constructor for class org.wso2.carbon.databridge.core.internal.queue.EventQueue
 

F

finalize() - Method in class org.wso2.carbon.databridge.core.internal.queue.EventQueue
 
findStreamId(String, String, String) - Method in class org.wso2.carbon.databridge.core.AbstractDataReceiver
 
findStreamId(String, String, String) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
findStreamId(String, String, String) - Method in interface org.wso2.carbon.databridge.core.DataBridgeReceiverService
 
findStreamId(String, String, AgentSession) - Method in class org.wso2.carbon.databridge.core.internal.EventDispatcher
 

G

getAgentSession() - Method in class org.wso2.carbon.databridge.core.Utils.EventComposite
 
getAllStreamDefinitions(String) - Method in class org.wso2.carbon.databridge.core.AbstractDataReceiver
 
getAllStreamDefinitions(String) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
getAllStreamDefinitions(int) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
getAllStreamDefinitions(String) - Method in interface org.wso2.carbon.databridge.core.DataBridgeReceiverService
 
getAllStreamDefinitions(int) - Method in class org.wso2.carbon.databridge.core.definitionstore.AbstractStreamDefinitionStore
 
getAllStreamDefinitions(int) - Method in interface org.wso2.carbon.databridge.core.definitionstore.StreamDefinitionStore
 
getAllStreamDefinitionsFromStore(int) - Method in class org.wso2.carbon.databridge.core.definitionstore.AbstractStreamDefinitionStore
 
getAllStreamDefinitionsFromStore(int) - Method in class org.wso2.carbon.databridge.core.definitionstore.InMemoryStreamDefinitionStore
 
getAttributeComposite(String) - Method in class org.wso2.carbon.databridge.core.StreamTypeHolder
 
getAttributeCompositeMap() - Method in class org.wso2.carbon.databridge.core.StreamTypeHolder
 
getAttributeSize() - Method in class org.wso2.carbon.databridge.core.StreamAttributeComposite
 
getAttributeTypes() - Method in class org.wso2.carbon.databridge.core.StreamAttributeComposite
 
getClientTimeoutMin() - Method in class org.wso2.carbon.databridge.core.conf.DataBridgeConfiguration
 
getConfiguration(String, Object) - Method in class org.wso2.carbon.databridge.core.conf.DataReceiver
 
getConfigurationContextService() - Static method in class org.wso2.carbon.databridge.core.DataBridgeServiceValueHolder
 
getConfigurations() - Method in class org.wso2.carbon.databridge.core.conf.DataReceiver
 
getCreatedAt() - Method in class org.wso2.carbon.databridge.core.Utils.AgentSession
 
getCredentials() - Method in class org.wso2.carbon.databridge.core.internal.authentication.session.SessionBean
 
getCredentials() - Method in class org.wso2.carbon.databridge.core.Utils.AgentSession
 
getDatabridgeConfigPath() - Static method in class org.wso2.carbon.databridge.core.internal.utils.DataBridgeCoreBuilder
 
getDatabridgeReceiver() - Method in class org.wso2.carbon.databridge.core.AbstractDataReceiver
 
getDataReceiver(String) - Method in class org.wso2.carbon.databridge.core.conf.DataBridgeConfiguration
 
getDataReceivers() - Method in class org.wso2.carbon.databridge.core.conf.DataBridgeConfiguration
 
getDataType(String) - Method in class org.wso2.carbon.databridge.core.StreamTypeHolder
 
getDomainName() - Method in class org.wso2.carbon.databridge.core.Utils.AgentSession
 
getErrorMessage() - Method in exception org.wso2.carbon.databridge.core.exception.DataBridgeConfigurationException
 
getErrorMessage() - Method in exception org.wso2.carbon.databridge.core.exception.DataBridgeException
 
getErrorMessage() - Method in exception org.wso2.carbon.databridge.core.exception.EventConversionException
 
getErrorMessage() - Method in exception org.wso2.carbon.databridge.core.exception.StreamDefinitionNotFoundException
 
getErrorMessage() - Method in exception org.wso2.carbon.databridge.core.exception.StreamDefinitionStoreException
 
getEventBufferCapacity() - Method in class org.wso2.carbon.databridge.core.conf.DataBridgeConfiguration
 
getEventBundle() - Method in class org.wso2.carbon.databridge.core.Utils.EventComposite
 
getEventConverter() - Method in class org.wso2.carbon.databridge.core.Utils.EventComposite
 
getInitialConfig() - Method in class org.wso2.carbon.databridge.core.AbstractDataReceiver
 
getInitialConfig() - Method in class org.wso2.carbon.databridge.core.DataBridge
 
getInitialConfig() - Method in interface org.wso2.carbon.databridge.core.DataBridgeReceiverService
 
getName() - Method in class org.wso2.carbon.databridge.core.conf.Configuration
 
getName() - Method in class org.wso2.carbon.databridge.core.conf.DataReceiver
 
getRawDataSubscribers() - Method in class org.wso2.carbon.databridge.core.DataBridge
 
getRawDataSubscribers() - Method in interface org.wso2.carbon.databridge.core.DataBridgeSubscriberService
 
getRawDataSubscribers() - Method in class org.wso2.carbon.databridge.core.internal.EventDispatcher
 
getRealmService() - Static method in class org.wso2.carbon.databridge.core.DataBridgeServiceValueHolder
 
getSession(String) - Method in class org.wso2.carbon.databridge.core.internal.authentication.Authenticator
 
getSession(SessionBean) - Method in class org.wso2.carbon.databridge.core.internal.authentication.session.SessionCache
 
getSessionId() - Method in class org.wso2.carbon.databridge.core.internal.authentication.session.SessionBean
 
getSessionId() - Method in class org.wso2.carbon.databridge.core.Utils.AgentSession
 
getStreamDefinition(String, String, String) - Method in class org.wso2.carbon.databridge.core.AbstractDataReceiver
 
getStreamDefinition(String, String, String) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
getStreamDefinition(String, String, int) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
getStreamDefinition(String, int) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
getStreamDefinition(String, String, String) - Method in interface org.wso2.carbon.databridge.core.DataBridgeReceiverService
 
getStreamDefinition(String, String, int) - Method in class org.wso2.carbon.databridge.core.definitionstore.AbstractStreamDefinitionStore
 
getStreamDefinition(String, int) - Method in class org.wso2.carbon.databridge.core.definitionstore.AbstractStreamDefinitionStore
 
getStreamDefinition(String, String, int) - Method in interface org.wso2.carbon.databridge.core.definitionstore.StreamDefinitionStore
 
getStreamDefinition(String, int) - Method in interface org.wso2.carbon.databridge.core.definitionstore.StreamDefinitionStore
 
getStreamDefinition() - Method in class org.wso2.carbon.databridge.core.StreamAttributeComposite
 
getStreamDefinitionFromStore(String, String, int) - Method in class org.wso2.carbon.databridge.core.definitionstore.AbstractStreamDefinitionStore
 
getStreamDefinitionFromStore(String, int) - Method in class org.wso2.carbon.databridge.core.definitionstore.AbstractStreamDefinitionStore
 
getStreamDefinitionFromStore(String, String, int) - Method in class org.wso2.carbon.databridge.core.definitionstore.InMemoryStreamDefinitionStore
 
getStreamDefinitionFromStore(String, int) - Method in class org.wso2.carbon.databridge.core.definitionstore.InMemoryStreamDefinitionStore
 
getStreamDefinitionStore() - Static method in class org.wso2.carbon.databridge.core.DataBridgeServiceValueHolder
 
getStreamTypeHolder() - Method in class org.wso2.carbon.databridge.core.Utils.EventComposite
 
getSubscribers() - Method in class org.wso2.carbon.databridge.core.DataBridge
 
getSubscribers() - Method in interface org.wso2.carbon.databridge.core.DataBridgeSubscriberService
 
getSubscribers() - Method in class org.wso2.carbon.databridge.core.internal.EventDispatcher
 
getTenantDomain(String) - Method in interface org.wso2.carbon.databridge.core.internal.authentication.AuthenticationHandler
 
getTenantDomain(String) - Method in class org.wso2.carbon.databridge.core.internal.authentication.CarbonAuthenticationHandler
 
getTenantId(String) - Method in interface org.wso2.carbon.databridge.core.internal.authentication.AuthenticationHandler
 
getTenantId(String) - Method in class org.wso2.carbon.databridge.core.internal.authentication.CarbonAuthenticationHandler
 
getTenantId() - Method in class org.wso2.carbon.databridge.core.StreamTypeHolder
 
getUsername() - Method in class org.wso2.carbon.databridge.core.Utils.AgentSession
 
getValue() - Method in class org.wso2.carbon.databridge.core.conf.Configuration
 
getWorkerThreads() - Method in class org.wso2.carbon.databridge.core.conf.DataBridgeConfiguration
 

H

hashCode() - Method in class org.wso2.carbon.databridge.core.internal.authentication.session.SessionBean
 

I

initContext(AgentSession) - Method in interface org.wso2.carbon.databridge.core.internal.authentication.AuthenticationHandler
 
initContext(AgentSession) - Method in class org.wso2.carbon.databridge.core.internal.authentication.CarbonAuthenticationHandler
 
InMemoryStreamDefinitionStore - Class in org.wso2.carbon.databridge.core.definitionstore
The in memory implementation of the Event Stream definition Store
InMemoryStreamDefinitionStore() - Constructor for class org.wso2.carbon.databridge.core.definitionstore.InMemoryStreamDefinitionStore
 

L

loadStreamDefinitionXML() - Static method in class org.wso2.carbon.databridge.core.internal.utils.DataBridgeCoreBuilder
 
loadXML(String, String) - Static method in class org.wso2.carbon.databridge.core.internal.utils.DataBridgeCoreBuilder
 
login(String, String) - Method in class org.wso2.carbon.databridge.core.AbstractDataReceiver
 
login(String, String) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
login(String, String) - Method in interface org.wso2.carbon.databridge.core.DataBridgeReceiverService
 
logout(String) - Method in class org.wso2.carbon.databridge.core.AbstractDataReceiver
 
logout(String) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
logout(String) - Method in interface org.wso2.carbon.databridge.core.DataBridgeReceiverService
 
logout(String) - Method in class org.wso2.carbon.databridge.core.internal.authentication.Authenticator
 

N

NO_OF_WORKER_THREADS - Static variable in class org.wso2.carbon.databridge.core.internal.utils.DataBridgeConstants
 

O

org.wso2.carbon.databridge.core - package org.wso2.carbon.databridge.core
 
org.wso2.carbon.databridge.core.conf - package org.wso2.carbon.databridge.core.conf
 
org.wso2.carbon.databridge.core.definitionstore - package org.wso2.carbon.databridge.core.definitionstore
 
org.wso2.carbon.databridge.core.exception - package org.wso2.carbon.databridge.core.exception
 
org.wso2.carbon.databridge.core.internal - package org.wso2.carbon.databridge.core.internal
 
org.wso2.carbon.databridge.core.internal.authentication - package org.wso2.carbon.databridge.core.internal.authentication
 
org.wso2.carbon.databridge.core.internal.authentication.session - package org.wso2.carbon.databridge.core.internal.authentication.session
 
org.wso2.carbon.databridge.core.internal.queue - package org.wso2.carbon.databridge.core.internal.queue
 
org.wso2.carbon.databridge.core.internal.utils - package org.wso2.carbon.databridge.core.internal.utils
 
org.wso2.carbon.databridge.core.Utils - package org.wso2.carbon.databridge.core.Utils
 

P

publish(Object, String, EventConverter) - Method in class org.wso2.carbon.databridge.core.AbstractDataReceiver
 
publish(Object, String, EventConverter) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
publish(Object, String, EventConverter) - Method in interface org.wso2.carbon.databridge.core.DataBridgeReceiverService
 
publish(Object, AgentSession, EventConverter) - Method in class org.wso2.carbon.databridge.core.internal.EventDispatcher
 
publish(EventComposite) - Method in class org.wso2.carbon.databridge.core.internal.queue.EventQueue
 
putStreamDefinition(StreamDefinition) - Method in class org.wso2.carbon.databridge.core.StreamTypeHolder
 

Q

QueueWorker - Class in org.wso2.carbon.databridge.core.internal.queue
Will removes the events from queues and send then to the endpoints
QueueWorker(BlockingQueue<EventComposite>, List<AgentCallback>, List<RawDataAgentCallback>) - Constructor for class org.wso2.carbon.databridge.core.internal.queue.QueueWorker
 

R

RawDataAgentCallback - Interface in org.wso2.carbon.databridge.core
 
receive(List<Event>, Credentials) - Method in interface org.wso2.carbon.databridge.core.AgentCallback
will get called when Events arrive
receive(Object) - Method in interface org.wso2.carbon.databridge.core.RawDataAgentCallback
will get called when Events arrive
reloadDomainNameStreamTypeHolderCache(int) - Method in class org.wso2.carbon.databridge.core.internal.EventDispatcher
 
reloadStreamTypeHolder() - Method in class org.wso2.carbon.databridge.core.StreamTypeHolder
 
removeSession(String) - Method in class org.wso2.carbon.databridge.core.internal.authentication.session.SessionCache
 
removeStream(StreamDefinition, int) - Method in interface org.wso2.carbon.databridge.core.AgentCallback
will get called when types are removed
removeStream(StreamDefinition, int) - Method in interface org.wso2.carbon.databridge.core.RawDataAgentCallback
will get called when types are removed
removeStreamDefinition(String, String, int) - Method in class org.wso2.carbon.databridge.core.definitionstore.AbstractStreamDefinitionStore
 
removeStreamDefinition(String, String, int) - Method in class org.wso2.carbon.databridge.core.definitionstore.InMemoryStreamDefinitionStore
 
run() - Method in class org.wso2.carbon.databridge.core.internal.queue.QueueWorker
 

S

saveStreamDefinition(String, StreamDefinition) - Method in class org.wso2.carbon.databridge.core.AbstractDataReceiver
 
saveStreamDefinition(String, StreamDefinition) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
saveStreamDefinition(StreamDefinition, int) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
saveStreamDefinition(String, StreamDefinition) - Method in interface org.wso2.carbon.databridge.core.DataBridgeReceiverService
 
saveStreamDefinition(StreamDefinition, int) - Method in class org.wso2.carbon.databridge.core.definitionstore.AbstractStreamDefinitionStore
 
saveStreamDefinition(StreamDefinition, int) - Method in interface org.wso2.carbon.databridge.core.definitionstore.StreamDefinitionStore
 
saveStreamDefinitionToStore(StreamDefinition, int) - Method in class org.wso2.carbon.databridge.core.definitionstore.AbstractStreamDefinitionStore
 
saveStreamDefinitionToStore(StreamDefinition, int) - Method in class org.wso2.carbon.databridge.core.definitionstore.InMemoryStreamDefinitionStore
 
SessionBean - Class in org.wso2.carbon.databridge.core.internal.authentication.session
Copyright (c) WSO2 Inc.
SessionBean(String) - Constructor for class org.wso2.carbon.databridge.core.internal.authentication.session.SessionBean
 
SessionBean(String, Credentials) - Constructor for class org.wso2.carbon.databridge.core.internal.authentication.session.SessionBean
 
SessionCache - Class in org.wso2.carbon.databridge.core.internal.authentication.session
Cache that contains all agent sessions
SessionCache(int) - Constructor for class org.wso2.carbon.databridge.core.internal.authentication.session.SessionCache
 
setAttributeSize(int) - Method in class org.wso2.carbon.databridge.core.StreamAttributeComposite
 
setAttributeTypes(AttributeType[][]) - Method in class org.wso2.carbon.databridge.core.StreamAttributeComposite
 
setAuthenticationService(AuthenticationService) - Method in class org.wso2.carbon.databridge.core.internal.DataBridgeDS
 
setClientTimeoutMin(int) - Method in class org.wso2.carbon.databridge.core.conf.DataBridgeConfiguration
 
setConfigurationContextService(ConfigurationContextService) - Static method in class org.wso2.carbon.databridge.core.DataBridgeServiceValueHolder
 
setConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.databridge.core.internal.DataBridgeDS
 
setConfigurations(List<Configuration>) - Method in class org.wso2.carbon.databridge.core.conf.DataReceiver
 
setCreatedAt(long) - Method in class org.wso2.carbon.databridge.core.Utils.AgentSession
 
setCredentials(Credentials) - Method in class org.wso2.carbon.databridge.core.internal.authentication.session.SessionBean
 
setCredentials(String, String, String) - Method in class org.wso2.carbon.databridge.core.Utils.AgentSession
 
setDataReceivers(List<DataReceiver>) - Method in class org.wso2.carbon.databridge.core.conf.DataBridgeConfiguration
 
setEventBufferCapacity(int) - Method in class org.wso2.carbon.databridge.core.conf.DataBridgeConfiguration
 
setEventDispatcherCallback(EventDispatcher) - Method in class org.wso2.carbon.databridge.core.StreamTypeHolder
 
setEventStreamStoreService(AbstractStreamDefinitionStore) - Method in class org.wso2.carbon.databridge.core.internal.DataBridgeDS
 
setInitialConfig(DataBridgeConfiguration) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
setName(String) - Method in class org.wso2.carbon.databridge.core.conf.Configuration
 
setName(String) - Method in class org.wso2.carbon.databridge.core.conf.DataReceiver
 
setRealmService(RealmService) - Static method in class org.wso2.carbon.databridge.core.DataBridgeServiceValueHolder
 
setRealmService(RealmService) - Method in class org.wso2.carbon.databridge.core.internal.DataBridgeDS
 
setSessionId(String) - Method in class org.wso2.carbon.databridge.core.internal.authentication.session.SessionBean
 
setSessionId(String) - Method in class org.wso2.carbon.databridge.core.Utils.AgentSession
 
setStreamDefinitionStore(AbstractStreamDefinitionStore) - Static method in class org.wso2.carbon.databridge.core.DataBridgeServiceValueHolder
 
setTenantId(int) - Method in class org.wso2.carbon.databridge.core.StreamTypeHolder
 
setValue(String) - Method in class org.wso2.carbon.databridge.core.conf.Configuration
 
setWorkerThreads(int) - Method in class org.wso2.carbon.databridge.core.conf.DataBridgeConfiguration
 
STREAM_DEFINITION_STORE_ELEMENT - Static variable in class org.wso2.carbon.databridge.core.internal.utils.DataBridgeConstants
 
STREAM_DEFINITIONS_ELEMENT - Static variable in class org.wso2.carbon.databridge.core.internal.utils.DataBridgeConstants
 
STREAM_DEFINITIONS_XML - Static variable in class org.wso2.carbon.databridge.core.internal.utils.DataBridgeConstants
 
streamAdded(int, String) - Method in interface org.wso2.carbon.databridge.core.definitionstore.StreamAddRemoveListener
 
StreamAddRemoveListener - Interface in org.wso2.carbon.databridge.core.definitionstore
 
StreamAttributeComposite - Class in org.wso2.carbon.databridge.core
Class to hold attribute type order array and size of attributes.
StreamAttributeComposite(StreamDefinition) - Constructor for class org.wso2.carbon.databridge.core.StreamAttributeComposite
 
StreamDefinitionNotFoundException - Exception in org.wso2.carbon.databridge.core.exception
 
StreamDefinitionNotFoundException() - Constructor for exception org.wso2.carbon.databridge.core.exception.StreamDefinitionNotFoundException
 
StreamDefinitionNotFoundException(String) - Constructor for exception org.wso2.carbon.databridge.core.exception.StreamDefinitionNotFoundException
 
StreamDefinitionNotFoundException(String, Throwable) - Constructor for exception org.wso2.carbon.databridge.core.exception.StreamDefinitionNotFoundException
 
StreamDefinitionNotFoundException(Throwable) - Constructor for exception org.wso2.carbon.databridge.core.exception.StreamDefinitionNotFoundException
 
StreamDefinitionStore - Interface in org.wso2.carbon.databridge.core.definitionstore
Copyright (c) WSO2 Inc.
StreamDefinitionStoreException - Exception in org.wso2.carbon.databridge.core.exception
 
StreamDefinitionStoreException() - Constructor for exception org.wso2.carbon.databridge.core.exception.StreamDefinitionStoreException
 
StreamDefinitionStoreException(String) - Constructor for exception org.wso2.carbon.databridge.core.exception.StreamDefinitionStoreException
 
StreamDefinitionStoreException(String, Throwable) - Constructor for exception org.wso2.carbon.databridge.core.exception.StreamDefinitionStoreException
 
StreamDefinitionStoreException(Throwable) - Constructor for exception org.wso2.carbon.databridge.core.exception.StreamDefinitionStoreException
 
streamRemoved(int, String) - Method in interface org.wso2.carbon.databridge.core.definitionstore.StreamAddRemoveListener
 
StreamTypeHolder - Class in org.wso2.carbon.databridge.core
Event stream data type holder
StreamTypeHolder(int) - Constructor for class org.wso2.carbon.databridge.core.StreamTypeHolder
 
subscribe(AgentCallback) - Method in class org.wso2.carbon.databridge.core.DataBridge
CEP/BAM can subscribe for Event Streams
subscribe(RawDataAgentCallback) - Method in class org.wso2.carbon.databridge.core.DataBridge
CEP/BAM can subscribe for Raw Event Streams
subscribe(StreamAddRemoveListener) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
subscribe(StreamAddRemoveListener) - Method in interface org.wso2.carbon.databridge.core.DataBridgeReceiverService
 
subscribe(AgentCallback) - Method in interface org.wso2.carbon.databridge.core.DataBridgeSubscriberService
CEP/BAM can subscribe for Event Streams
subscribe(RawDataAgentCallback) - Method in interface org.wso2.carbon.databridge.core.DataBridgeSubscriberService
CEP/BAM can subscribe for Raw Event Streams
subscribe(StreamAddRemoveListener) - Method in class org.wso2.carbon.databridge.core.definitionstore.AbstractStreamDefinitionStore
 
subscribe(StreamAddRemoveListener) - Method in interface org.wso2.carbon.databridge.core.definitionstore.StreamDefinitionStore
 

T

toEventList(Object, StreamTypeHolder) - Method in interface org.wso2.carbon.databridge.core.EventConverter
 
toString() - Method in class org.wso2.carbon.databridge.core.Utils.AgentSession
 

U

unsetAuthenticationService(AuthenticationService) - Method in class org.wso2.carbon.databridge.core.internal.DataBridgeDS
 
unsetConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.databridge.core.internal.DataBridgeDS
 
unsetEventStreamStoreService(AbstractStreamDefinitionStore) - Method in class org.wso2.carbon.databridge.core.internal.DataBridgeDS
 
unsetRealmService(RealmService) - Method in class org.wso2.carbon.databridge.core.internal.DataBridgeDS
 
unsubscribe(StreamAddRemoveListener) - Method in class org.wso2.carbon.databridge.core.DataBridge
 
unsubscribe(StreamAddRemoveListener) - Method in interface org.wso2.carbon.databridge.core.DataBridgeReceiverService
 
unsubscribe(StreamAddRemoveListener) - Method in class org.wso2.carbon.databridge.core.definitionstore.AbstractStreamDefinitionStore
 
unsubscribe(StreamAddRemoveListener) - Method in interface org.wso2.carbon.databridge.core.definitionstore.StreamDefinitionStore
 
updateStreamDefinitionHolder(AgentSession) - Method in class org.wso2.carbon.databridge.core.internal.EventDispatcher
 

W

WORKER_THREADS_ELEMENT - Static variable in class org.wso2.carbon.databridge.core.internal.utils.DataBridgeConstants
 
A C D E F G H I L N O P Q R S T U W 

Copyright © 2015 WSO2. All rights reserved.