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

A

AxionJDBCAdapter - Class in org.apache.servicemix.jdbc.adapter
Axion specific Adapter.
AxionJDBCAdapter() - Constructor for class org.apache.servicemix.jdbc.adapter.AxionJDBCAdapter
 

B

binaryDataType - Variable in class org.apache.servicemix.jdbc.Statements
 
BlobJDBCAdapter - Class in org.apache.servicemix.jdbc.adapter
This JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob() operations.
BlobJDBCAdapter() - Constructor for class org.apache.servicemix.jdbc.adapter.BlobJDBCAdapter
 
BytesJDBCAdapter - Class in org.apache.servicemix.jdbc.adapter
This JDBCAdapter inserts and extracts BLOB data using the setBytes()/getBytes() operations.
BytesJDBCAdapter() - Constructor for class org.apache.servicemix.jdbc.adapter.BytesJDBCAdapter
 

C

cancel() - Method in class org.apache.servicemix.timers.impl.TimerManagerImpl.TimerImpl
 
cancel() - Method in interface org.apache.servicemix.timers.Timer
 
capacity() - Method in interface org.apache.servicemix.executors.Executor
The capacity of the underlying queue (if any)
capacity() - Method in class org.apache.servicemix.executors.impl.ExecutorImpl
 
close(Connection) - Method in class org.apache.servicemix.store.jdbc.JdbcStore
 
close(Store) - Method in class org.apache.servicemix.store.jdbc.JdbcStoreFactory
 
close(Store) - Method in class org.apache.servicemix.store.memory.MemoryStoreFactory
 
close(Store) - Method in interface org.apache.servicemix.store.StoreFactory
 
CLUSTERED - Static variable in interface org.apache.servicemix.store.Store
 
createExecutor(String) - Method in interface org.apache.servicemix.executors.ExecutorFactory
Create a new executor for the given Id.
createExecutor(String) - Method in class org.apache.servicemix.executors.impl.ExecutorFactoryImpl
 
createService(String, ExecutorConfig) - Method in class org.apache.servicemix.executors.impl.ExecutorFactoryImpl
 

D

DB2JDBCAdapter - Class in org.apache.servicemix.jdbc.adapter
 
DB2JDBCAdapter() - Constructor for class org.apache.servicemix.jdbc.adapter.DB2JDBCAdapter
 
DefaultJDBCAdapter - Class in org.apache.servicemix.jdbc.adapter
Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.
DefaultJDBCAdapter() - Constructor for class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
 
doCreateTables(Connection) - Method in class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
 
doCreateTables(Connection) - Method in interface org.apache.servicemix.jdbc.JDBCAdapter
 
doDropTables(Connection) - Method in class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
 
doDropTables(Connection) - Method in interface org.apache.servicemix.jdbc.JDBCAdapter
 
doGetCount(Connection) - Method in class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
 
doGetCount(Connection) - Method in interface org.apache.servicemix.jdbc.JDBCAdapter
 
doGetIds(Connection) - Method in class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
 
doGetIds(Connection, int, int) - Method in class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
 
doGetIds(Connection) - Method in interface org.apache.servicemix.jdbc.JDBCAdapter
 
doGetIds(Connection, int, int) - Method in interface org.apache.servicemix.jdbc.JDBCAdapter
 
doLoadData(Connection, String) - Method in class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
 
doLoadData(Connection, String[]) - Method in class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
 
doLoadData(Connection, String) - Method in interface org.apache.servicemix.jdbc.JDBCAdapter
 
doLoadData(Connection, String[]) - Method in interface org.apache.servicemix.jdbc.JDBCAdapter
 
doRemoveData(Connection, String) - Method in class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
 
doRemoveData(Connection, String[]) - Method in class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
 
doRemoveData(Connection, String) - Method in interface org.apache.servicemix.jdbc.JDBCAdapter
 
doRemoveData(Connection, String[]) - Method in interface org.apache.servicemix.jdbc.JDBCAdapter
 
doStoreData(Connection, String, byte[]) - Method in class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
 
doStoreData(Connection, String, byte[]) - Method in interface org.apache.servicemix.jdbc.JDBCAdapter
 
doUpdateData(Connection, String, byte[]) - Method in class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
 
doUpdateData(Connection, String, byte[]) - Method in interface org.apache.servicemix.jdbc.JDBCAdapter
 
doWork(Work) - Method in class org.apache.servicemix.executors.WorkManagerWrapper
 
doWork(Work, long, ExecutionContext, WorkListener) - Method in class org.apache.servicemix.executors.WorkManagerWrapper
 

E

execute(Runnable) - Method in interface org.apache.servicemix.executors.Executor
Execute a command.
execute(Runnable) - Method in class org.apache.servicemix.executors.impl.ExecutorImpl
 
Executor - Interface in org.apache.servicemix.executors
The Executor interface is a simple interface on top of a thread pool.
ExecutorConfig - Class in org.apache.servicemix.executors.impl
This bean holds configuration attributes for a given Executor.
ExecutorConfig() - Constructor for class org.apache.servicemix.executors.impl.ExecutorConfig
 
ExecutorFactory - Interface in org.apache.servicemix.executors
Factory to create Executors.
ExecutorFactoryImpl - Class in org.apache.servicemix.executors.impl
Default implementation of the ExecutorFactory.
ExecutorFactoryImpl() - Constructor for class org.apache.servicemix.executors.impl.ExecutorFactoryImpl
 
ExecutorImpl - Class in org.apache.servicemix.executors.impl
The default Executor implementation which uses a ThreadPoolExecutor underneath.
ExecutorImpl(ThreadPoolExecutor, long) - Constructor for class org.apache.servicemix.executors.impl.ExecutorImpl
 

F

FactoryFinder - Class in org.apache.servicemix.finder
 
FactoryFinder(String) - Constructor for class org.apache.servicemix.finder.FactoryFinder
 

G

generateId() - Method in class org.apache.servicemix.id.IdGenerator
Generate a unqiue id
generateSanitizedId() - Method in class org.apache.servicemix.id.IdGenerator
Generate a unique ID - that is friendly for a URL or file system
getAdapter(Connection) - Static method in class org.apache.servicemix.jdbc.JDBCAdapterFactory
 
getAdapter() - Method in class org.apache.servicemix.store.jdbc.JdbcStoreFactory
 
getBinaryData(ResultSet, int) - Method in class org.apache.servicemix.jdbc.adapter.BytesJDBCAdapter
 
getBinaryData(ResultSet, int) - Method in class org.apache.servicemix.jdbc.adapter.DB2JDBCAdapter
 
getBinaryData(ResultSet, int) - Method in class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
 
getBinaryData(ResultSet, int) - Method in class org.apache.servicemix.jdbc.adapter.OracleJDBCAdapter
 
getBinaryData(ResultSet, int) - Method in class org.apache.servicemix.jdbc.adapter.StreamJDBCAdapter
 
getBinaryDataType() - Method in class org.apache.servicemix.jdbc.Statements
 
getConfig(String) - Method in class org.apache.servicemix.executors.impl.ExecutorFactoryImpl
 
getConfigs() - Method in class org.apache.servicemix.executors.impl.ExecutorFactoryImpl
 
getCorePoolSize() - Method in class org.apache.servicemix.executors.impl.ExecutorConfig
 
getCountStatement() - Method in class org.apache.servicemix.jdbc.Statements
 
getCreateSchemaStatements() - Method in class org.apache.servicemix.jdbc.Statements
 
getDataSource() - Method in class org.apache.servicemix.store.jdbc.JdbcStoreFactory
 
getDefaultConfig() - Method in class org.apache.servicemix.executors.impl.ExecutorFactoryImpl
 
getDropSchemaStatements() - Method in class org.apache.servicemix.jdbc.Statements
 
getFindAllDataStatement() - Method in class org.apache.servicemix.jdbc.Statements
 
getFindAllIdsStatement() - Method in class org.apache.servicemix.jdbc.Statements
 
getFindDataStatement() - Method in class org.apache.servicemix.jdbc.Statements
 
getFullStoreTableName() - Method in class org.apache.servicemix.jdbc.Statements
 
getHostName() - Static method in class org.apache.servicemix.id.IdGenerator
As we have to find the hostname as a side-affect of generating a unique stub, we allow it's easy retrevial here
getIdDataType() - Method in class org.apache.servicemix.jdbc.Statements
 
getIdGenerator() - Method in class org.apache.servicemix.store.jdbc.JdbcStoreFactory
 
getKeepAliveTime() - Method in class org.apache.servicemix.executors.impl.ExecutorConfig
 
getLock(String) - Method in class org.apache.servicemix.locks.impl.SimpleLockManager
 
getLock(String) - Method in interface org.apache.servicemix.locks.LockManager
 
getMaximumPoolSize() - Method in class org.apache.servicemix.executors.impl.ExecutorConfig
 
getQueueSize() - Method in class org.apache.servicemix.executors.impl.ExecutorConfig
 
getRemoveDataStatement() - Method in class org.apache.servicemix.jdbc.Statements
 
getShutdownDelay() - Method in class org.apache.servicemix.executors.impl.ExecutorConfig
 
getStatements() - Method in class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
 
getStatements() - Method in interface org.apache.servicemix.jdbc.JDBCAdapter
 
getStoreDataStatement() - Method in class org.apache.servicemix.jdbc.Statements
 
getStoreTableName() - Method in class org.apache.servicemix.jdbc.Statements
 
getTableName() - Method in class org.apache.servicemix.store.jdbc.JdbcStoreFactory
 
getTablePrefix() - Method in class org.apache.servicemix.jdbc.Statements
 
getThreadPriority() - Method in class org.apache.servicemix.executors.impl.ExecutorConfig
 
getTimerListener() - Method in class org.apache.servicemix.timers.impl.TimerManagerImpl.TimerImpl
 
getTimerListener() - Method in interface org.apache.servicemix.timers.Timer
 
getUpdateDataStatement() - Method in class org.apache.servicemix.jdbc.Statements
 

H

hasFeature(String) - Method in class org.apache.servicemix.store.jdbc.JdbcStore
 
hasFeature(String) - Method in class org.apache.servicemix.store.memory.MemoryStore
 
hasFeature(String) - Method in interface org.apache.servicemix.store.Store
Returns true if the store implementation supports the given feature.
hasQueuedThreads() - Method in class org.apache.servicemix.locks.impl.SimpleLock
Deprecated.  
HsqldbJDBCAdapter - Class in org.apache.servicemix.jdbc.adapter
 
HsqldbJDBCAdapter() - Constructor for class org.apache.servicemix.jdbc.adapter.HsqldbJDBCAdapter
 

I

idDataType - Variable in class org.apache.servicemix.jdbc.Statements
 
IdGenerator - Class in org.apache.servicemix.id
Generator for Globally unique Strings.
IdGenerator() - Constructor for class org.apache.servicemix.id.IdGenerator
 
IdGenerator(String) - Constructor for class org.apache.servicemix.id.IdGenerator
Construct an IdGenerator
ImageBasedJDBCAdaptor - Class in org.apache.servicemix.jdbc.adapter
Provides JDBCAdapter since that uses IMAGE datatype to hold binary data.
ImageBasedJDBCAdaptor() - Constructor for class org.apache.servicemix.jdbc.adapter.ImageBasedJDBCAdaptor
 
InformixJDBCAdapter - Class in org.apache.servicemix.jdbc.adapter
JDBC Adapter for Informix database.
InformixJDBCAdapter() - Constructor for class org.apache.servicemix.jdbc.adapter.InformixJDBCAdapter
 
isAllowCoreThreadsTimeout() - Method in class org.apache.servicemix.executors.impl.ExecutorConfig
 
isClustered() - Method in class org.apache.servicemix.store.jdbc.JdbcStoreFactory
 
isCreateDataBase() - Method in class org.apache.servicemix.store.jdbc.JdbcStoreFactory
 
isLocked() - Method in class org.apache.servicemix.locks.impl.SimpleLock
Deprecated.  
isThreadDaemon() - Method in class org.apache.servicemix.executors.impl.ExecutorConfig
 
isTransactional() - Method in class org.apache.servicemix.store.jdbc.JdbcStoreFactory
 

J

JDBCAdapter - Interface in org.apache.servicemix.jdbc
 
JDBCAdapterFactory - Class in org.apache.servicemix.jdbc
 
JdbcStore - Class in org.apache.servicemix.store.jdbc
 
JdbcStore(JdbcStoreFactory, String) - Constructor for class org.apache.servicemix.store.jdbc.JdbcStore
 
JdbcStoreFactory - Class in org.apache.servicemix.store.jdbc
 
JdbcStoreFactory() - Constructor for class org.apache.servicemix.store.jdbc.JdbcStoreFactory
 

L

load(String) - Method in class org.apache.servicemix.store.jdbc.JdbcStore
 
load(String) - Method in class org.apache.servicemix.store.memory.MemoryStore
 
load(String) - Method in class org.apache.servicemix.store.memory.TimeoutMemoryStore
Loads an object that has been previously stored under the specified key. Before attempting to load the object, all data older than the specified timeout will first be removed from the store.
load(String) - Method in interface org.apache.servicemix.store.Store
Loads an object that has been previously stored under the specified key.
lock() - Method in class org.apache.servicemix.locks.impl.SimpleLock
Deprecated.  
lockInterruptibly() - Method in class org.apache.servicemix.locks.impl.SimpleLock
Deprecated.  
LockManager - Interface in org.apache.servicemix.locks
 
log(String, SQLException) - Static method in class org.apache.servicemix.jdbc.JDBCAdapterFactory
 

M

MaxDBJDBCAdapter - Class in org.apache.servicemix.jdbc.adapter
JDBC Adapter for the MaxDB database.
MaxDBJDBCAdapter() - Constructor for class org.apache.servicemix.jdbc.adapter.MaxDBJDBCAdapter
 
MemoryStore - Class in org.apache.servicemix.store.memory
A simple memory store implementation based on a simple map.
MemoryStore(IdGenerator) - Constructor for class org.apache.servicemix.store.memory.MemoryStore
 
MemoryStoreFactory - Class in org.apache.servicemix.store.memory
StoreFactory for creating memory-based Store implementations If a timeout has been specified, a TimeoutMemoryStore will be created, otherwise the factory will build a plain MemoryStore
MemoryStoreFactory() - Constructor for class org.apache.servicemix.store.memory.MemoryStoreFactory
 

N

newCondition() - Method in class org.apache.servicemix.locks.impl.SimpleLock
Deprecated.  
newInstance(String) - Method in class org.apache.servicemix.finder.FactoryFinder
Creates a new instance of the given key
newInstance(String, String) - Method in class org.apache.servicemix.finder.FactoryFinder
 

O

open(String) - Method in class org.apache.servicemix.store.jdbc.JdbcStoreFactory
 
open(String) - Method in class org.apache.servicemix.store.memory.MemoryStoreFactory
 
open(String) - Method in interface org.apache.servicemix.store.StoreFactory
 
OracleJDBCAdapter - Class in org.apache.servicemix.jdbc.adapter
Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.
OracleJDBCAdapter() - Constructor for class org.apache.servicemix.jdbc.adapter.OracleJDBCAdapter
 
org.apache.servicemix.executors - package org.apache.servicemix.executors
API for configurable thread pools.
org.apache.servicemix.executors.impl - package org.apache.servicemix.executors.impl
Implementations of configurable thread pools.
org.apache.servicemix.finder - package org.apache.servicemix.finder
 
org.apache.servicemix.id - package org.apache.servicemix.id
 
org.apache.servicemix.jdbc - package org.apache.servicemix.jdbc
 
org.apache.servicemix.jdbc.adapter - package org.apache.servicemix.jdbc.adapter
 
org.apache.servicemix.locks - package org.apache.servicemix.locks
 
org.apache.servicemix.locks.impl - package org.apache.servicemix.locks.impl
 
org.apache.servicemix.store - package org.apache.servicemix.store
 
org.apache.servicemix.store.jdbc - package org.apache.servicemix.store.jdbc
 
org.apache.servicemix.store.memory - package org.apache.servicemix.store.memory
 
org.apache.servicemix.timers - package org.apache.servicemix.timers
 
org.apache.servicemix.timers.impl - package org.apache.servicemix.timers.impl
 

P

PERSISTENT - Static variable in interface org.apache.servicemix.store.Store
 
PostgresqlJDBCAdapter - Class in org.apache.servicemix.jdbc.adapter
Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.
PostgresqlJDBCAdapter() - Constructor for class org.apache.servicemix.jdbc.adapter.PostgresqlJDBCAdapter
 

R

run() - Method in class org.apache.servicemix.timers.impl.TimerManagerImpl.TimerImpl
 

S

schedule(TimerListener, long) - Method in class org.apache.servicemix.timers.impl.TimerManagerImpl
 
schedule(TimerListener, Date) - Method in class org.apache.servicemix.timers.impl.TimerManagerImpl
 
schedule(TimerListener, long) - Method in interface org.apache.servicemix.timers.TimerManager
 
schedule(TimerListener, Date) - Method in interface org.apache.servicemix.timers.TimerManager
 
scheduleWork(Work) - Method in class org.apache.servicemix.executors.WorkManagerWrapper
 
scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in class org.apache.servicemix.executors.WorkManagerWrapper
 
setAllowCoreThreadsTimeout(boolean) - Method in class org.apache.servicemix.executors.impl.ExecutorConfig
 
setBinaryData(PreparedStatement, int, byte[]) - Method in class org.apache.servicemix.jdbc.adapter.BytesJDBCAdapter
 
setBinaryData(PreparedStatement, int, byte[]) - Method in class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
 
setBinaryData(PreparedStatement, int, byte[]) - Method in class org.apache.servicemix.jdbc.adapter.StreamJDBCAdapter
 
setBinaryDataType(String) - Method in class org.apache.servicemix.jdbc.Statements
 
setClustered(boolean) - Method in class org.apache.servicemix.store.jdbc.JdbcStoreFactory
 
setConfigs(Map<String, ExecutorConfig>) - Method in class org.apache.servicemix.executors.impl.ExecutorFactoryImpl
 
setCorePoolSize(int) - Method in class org.apache.servicemix.executors.impl.ExecutorConfig
 
setCountStatement(String) - Method in class org.apache.servicemix.jdbc.Statements
 
setCreateDataBase(boolean) - Method in class org.apache.servicemix.store.jdbc.JdbcStoreFactory
 
setCreateSchemaStatements(String[]) - Method in class org.apache.servicemix.jdbc.Statements
 
setDataSource(DataSource) - Method in class org.apache.servicemix.store.jdbc.JdbcStoreFactory
 
setDefaultConfig(ExecutorConfig) - Method in class org.apache.servicemix.executors.impl.ExecutorFactoryImpl
 
setDropSchemaStatements(String[]) - Method in class org.apache.servicemix.jdbc.Statements
 
setFindAllDataStatement(String) - Method in class org.apache.servicemix.jdbc.Statements
 
setFindAllIdsStatement(String) - Method in class org.apache.servicemix.jdbc.Statements
 
setFindDataStatement(String) - Method in class org.apache.servicemix.jdbc.Statements
 
setIdDataType(String) - Method in class org.apache.servicemix.jdbc.Statements
 
setIdGenerator(IdGenerator) - Method in class org.apache.servicemix.store.jdbc.JdbcStoreFactory
 
setKeepAliveTime(long) - Method in class org.apache.servicemix.executors.impl.ExecutorConfig
 
setMaximumPoolSize(int) - Method in class org.apache.servicemix.executors.impl.ExecutorConfig
 
setQueueSize(int) - Method in class org.apache.servicemix.executors.impl.ExecutorConfig
 
setRemoveDataStatement(String) - Method in class org.apache.servicemix.jdbc.Statements
 
setShutdownDelay(long) - Method in class org.apache.servicemix.executors.impl.ExecutorConfig
 
setStatements(Statements) - Method in class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
 
setStatements(Statements) - Method in class org.apache.servicemix.jdbc.adapter.HsqldbJDBCAdapter
 
setStatements(Statements) - Method in class org.apache.servicemix.jdbc.adapter.ImageBasedJDBCAdaptor
 
setStatements(Statements) - Method in class org.apache.servicemix.jdbc.adapter.MaxDBJDBCAdapter
 
setStatements(Statements) - Method in class org.apache.servicemix.jdbc.adapter.PostgresqlJDBCAdapter
 
setStatements(Statements) - Method in interface org.apache.servicemix.jdbc.JDBCAdapter
 
setStoreDataStatement(String) - Method in class org.apache.servicemix.jdbc.Statements
 
setStoreTableName(String) - Method in class org.apache.servicemix.jdbc.Statements
 
setTableName(String) - Method in class org.apache.servicemix.store.jdbc.JdbcStoreFactory
 
setTablePrefix(String) - Method in class org.apache.servicemix.jdbc.Statements
 
setThreadDaemon(boolean) - Method in class org.apache.servicemix.executors.impl.ExecutorConfig
 
setThreadPriority(int) - Method in class org.apache.servicemix.executors.impl.ExecutorConfig
 
setTimeout(long) - Method in class org.apache.servicemix.store.memory.MemoryStoreFactory
 
setTransactional(boolean) - Method in class org.apache.servicemix.store.jdbc.JdbcStoreFactory
 
setUpdateDataStatement(String) - Method in class org.apache.servicemix.jdbc.Statements
 
shutdown() - Method in interface org.apache.servicemix.executors.Executor
Shutdown this executor.
shutdown() - Method in class org.apache.servicemix.executors.impl.ExecutorImpl
 
SimpleLock - Class in org.apache.servicemix.locks.impl
Deprecated. 
SimpleLock() - Constructor for class org.apache.servicemix.locks.impl.SimpleLock
Deprecated.  
SimpleLockManager - Class in org.apache.servicemix.locks.impl
 
SimpleLockManager() - Constructor for class org.apache.servicemix.locks.impl.SimpleLockManager
 
size() - Method in interface org.apache.servicemix.executors.Executor
The current size of the underlying queue (if any)
size() - Method in class org.apache.servicemix.executors.impl.ExecutorImpl
 
start() - Method in class org.apache.servicemix.timers.impl.TimerManagerImpl
 
start() - Method in interface org.apache.servicemix.timers.TimerManager
 
startWork(Work) - Method in class org.apache.servicemix.executors.WorkManagerWrapper
 
startWork(Work, long, ExecutionContext, WorkListener) - Method in class org.apache.servicemix.executors.WorkManagerWrapper
 
statements - Variable in class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
 
Statements - Class in org.apache.servicemix.jdbc
 
Statements() - Constructor for class org.apache.servicemix.jdbc.Statements
 
stop() - Method in class org.apache.servicemix.timers.impl.TimerManagerImpl
 
stop() - Method in interface org.apache.servicemix.timers.TimerManager
 
store(String, Object) - Method in class org.apache.servicemix.store.jdbc.JdbcStore
 
store(Object) - Method in class org.apache.servicemix.store.jdbc.JdbcStore
 
store(String, Object) - Method in class org.apache.servicemix.store.memory.MemoryStore
 
store(Object) - Method in class org.apache.servicemix.store.memory.MemoryStore
 
store(String, Object) - Method in class org.apache.servicemix.store.memory.TimeoutMemoryStore
Put an object in the store under the given id.
Store - Interface in org.apache.servicemix.store
A Store is an interface representing a storage where objects can be put and retrieved.
store(String, Object) - Method in interface org.apache.servicemix.store.Store
Put an object in the store under the given id.
store(Object) - Method in interface org.apache.servicemix.store.Store
Put an object into the store and return the unique id that may be used at a later time to retrieve the object.
StoreFactory - Interface in org.apache.servicemix.store
 
storeTableName - Variable in class org.apache.servicemix.jdbc.Statements
 
StreamJDBCAdapter - Class in org.apache.servicemix.jdbc.adapter
This JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations.
StreamJDBCAdapter() - Constructor for class org.apache.servicemix.jdbc.adapter.StreamJDBCAdapter
 

T

TimeoutMemoryStore - Class in org.apache.servicemix.store.memory
MemoryStore which removes entries from the store after the specified timeout to free memory.
TimeoutMemoryStore(IdGenerator, long) - Constructor for class org.apache.servicemix.store.memory.TimeoutMemoryStore
 
Timer - Interface in org.apache.servicemix.timers
 
timerExpired(Timer) - Method in interface org.apache.servicemix.timers.TimerListener
 
TimerListener - Interface in org.apache.servicemix.timers
 
TimerManager - Interface in org.apache.servicemix.timers
 
TimerManagerImpl - Class in org.apache.servicemix.timers.impl
 
TimerManagerImpl() - Constructor for class org.apache.servicemix.timers.impl.TimerManagerImpl
 
TimerManagerImpl.TimerImpl - Class in org.apache.servicemix.timers.impl
 
TimerManagerImpl.TimerImpl(TimerListener) - Constructor for class org.apache.servicemix.timers.impl.TimerManagerImpl.TimerImpl
 
TRANSACTIONAL - Static variable in interface org.apache.servicemix.store.Store
 
tryLock() - Method in class org.apache.servicemix.locks.impl.SimpleLock
Deprecated.  
tryLock(long, TimeUnit) - Method in class org.apache.servicemix.locks.impl.SimpleLock
Deprecated.  

U

unlock() - Method in class org.apache.servicemix.locks.impl.SimpleLock
Deprecated.  

W

WorkManagerWrapper - Class in org.apache.servicemix.executors
This helper class is a simple wrapper around the Executor interface to provide a WorkManager.
WorkManagerWrapper(Executor) - Constructor for class org.apache.servicemix.executors.WorkManagerWrapper
 

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

Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.