|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InitializationException in com.rhi.architecture.batch |
Methods in com.rhi.architecture.batch that throw InitializationException | |
void |
HierarchicalDBConfigMixin.loadConfiguration(java.util.Properties props)
Retrieve property values and append them to the provided default application properties. |
void |
DBConfigMixin.loadConfiguration(java.util.Properties props)
|
protected void |
BatchApplication.init(java.lang.String[] args)
Perform BatchApplication initialization. |
protected abstract void |
BatchApplication.doInit()
The doInit() method is expected to be overriden by concrete application classes to perform any required initialization. |
void |
PropertiesConfigMixin.loadConfiguration(java.util.Properties props)
Retrieve property values & append them to the provided default application properties. |
protected java.lang.String |
PropertiesConfigMixin.getPropertyFileName(java.util.Properties p)
Default implementation looks for |
void |
NullAuditAgent.init(java.util.Properties p)
|
static void |
ConfigMixinUtils.loadAllMixins(java.util.Properties props)
Mixin classes can be used to append configuration information from disparate sources w/o affecting the core batch architecture. |
void |
ConfigMixin.loadConfiguration(java.util.Properties props)
Retrieve property values & append them to the provided default application properties. |
abstract void |
AuditAgent.init(java.util.Properties p)
Initialization Logic |
static AuditAgent |
AuditAgent.getInstance(java.lang.String className)
Factory method allowing the framework to load any audit agent as long as it's in the classpath. |
void |
AbstractAuditAgent.init(java.util.Properties p)
Initialization Logic |
abstract void |
AbstractAuditAgent.configureRecord(java.util.Properties p)
Allow concrete subclasses a hook to set values on their AuditRecord class. |
protected void |
AbstractAuditAgent.loadSQL(java.util.Properties p)
Helper method called by init() to load the required SQL entries from the properties file. |
protected abstract void |
AbstractApplication.init(java.lang.String[] args)
Perform initialization required by the application framework. |
Uses of InitializationException in com.rhi.architecture.cache |
Methods in com.rhi.architecture.cache that throw InitializationException | |
void |
CacheLoader.loadCache(CacheManager cacheManager)
This method has to load all the data for the cacheable object into the cache. |
Uses of InitializationException in com.rhi.architecture.cache.simple |
Methods in com.rhi.architecture.cache.simple that throw InitializationException | |
void |
SimpleCacheFactory.init(java.util.Properties p)
This init method will be called while Resources are being registered and initilised. |
Uses of InitializationException in com.rhi.architecture.logging |
Methods in com.rhi.architecture.logging that throw InitializationException | |
void |
BasicLog4JFactory.init(java.util.Properties p)
Perform whatever initialization is required of the resource. |
void |
Log4JFactory.init(java.util.Properties p)
Perform whatever initialization is required of the resource. |
void |
Log4JLogger.init(java.util.Properties p)
Perform whatever initialization is required of the resource. |
LogFactory |
Log4JLogger.getFactory(java.util.Properties p)
Load factory - used only for backward compatibility to support users who don't know about the new LogFactory interface & are initializing the Logger class directly. |
void |
DefaultLogFactory.init(java.util.Properties p)
init() |
void |
DefaultLogger.init(java.util.Properties p)
init() |
abstract void |
Logger.init(java.util.Properties p)
Perform whatever initialization is required of the resource. |
Uses of InitializationException in com.rhi.architecture.parc |
Methods in com.rhi.architecture.parc that throw InitializationException | |
void |
SingleCallApplicationStrategy.init(java.util.Properties p)
Init method will be called prior to run to allow the strategy to initialize itself & acquire any necessary resources. |
void |
SerialMTPipeline.init(Channel ch)
Set the default channel |
void |
ProcessSet.init(java.util.Properties props)
The ProcessSet is initialized by loading all Process definitions immediately under this ProcessSet definition. |
void |
PipelineProcess.init(java.util.Properties props)
Init method will be called prior to run to allow the strategy to initialize itself & acquire any necessary resources. |
Pipeline |
PipelineProcess.getPipeline()
This method should construct a Pipeline, a set of Filters, attach those Filters to the Pipeline, and return the fully configured Pipeline to the framework for execution. |
void |
ParallelMTPipeline.init(Channel ch)
initialize the pipeline. |
protected void |
PBApplication.doInit()
Configure the InterfaceApplication w/ the appropriate framework implementation classes. |
void |
Process.init(java.util.Properties p)
Init method will be called prior to run to allow the strategy to initialize itself & acquire any necessary resources. |
protected void |
PARCApplication.doInit()
Configure the InterfaceApplication w/ the appropriate framework implementation classes. |
void |
ApplicationStrategy.init(java.util.Properties p)
Init method will be called prior to run to allow the strategy to initialize itself & acquire any necessary resources. |
void |
AbstractPipeline.init(Channel ch)
Set the default channel |
void |
Filter.init(java.util.Properties p)
Initialize any local resources |
void |
Pipeline.init(Channel ch)
Allow the framework to provide a default Channel implementation. |
void |
OutputAdapter.init(java.util.Properties props)
Initialization. |
void |
Adapter.init(java.util.Properties props)
Initialization of the Adapter |
Uses of InitializationException in com.rhi.architecture.parc.adapter |
Methods in com.rhi.architecture.parc.adapter that throw InitializationException | |
void |
AbstractOutputAdapter.init(java.util.Properties props)
Load error logfile & create writer. |
void |
AbstractInputAdapter.init(java.util.Properties props)
No-op init() method. |
Uses of InitializationException in com.rhi.architecture.parc.adapter.file |
Methods in com.rhi.architecture.parc.adapter.file that throw InitializationException | |
void |
AbstractFileInputAdapter.init(java.util.Properties props)
Performs any resource initialization. |
void |
FlatFileOutputAdapter.init(java.util.Properties props)
Initialize the Castor data binding facilities so that the doWrite() method is ready to go. |
void |
FlatFileInputAdapter.init(java.util.Properties props)
|
Uses of InitializationException in com.rhi.architecture.parc.adapter.jdbc |
Methods in com.rhi.architecture.parc.adapter.jdbc that throw InitializationException | |
void |
JDBCOutputAdapter.init(java.util.Properties props)
Initialize the Logger, and load the SQL statements. |
void |
JDBCInputAdapter.init(java.util.Properties props)
Perform any resource initialization. |
Uses of InitializationException in com.rhi.architecture.parc.adapter.jdo |
Methods in com.rhi.architecture.parc.adapter.jdo that throw InitializationException | |
void |
JDOOutputAdapter.init(java.util.Properties props)
Initialize the Castor data binding facilities so that the doWrite() method is ready to go. |
void |
JDOInputAdapter.init(java.util.Properties props)
Perform any resource initialization. |
Uses of InitializationException in com.rhi.architecture.parc.adapter.xml |
Methods in com.rhi.architecture.parc.adapter.xml that throw InitializationException | |
void |
XMLOutputAdapter.init(java.util.Properties props)
Initialize the Castor data binding facilities so that the doWrite() method is ready to go. |
void |
XMLInputAdapter.init(java.util.Properties props)
Perform any resource initialization. |
Uses of InitializationException in com.rhi.architecture.parc.filter |
Methods in com.rhi.architecture.parc.filter that throw InitializationException | |
void |
FilterSet.init(java.util.Properties p)
Initialize any local resources |
void |
AbstractFilter.init(java.util.Properties properties)
Initialize common Filter settings. |
void |
PollingFilter.init(java.util.Properties p)
|
Uses of InitializationException in com.rhi.architecture.resource |
Methods in com.rhi.architecture.resource that throw InitializationException | |
void |
ResourceContext.init(java.util.Properties p)
Load the configured ResourceFactories. |
java.util.List |
ResourceParserImpl.getResources(java.util.Properties p)
Find Resource configuration entries and sort them into whatever order the ResouceContext should use for loading. |
java.util.List |
ResourceParser.getResources(java.util.Properties p)
Find Resource configuration entries and sort them into whatever order the ResouceContext should use for loading. |
void |
Resource.init(java.util.Properties p)
Perform whatever initialization is required of the resource. |
Uses of InitializationException in com.rhi.architecture.resource.shmem |
Methods in com.rhi.architecture.resource.shmem that throw InitializationException | |
void |
TransientSharedMemory.init(java.util.Properties p)
No initalization needed |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |