Modifier and Type | Class and Description |
---|---|
class |
ClassDefImpl
Provides a class definition implementation.
|
Modifier and Type | Field and Description |
---|---|
static ClassDef |
CryptEngineWrapper.IMPL |
Modifier and Type | Method and Description |
---|---|
ClassDef |
KeyedValues.getClassDef(String key,
ClassDef defaultClassDef)
Gets a class definition for a key, providing a default.
|
ClassDef[] |
KeyedValues.getClassDefs(String key)
Gets the class definition array for the specified key.
|
Modifier and Type | Method and Description |
---|---|
Optional<ClassDef> |
KeyedValues.getClassDef(String key,
Optional<ClassDef> defaultClassDef)
Gets a class definition for a key, providing a default.
|
Modifier and Type | Method and Description |
---|---|
ClassDef |
KeyedValues.getClassDef(String key,
ClassDef defaultClassDef)
Gets a class definition for a key, providing a default.
|
Modifier and Type | Method and Description |
---|---|
Optional<ClassDef> |
KeyedValues.getClassDef(String key,
Optional<ClassDef> defaultClassDef)
Gets a class definition for a key, providing a default.
|
Modifier and Type | Method and Description |
---|---|
ClassDef[] |
Config.getClassDefs(String key)
Gets the ClassDef array for the specified key.
|
Modifier and Type | Method and Description |
---|---|
Optional<? extends ClassDef> |
Config.getClassDef(String key,
Optional<ClassDef> defaultClassDef)
Gets a ClassDef for a key, providing a default.
|
Modifier and Type | Method and Description |
---|---|
Optional<? extends ClassDef> |
Config.getClassDef(String key,
Optional<ClassDef> defaultClassDef)
Gets a ClassDef for a key, providing a default.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassDefEntity
Provides a class definition entity.
|
static class |
ClassDefEntity.Undefined
Undefined.
|
Modifier and Type | Field and Description |
---|---|
static ClassDef |
VersionControl.DEFAULT_VERSION_CONTROL_CLASS
Default class of version control provider.
|
Modifier and Type | Field and Description |
---|---|
static ClassDef |
NoticeModule.DEFAULT_NOTIFIER_CLASS
Default notifier.
|
Modifier and Type | Field and Description |
---|---|
static ClassDef |
PointEntity.DEFAULT_FILTER
Default filter.
|
Modifier and Type | Field and Description |
---|---|
static ClassDef |
ProcessorServiceAppImpl.DEFAULT_RECEPTIONIST_CLASS_DEF
Default receptionist class.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<ClassDef> |
NullEngine.defaultBehavior()
Returns the engine specific default behavior.
|
protected Optional<ClassDef> |
CloneEngine.defaultBehavior()
Returns the engine specific default behavior.
|
protected Optional<ClassDef> |
AbstractEngine.defaultBehavior()
Returns the engine specific default behavior.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<ClassDef> |
LocalExecutorEngine.defaultBehavior()
Returns the engine specific default behavior.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<ClassDef> |
RPNEngine.defaultBehavior()
Returns the engine specific default behavior.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<ClassDef> |
SelectorEngine.defaultBehavior()
Returns the engine specific default behavior.
|
Modifier and Type | Field and Description |
---|---|
static ClassDef |
Alerter.Factory.DEFAULT_ALERTER_CLASS
Default alerter.
|
Modifier and Type | Method and Description |
---|---|
protected ServiceImpl |
ServiceActivator.createServiceImpl(ClassDef classDef)
Creates a service implementation.
|
Modifier and Type | Method and Description |
---|---|
protected ClassDef |
ServiceAppHolderImpl.getServiceAppClassDef()
Gets the service application class definition.
|
Modifier and Type | Field and Description |
---|---|
static ClassDef |
LoggerServiceImpl.APP_CLASS_DEF
Application class definition.
|
Modifier and Type | Method and Description |
---|---|
protected ClassDef |
LoggerServiceImpl.getServiceAppClassDef()
Gets the service application class definition.
|
Modifier and Type | Method and Description |
---|---|
protected ClassDef |
MetadataServiceAppHolderImpl.getServiceAppClassDef()
Gets the service application class definition.
|
Modifier and Type | Field and Description |
---|---|
static ClassDef |
RLPServiceImpl.APP_CLASS_DEF
Application class definition.
|
Modifier and Type | Method and Description |
---|---|
protected ClassDef |
RLPServiceImpl.getServiceAppClassDef()
Gets the service application class definition.
|
Modifier and Type | Field and Description |
---|---|
static ClassDef |
StoreServiceAppImpl.DEFAULT_NOTIFIER_CLASS
Default notifier.
|
static ClassDef |
StoreServiceAppImpl.DEFAULT_POLATOR
Default inter/extra-polator.
|
static ClassDef |
StoreServiceAppImpl.DEFAULT_REPLICATOR
Default replicator.
|
static ClassDef |
StoreServiceAppImpl.DEFAULT_UPDATES_LISTENER
Default updates listener.
|
Modifier and Type | Field and Description |
---|---|
static ClassDef |
Archiver.DEFAULT_ATTIC_IMPLEMENTATION_CLASS
Default attic implementation class.
|
Modifier and Type | Field and Description |
---|---|
static ClassDef |
SinkServiceAppImpl.DEFAULT_SINK_MODULE
Default sink module.
|
Modifier and Type | Field and Description |
---|---|
static ClassDef |
PooledDataSource.DEFAULT_IMPL
Default pooled data source implementation.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Class<? extends Driver> |
StoreDataSource.registerDriver(ClassDef driverClassDef)
Registers the JDBC driver.
|
Modifier and Type | Field and Description |
---|---|
static ClassDef |
TheStoreServiceAppImpl.DEFAULT_BACK_END
Default back end.
|
Modifier and Type | Field and Description |
---|---|
static ClassDef |
JEWrapper.IMPL |
Modifier and Type | Field and Description |
---|---|
static ClassDef |
SQLBackEnd.GENERIC_DIALECT
Generic dialect (used if the default dialect is unknown).
|
Modifier and Type | Method and Description |
---|---|
protected Class<? extends Driver> |
TheStoreDataSource.registerDriver(ClassDef driverClassDef)
Registers the JDBC driver.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Driver> |
DialectSupport.registerDriver(ClassDef driverClassDef)
Registers the JDBC driver.
|
Class<? extends Driver> |
DialectSupport.Abstract.registerDriver(ClassDef driverClassDef)
Registers the JDBC driver.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.