org.overlord.bam.active.collection
Class AbstractACSLoader
java.lang.Object
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.
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 |
AbstractACSLoader
public AbstractACSLoader()
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
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.