public abstract class TransportModule extends java.lang.Object implements LoadableModule
LoadableModule.FatalException| Constructor and Description |
|---|
TransportModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(ConfigContext pack,
Entity entity)
Configure the loadable module.
|
com.vordel.dwe.AuditSettings |
getAuditSettings() |
void |
load(LoadableModule parent,
java.lang.String entityType)
Load a module into the process.
|
void |
unload()
Unload the module from the process.
|
public void load(LoadableModule parent, java.lang.String entityType)
LoadableModuleload in interface LoadableModuleparent - Loadable modules may nest - @parent provides access to the containing LM, or is null for a top-level module.entityType - - The actual type of the entity that caused this class to be constructed.public void unload()
LoadableModuleunload in interface LoadableModulepublic void configure(ConfigContext pack, Entity entity) throws EntityStoreException
LoadableModuleconfigure in interface LoadableModulepack - The ConfigurationContext in which this module is configured. Use this to find other components.entity - The Entity containing configuration related to this specific module.EntityStoreException - If the configuration fails to load or is incompatible with the module.public com.vordel.dwe.AuditSettings getAuditSettings()
This documentation and all its contents and graphics, copyright © 1999 - 2011 Vordel