Overlord BAM 1.0.0.20121105-M2

org.overlord.bam.active.collection
Class AbstractACSLoader

java.lang.Object
  extended by org.overlord.bam.active.collection.AbstractACSLoader
Direct Known Subclasses:
JEEACSLoader

public abstract class AbstractACSLoader
extends Object

This class provides an abstract base class for ACS loaders.


Constructor Summary
AbstractACSLoader()
           
 
Method Summary
protected  void preInit(ActiveCollectionSource acs)
          This method pre-initializes the Active Collection Source before it is registered with the manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractACSLoader

public AbstractACSLoader()
Method Detail

preInit

protected void preInit(ActiveCollectionSource acs)
                throws Exception
This method pre-initializes the Active Collection Source before it is registered with the manager. This is sometimes required if the loader and manager are associated with different contextual classloaders.

Parameters:
acs - The active collection source to pre-initialize
Throws:
Exception - Failed to pre-initialize source

Overlord BAM 1.0.0.20121105-M2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.