Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V 

A

acknowledge(String, long) - Method in class org.wso2.broker.core.Broker
Acknowledge single or a given set of messages.
add(T) - Method in class org.wso2.broker.core.task.TaskExecutorService
Add a new task.
addChunk(ContentChunk) - Method in class org.wso2.broker.core.Message
 
addConsumer(Consumer) - Method in class org.wso2.broker.core.Broker
Adds a consumer for a queue.
addEscapes(String) - Static method in error org.wso2.broker.core.selector.generated.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addOwnedQueue(String) - Method in class org.wso2.broker.core.Metadata
 
adjustBeginLineColumn(int, int) - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AND - Static variable in interface org.wso2.broker.core.selector.generated.MessageFilterConstants
RegularExpression Id.

B

backup(int) - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Backup a number of characters.
beginColumn - Variable in class org.wso2.broker.core.selector.generated.Token
The column number of the first character of this Token.
beginLine - Variable in class org.wso2.broker.core.selector.generated.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Start.
BETWEEN - Static variable in interface org.wso2.broker.core.selector.generated.MessageFilterConstants
RegularExpression Id.
bind(String, String, String, FieldTable) - Method in class org.wso2.broker.core.Broker
 
BindingSet - Class in org.wso2.broker.core
Set of Binding objects organised into bindings with filters and without filters
BooleanExpression - Interface in org.wso2.broker.core.selector
Expression that always returns a boolean value.
Broker - Class in org.wso2.broker.core
Broker API class.
Broker(BrokerConfiguration) - Constructor for class org.wso2.broker.core.Broker
 
BROKER_FILE_NAME - Static variable in class org.wso2.broker.core.configuration.BrokerConfiguration
Name of the configuration file.
BrokerConfiguration - Class in org.wso2.broker.core.configuration
Represents configuration for broker.
BrokerConfiguration() - Constructor for class org.wso2.broker.core.configuration.BrokerConfiguration
 
BrokerConfiguration.DatasourceConfiguration - Class in org.wso2.broker.core.configuration
Represents a datasource configuration for broker ( e.g.
BrokerException - Exception in org.wso2.broker.core
Represents an exception of the broker.
bufcolumn - Variable in class org.wso2.broker.core.selector.generated.SimpleCharStream
 
buffer - Variable in class org.wso2.broker.core.selector.generated.SimpleCharStream
 
bufline - Variable in class org.wso2.broker.core.selector.generated.SimpleCharStream
 
bufpos - Variable in class org.wso2.broker.core.selector.generated.SimpleCharStream
Position in buffer.

C

close() - Method in interface org.wso2.broker.core.Consumer
Close the underlying transport consumer.
column - Variable in class org.wso2.broker.core.selector.generated.SimpleCharStream
 
ComparisonExpression() - Method in class org.wso2.broker.core.selector.generated.MessageFilter
 
ConstantExpression - Class in org.wso2.broker.core.selector
Represents a constant value in an expression
ConstantExpression(Object) - Constructor for class org.wso2.broker.core.selector.ConstantExpression
 
Consumer - Interface in org.wso2.broker.core
Interface representing broker subscription.
ContentChunk - Class in org.wso2.broker.core
Represents part of the content of a message.
ContentChunk(long, ByteBuf) - Constructor for class org.wso2.broker.core.ContentChunk
 
createExchange(String, String, boolean, boolean) - Method in class org.wso2.broker.core.Broker
 
createFromNumericInteger(String) - Static method in class org.wso2.broker.core.selector.ConstantExpression
 
createMesageDao() - Method in class org.wso2.broker.core.store.dao.DaoFactory
 
createQueue(String, boolean, boolean, boolean) - Method in class org.wso2.broker.core.Broker
 
createQueueDao() - Method in class org.wso2.broker.core.store.dao.DaoFactory
 
curChar - Variable in class org.wso2.broker.core.selector.generated.MessageFilterTokenManager
 
currentToken - Variable in exception org.wso2.broker.core.selector.generated.ParseException
This is the last token that has been consumed successfully.

D

DaoFactory - Class in org.wso2.broker.core.store.dao
Instantiates different DAO objects required to access persistent storage.
DaoFactory(BrokerConfiguration.DatasourceConfiguration) - Constructor for class org.wso2.broker.core.store.dao.DaoFactory
 
DatasourceConfiguration() - Constructor for class org.wso2.broker.core.configuration.BrokerConfiguration.DatasourceConfiguration
 
debugStream - Variable in class org.wso2.broker.core.selector.generated.MessageFilterTokenManager
Debug output.
DEFAULT - Static variable in interface org.wso2.broker.core.selector.generated.MessageFilterConstants
Lexical state.
delete(Long) - Method in class org.wso2.broker.core.store.dao.impl.MessageDaoImpl
 
delete(Queue) - Method in class org.wso2.broker.core.store.dao.impl.QueueDaoImpl
 
delete(Long) - Method in interface org.wso2.broker.core.store.dao.MessageDao
Deletes a given message and its associations to a queues.
delete(Queue) - Method in interface org.wso2.broker.core.store.dao.QueueDao
Remove a queue from persistent storage.
deleteExchange(String, String, boolean) - Method in class org.wso2.broker.core.Broker
 
deleteQueue(String, boolean, boolean) - Method in class org.wso2.broker.core.Broker
 
detachFromQueue(String, Long) - Method in class org.wso2.broker.core.store.dao.impl.MessageDaoImpl
 
detachFromQueue(String, Long) - Method in interface org.wso2.broker.core.store.dao.MessageDao
Removes the linkage a messages has with given queue.
disable_tracing() - Method in class org.wso2.broker.core.selector.generated.MessageFilter
Disable tracing.
Done() - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Reset buffer when finished.

E

emptySet() - Static method in class org.wso2.broker.core.BindingSet
 
enable_tracing() - Method in class org.wso2.broker.core.selector.generated.MessageFilter
Enable tracing.
endColumn - Variable in class org.wso2.broker.core.selector.generated.Token
The column number of the last character of this Token.
endLine - Variable in class org.wso2.broker.core.selector.generated.Token
The line number of the last character of this Token.
EOF - Static variable in interface org.wso2.broker.core.selector.generated.MessageFilterConstants
End of File.
eol - Variable in exception org.wso2.broker.core.selector.generated.ParseException
The end of line string for this machine.
EqualityExpression - Class in org.wso2.broker.core.selector
Implementation of a boolean expression.
EqualityExpression(Expression<Metadata>, Expression<Metadata>) - Constructor for class org.wso2.broker.core.selector.EqualityExpression
 
equals(Object) - Method in class org.wso2.broker.core.Queue
 
equals(Object) - Method in class org.wso2.broker.core.task.Task
ESCAPE - Static variable in interface org.wso2.broker.core.selector.generated.MessageFilterConstants
RegularExpression Id.
evaluate(Metadata) - Method in interface org.wso2.broker.core.selector.BooleanExpression
 
evaluate(Object) - Method in class org.wso2.broker.core.selector.ConstantExpression
 
evaluate(Metadata) - Method in class org.wso2.broker.core.selector.EqualityExpression
 
evaluate(T) - Method in interface org.wso2.broker.core.selector.Expression
 
evaluate(Metadata) - Method in class org.wso2.broker.core.selector.JMSPropertyExpression
 
ExpandBuff(boolean) - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.wso2.broker.core.selector.generated.ParseException
Each entry in this array is an array of integers.
Expression<T> - Interface in org.wso2.broker.core.selector
Represents an expression.

F

FALSE - Static variable in interface org.wso2.broker.core.selector.generated.MessageFilterConstants
RegularExpression Id.
FillBuff() - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
 

G

generateParseException() - Method in class org.wso2.broker.core.selector.generated.MessageFilter
Generate ParseException.
getAppId() - Method in class org.wso2.broker.core.Metadata
 
getBeginColumn() - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Get token beginning line number.
getBytes() - Method in class org.wso2.broker.core.ContentChunk
 
getColumn() - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Deprecated.
getConsumerTag() - Method in interface org.wso2.broker.core.Consumer
Identifier for the consumer.
getContentChunks() - Method in class org.wso2.broker.core.Message
 
getContentEncoding() - Method in class org.wso2.broker.core.Metadata
 
getContentLength() - Method in class org.wso2.broker.core.Metadata
 
getContentType() - Method in class org.wso2.broker.core.Metadata
 
getCorrelationId() - Method in class org.wso2.broker.core.Metadata
 
getDatabaseDriver() - Method in class org.wso2.broker.core.configuration.BrokerConfiguration.DatasourceConfiguration
 
getDatasource() - Method in class org.wso2.broker.core.configuration.BrokerConfiguration
 
getDeliveryMode() - Method in class org.wso2.broker.core.Metadata
 
getEndColumn() - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Get token end line number.
getExchangeName() - Method in class org.wso2.broker.core.Metadata
 
getExpiration() - Method in class org.wso2.broker.core.Metadata
 
getFilteredBindings() - Method in class org.wso2.broker.core.BindingSet
 
getHeader(ShortString) - Method in class org.wso2.broker.core.Metadata
 
getId() - Method in class org.wso2.broker.core.task.Task
Unique id for the Task.
GetImage() - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Get token literal value.
getInternalId() - Method in class org.wso2.broker.core.Metadata
 
getLine() - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Deprecated.
getMessage() - Method in error org.wso2.broker.core.selector.generated.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessageId() - Method in class org.wso2.broker.core.Metadata
 
getMetadata() - Method in class org.wso2.broker.core.Message
 
getNextMessageId() - Method in class org.wso2.broker.core.Broker
 
getNextToken() - Method in class org.wso2.broker.core.selector.generated.MessageFilter
Get the next Token.
getNextToken() - Method in class org.wso2.broker.core.selector.generated.MessageFilterTokenManager
Get the next Token.
getOffset() - Method in class org.wso2.broker.core.ContentChunk
 
getOwnedQueues() - Method in class org.wso2.broker.core.Metadata
 
getPassword() - Method in class org.wso2.broker.core.configuration.BrokerConfiguration.DatasourceConfiguration
 
getPriority() - Method in class org.wso2.broker.core.Metadata
 
getQueueName() - Method in interface org.wso2.broker.core.Consumer
Queue name of the subscriber queue.
getRawMetadata() - Method in class org.wso2.broker.core.Metadata
 
getReplyTo() - Method in class org.wso2.broker.core.Metadata
 
getRoutingKey() - Method in class org.wso2.broker.core.Metadata
 
GetSuffix(int) - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Get the suffix.
getTabSize(int) - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
 
getTask(String) - Method in class org.wso2.broker.core.task.TaskExecutorService
Returns the Task implementation relevant to the task id.
getTimestamp() - Method in class org.wso2.broker.core.Metadata
 
getToken(int) - Method in class org.wso2.broker.core.selector.generated.MessageFilter
Get the specific Token.
getType() - Method in class org.wso2.broker.core.Metadata
 
getUnfilteredBindings() - Method in class org.wso2.broker.core.BindingSet
 
getUrl() - Method in class org.wso2.broker.core.configuration.BrokerConfiguration.DatasourceConfiguration
 
getUser() - Method in class org.wso2.broker.core.configuration.BrokerConfiguration.DatasourceConfiguration
 
getUserId() - Method in class org.wso2.broker.core.Metadata
 
getValue() - Method in class org.wso2.broker.core.selector.generated.Token
An optional attribute value of the Token.

H

handleException(Throwable, String) - Method in interface org.wso2.broker.core.task.TaskExceptionHandler
Strategy for handling uncaught exceptions when processing a Task.
hashCode() - Method in class org.wso2.broker.core.Queue
 
hashCode() - Method in class org.wso2.broker.core.task.Task

I

identifier() - Method in class org.wso2.broker.core.selector.generated.MessageFilter
 
IDENTIFIER - Static variable in interface org.wso2.broker.core.selector.generated.MessageFilterConstants
RegularExpression Id.
image - Variable in class org.wso2.broker.core.selector.generated.Token
The string image of the token.
IN - Static variable in interface org.wso2.broker.core.selector.generated.MessageFilterConstants
RegularExpression Id.
inBuf - Variable in class org.wso2.broker.core.selector.generated.SimpleCharStream
 
input_stream - Variable in class org.wso2.broker.core.selector.generated.MessageFilterTokenManager
 
inputStream - Variable in class org.wso2.broker.core.selector.generated.SimpleCharStream
 
IS - Static variable in interface org.wso2.broker.core.selector.generated.MessageFilterConstants
RegularExpression Id.
isExclusive() - Method in interface org.wso2.broker.core.Consumer
If true only this consumer can access the queue and consume messages.
isRedelivered() - Method in class org.wso2.broker.core.Message
Check if redelivery flag is set

J

jj_nt - Variable in class org.wso2.broker.core.selector.generated.MessageFilter
Next token.
jjFillToken() - Method in class org.wso2.broker.core.selector.generated.MessageFilterTokenManager
 
jjstrLiteralImages - Static variable in class org.wso2.broker.core.selector.generated.MessageFilterTokenManager
Token literal values.
JMSPropertyExpression - Class in org.wso2.broker.core.selector
JMS message properties and headers related expression.
JMSPropertyExpression(String) - Constructor for class org.wso2.broker.core.selector.JMSPropertyExpression
 

K

kind - Variable in class org.wso2.broker.core.selector.generated.Token
An integer that describes the kind of this token.

L

LexicalError(boolean, int, int, int, String, char) - Static method in error org.wso2.broker.core.selector.generated.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.wso2.broker.core.selector.generated.MessageFilterTokenManager
Lexer state names.
LIKE - Static variable in interface org.wso2.broker.core.selector.generated.MessageFilterConstants
RegularExpression Id.
line - Variable in class org.wso2.broker.core.selector.generated.SimpleCharStream
 

M

maxNextCharInd - Variable in class org.wso2.broker.core.selector.generated.SimpleCharStream
 
Message - Class in org.wso2.broker.core
Represents message received from publishers and delivered to subscribers by the broker.
Message(Metadata) - Constructor for class org.wso2.broker.core.Message
 
MessageDao - Interface in org.wso2.broker.core.store.dao
Defines a functionality required for manipulating messages in persistent storage.
MessageDaoImpl - Class in org.wso2.broker.core.store.dao.impl
Implements functionality required to manipulate messages in the storage.
MessageDaoImpl() - Constructor for class org.wso2.broker.core.store.dao.impl.MessageDaoImpl
 
MessageFilter - Class in org.wso2.broker.core.selector.generated
 
MessageFilter() - Constructor for class org.wso2.broker.core.selector.generated.MessageFilter
 
MessageFilter(String) - Constructor for class org.wso2.broker.core.selector.generated.MessageFilter
 
MessageFilter(InputStream) - Constructor for class org.wso2.broker.core.selector.generated.MessageFilter
Constructor with InputStream.
MessageFilter(InputStream, String) - Constructor for class org.wso2.broker.core.selector.generated.MessageFilter
Constructor with InputStream and supplied encoding
MessageFilter(Reader) - Constructor for class org.wso2.broker.core.selector.generated.MessageFilter
Constructor.
MessageFilter(MessageFilterTokenManager) - Constructor for class org.wso2.broker.core.selector.generated.MessageFilter
Constructor with generated Token Manager.
MessageFilterConstants - Interface in org.wso2.broker.core.selector.generated
Token literal values and constants.
MessageFilterTokenManager - Class in org.wso2.broker.core.selector.generated
Token Manager.
MessageFilterTokenManager(SimpleCharStream) - Constructor for class org.wso2.broker.core.selector.generated.MessageFilterTokenManager
Constructor.
MessageFilterTokenManager(SimpleCharStream, int) - Constructor for class org.wso2.broker.core.selector.generated.MessageFilterTokenManager
Constructor.
Metadata - Class in org.wso2.broker.core
Object representation of a message metadata.
Metadata(long, String, String, long) - Constructor for class org.wso2.broker.core.Metadata
 

N

newToken(int, String) - Static method in class org.wso2.broker.core.selector.generated.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.wso2.broker.core.selector.generated.Token
 
next - Variable in class org.wso2.broker.core.selector.generated.Token
A reference to the next regular (non-special) token from the input stream.
NOT - Static variable in interface org.wso2.broker.core.selector.generated.MessageFilterConstants
RegularExpression Id.
NULL - Static variable in interface org.wso2.broker.core.selector.generated.MessageFilterConstants
RegularExpression Id.
NUMERIC_LITERAL - Static variable in interface org.wso2.broker.core.selector.generated.MessageFilterConstants
RegularExpression Id.
numericLiteral() - Method in class org.wso2.broker.core.selector.generated.MessageFilter
 

O

onAdd() - Method in class org.wso2.broker.core.task.Task
Callback invoked when the Task implementation is added to the internal task queue.
onRemove() - Method in class org.wso2.broker.core.task.Task
Callback invoked when the Task is removed by the TaskExecutorService.
OR - Static variable in interface org.wso2.broker.core.selector.generated.MessageFilterConstants
RegularExpression Id.
org.wso2.broker.core - package org.wso2.broker.core
 
org.wso2.broker.core.configuration - package org.wso2.broker.core.configuration
 
org.wso2.broker.core.selector - package org.wso2.broker.core.selector
 
org.wso2.broker.core.selector.generated - package org.wso2.broker.core.selector.generated
 
org.wso2.broker.core.store.dao - package org.wso2.broker.core.store.dao
 
org.wso2.broker.core.store.dao.impl - package org.wso2.broker.core.store.dao.impl
 
org.wso2.broker.core.task - package org.wso2.broker.core.task
 

P

parse() - Method in class org.wso2.broker.core.selector.generated.MessageFilter
 
ParseException - Exception in org.wso2.broker.core.selector.generated
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.wso2.broker.core.selector.generated.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.wso2.broker.core.selector.generated.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.wso2.broker.core.selector.generated.ParseException
Constructor with message.
parseSelector() - Method in class org.wso2.broker.core.selector.generated.MessageFilter
 
persist(Message) - Method in class org.wso2.broker.core.store.dao.impl.MessageDaoImpl
 
persist(Queue) - Method in class org.wso2.broker.core.store.dao.impl.QueueDaoImpl
 
persist(Message) - Method in interface org.wso2.broker.core.store.dao.MessageDao
Storage a message in the persistant storage.
persist(Queue) - Method in interface org.wso2.broker.core.store.dao.QueueDao
Save a Queue in persistent storage.
prevCharIsCR - Variable in class org.wso2.broker.core.selector.generated.SimpleCharStream
 
prevCharIsLF - Variable in class org.wso2.broker.core.selector.generated.SimpleCharStream
 
publish(Message) - Method in class org.wso2.broker.core.Broker
 

Q

Queue - Class in org.wso2.broker.core
Abstract class to represent an underlying queue for the broker
Queue(String, boolean, boolean) - Constructor for class org.wso2.broker.core.Queue
 
QueueDao - Interface in org.wso2.broker.core.store.dao
Defines functionality required at persistence layer for managing Queues.
QueueDaoImpl - Class in org.wso2.broker.core.store.dao.impl
Implements functionality required to manage Queues in persistent layer.
QueueDaoImpl() - Constructor for class org.wso2.broker.core.store.dao.impl.QueueDaoImpl
 

R

readAll(String) - Method in class org.wso2.broker.core.store.dao.impl.MessageDaoImpl
 
readAll(String) - Method in interface org.wso2.broker.core.store.dao.MessageDao
Retrieve all messages from a given queue.
readChar() - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Read a character.
ReInit(InputStream) - Method in class org.wso2.broker.core.selector.generated.MessageFilter
Reinitialise.
ReInit(InputStream, String) - Method in class org.wso2.broker.core.selector.generated.MessageFilter
Reinitialise.
ReInit(Reader) - Method in class org.wso2.broker.core.selector.generated.MessageFilter
Reinitialise.
ReInit(MessageFilterTokenManager) - Method in class org.wso2.broker.core.selector.generated.MessageFilter
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.wso2.broker.core.selector.generated.MessageFilterTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.wso2.broker.core.selector.generated.MessageFilterTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
Reinitialise.
release() - Method in class org.wso2.broker.core.ContentChunk
 
release() - Method in class org.wso2.broker.core.Message
 
release() - Method in class org.wso2.broker.core.Metadata
 
remove(Queue) - Method in class org.wso2.broker.core.BindingSet
 
remove(String) - Method in class org.wso2.broker.core.task.TaskExecutorService
Removes the Task with the given task id from the Task ring.
removeConsumer(Consumer) - Method in class org.wso2.broker.core.Broker
 
requeue(String, long) - Method in class org.wso2.broker.core.Broker
 

S

send(Message) - Method in interface org.wso2.broker.core.Consumer
Send message to the consumer.
setAppId(ShortString) - Method in class org.wso2.broker.core.Metadata
 
setContentEncoding(ShortString) - Method in class org.wso2.broker.core.Metadata
 
setContentType(ShortString) - Method in class org.wso2.broker.core.Metadata
 
setCorrelationId(ShortString) - Method in class org.wso2.broker.core.Metadata
 
setDatabaseDriver(String) - Method in class org.wso2.broker.core.configuration.BrokerConfiguration.DatasourceConfiguration
 
setDatasource(BrokerConfiguration.DatasourceConfiguration) - Method in class org.wso2.broker.core.configuration.BrokerConfiguration
 
setDebugStream(PrintStream) - Method in class org.wso2.broker.core.selector.generated.MessageFilterTokenManager
Set debug output.
setDeliveryMode(short) - Method in class org.wso2.broker.core.Metadata
 
setExceptionHandler(TaskExceptionHandler) - Method in class org.wso2.broker.core.task.TaskExecutorService
Set the exception handler for the task processors.
setExpiration(ShortString) - Method in class org.wso2.broker.core.Metadata
 
setHeaders(FieldTable) - Method in class org.wso2.broker.core.Metadata
 
setMessageId(ShortString) - Method in class org.wso2.broker.core.Metadata
 
setPassword(String) - Method in class org.wso2.broker.core.configuration.BrokerConfiguration.DatasourceConfiguration
 
setPriority(short) - Method in class org.wso2.broker.core.Metadata
 
setRawMetadata(ByteBuf, BiFunction<ByteBuf, Metadata, Boolean>) - Method in class org.wso2.broker.core.Metadata
 
setRedeliver() - Method in class org.wso2.broker.core.Message
Set redelivery flag
setReplyTo(ShortString) - Method in class org.wso2.broker.core.Metadata
 
setTabSize(int) - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
 
setTimestamp(long) - Method in class org.wso2.broker.core.Metadata
 
setType(ShortString) - Method in class org.wso2.broker.core.Metadata
 
setUrl(String) - Method in class org.wso2.broker.core.configuration.BrokerConfiguration.DatasourceConfiguration
 
setUser(String) - Method in class org.wso2.broker.core.configuration.BrokerConfiguration.DatasourceConfiguration
 
setUserId(ShortString) - Method in class org.wso2.broker.core.Metadata
 
shallowCopy() - Method in class org.wso2.broker.core.ContentChunk
 
shallowCopy() - Method in class org.wso2.broker.core.Message
 
shallowCopy() - Method in class org.wso2.broker.core.Metadata
 
shutdown() - Method in class org.wso2.broker.core.task.TaskExecutorService
Stop processing tasks and shutdown the executor pool.
SimpleCharStream - Class in org.wso2.broker.core.selector.generated
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.wso2.broker.core.selector.generated.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.wso2.broker.core.selector.generated.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.wso2.broker.core.selector.generated.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.wso2.broker.core.selector.generated.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.wso2.broker.core.selector.generated.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.wso2.broker.core.selector.generated.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.wso2.broker.core.selector.generated.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.wso2.broker.core.selector.generated.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.wso2.broker.core.selector.generated.SimpleCharStream
Constructor.
specialToken - Variable in class org.wso2.broker.core.selector.generated.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
start() - Method in class org.wso2.broker.core.task.TaskExecutorService
Start processing the tasks.
startMessageDelivery() - Method in class org.wso2.broker.core.Broker
 
staticFlag - Static variable in class org.wso2.broker.core.selector.generated.SimpleCharStream
Whether parser is static.
stop() - Method in class org.wso2.broker.core.task.TaskExecutorService
Stop processing the tasks.
stopMessageDelivery() - Method in class org.wso2.broker.core.Broker
 
STRING_LITERAL - Static variable in interface org.wso2.broker.core.selector.generated.MessageFilterConstants
RegularExpression Id.
stringLiteral() - Method in class org.wso2.broker.core.selector.generated.MessageFilter
 
SwitchTo(int) - Method in class org.wso2.broker.core.selector.generated.MessageFilterTokenManager
Switch to specified lex state.
SYSTEM_PARAM_BROKER_CONFIG_FILE - Static variable in class org.wso2.broker.core.configuration.BrokerConfiguration
system property to specify the path of the broker configuration file.

T

tabSize - Variable in class org.wso2.broker.core.selector.generated.SimpleCharStream
 
Task - Class in org.wso2.broker.core.task
This task will be processed by TaskExecutorService using TaskProcessor in a round robin manner.
Task() - Constructor for class org.wso2.broker.core.task.Task
 
Task.TaskHint - Enum in org.wso2.broker.core.task
Hint for the TaskProcessor about the task execution.
TaskExceptionHandler - Interface in org.wso2.broker.core.task
Callback handler for uncaught exceptions in the task processing cycle of the TaskProcessor.
TaskExecutorService<T extends Task> - Class in org.wso2.broker.core.task
Manage processing of Task.
TaskExecutorService(int, long, ThreadFactory) - Constructor for class org.wso2.broker.core.task.TaskExecutorService
Create a Task manager with a given number of threads to process the tasks.
token - Variable in class org.wso2.broker.core.selector.generated.MessageFilter
Current token.
Token - Class in org.wso2.broker.core.selector.generated
Describes the input token stream.
Token() - Constructor for class org.wso2.broker.core.selector.generated.Token
No-argument constructor
Token(int) - Constructor for class org.wso2.broker.core.selector.generated.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.wso2.broker.core.selector.generated.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class org.wso2.broker.core.selector.generated.MessageFilter
Generated Token Manager.
tokenImage - Static variable in interface org.wso2.broker.core.selector.generated.MessageFilterConstants
Literal token values.
tokenImage - Variable in exception org.wso2.broker.core.selector.generated.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in org.wso2.broker.core.selector.generated
Token Manager Error.
TokenMgrError() - Constructor for error org.wso2.broker.core.selector.generated.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.wso2.broker.core.selector.generated.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.wso2.broker.core.selector.generated.TokenMgrError
Full Constructor.
toString() - Method in class org.wso2.broker.core.configuration.BrokerConfiguration.DatasourceConfiguration
 
toString() - Method in class org.wso2.broker.core.Queue
 
toString() - Method in class org.wso2.broker.core.selector.generated.Token
Returns the image.
TRUE - Static variable in interface org.wso2.broker.core.selector.generated.MessageFilterConstants
RegularExpression Id.

U

unbind(String, String, String) - Method in class org.wso2.broker.core.Broker
 
UpdateLineColumn(char) - Method in class org.wso2.broker.core.selector.generated.SimpleCharStream
 

V

value() - Method in class org.wso2.broker.core.selector.generated.MessageFilter
 
valueOf(String) - Static method in enum org.wso2.broker.core.task.Task.TaskHint
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wso2.broker.core.task.Task.TaskHint
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J K L M N O P Q R S T U V 
Skip navigation links

Copyright © 2017 WSO2. All rights reserved.