Uses of Interface
raccoon.api.types.IBaseComponent

Packages that use IBaseComponent
raccoon.api.eai.message Contains all the different interfaces related to messages handled by Raccoon. 
raccoon.api.types Contains the interfaces describing the various behaviours a component may have. 
raccoon.core.badhnati.xml   
raccoon.core.config   
raccoon.core.file.endpoint.poller   
raccoon.core.jdbc   
raccoon.core.log Contains all the standard logging classes offered by the Raccoon Core Framework. 
raccoon.core.manager   
raccoon.core.types   
raccoon.core.uitest   
raccoon.core.uitest.data   
raccoon.core.uitest.file   
raccoon.core.utils   
raccoon.tibco.tibrv.admin.ledger   
raccoon.tibco.tibrv.badhnati.ae Implementation of the BadhnAti contract for TIB/Rendezvous. 
raccoon.tibco.tibrv.badhnati.xml   
raccoon.tibco.tibrv.endpoint   
raccoon.tibco.tibrv.hoststatus.db   
raccoon.tibco.tibrv.message   
raccoon.tibco.tibrv.uitest The implementation of the UITest framework for TIB/Rendezvous. 
raccoon.tibco.tibrv.utils   
 

Uses of IBaseComponent in raccoon.api.eai.message
 

Subinterfaces of IBaseComponent in raccoon.api.eai.message
 interface IFactory
          The factory service for creating new instances of EAI elements.
 

Uses of IBaseComponent in raccoon.api.types
 

Subinterfaces of IBaseComponent in raccoon.api.types
 interface IConfigurableManager
          Maanges the configurable components and their properties.
 interface ILoadable
          A component that needs to be loaded before usage.
 interface IThreadSafe
          A thread safe component.
 

Methods in raccoon.api.types that return IBaseComponent
 IBaseComponent IServiceManager.lookup(java.lang.String pComponentName)
          Retrieves a component that has been loaded and initialised based upon it's logical name.
 IBaseComponent IServiceManager.lookup(java.lang.String pComponentName, java.lang.String pComponentKey)
          Retrieves a component that has been loaded and initialised based upon it's logical key name.
 IBaseComponent IServiceManager.lookup(java.lang.String pComponentName, java.lang.String pComponentKey, java.util.Hashtable pBeanProperties)
          Retrieves a component that has been loaded and initialised based upon it's logical key name.
 

Uses of IBaseComponent in raccoon.core.badhnati.xml
 

Classes in raccoon.core.badhnati.xml that implement IBaseComponent
 class XmlParser
          The parser that converts IMessage instances into an XML String or vice-versa.
 

Uses of IBaseComponent in raccoon.core.config
 

Classes in raccoon.core.config that implement IBaseComponent
 class StdConfig
          Improvement to the java.util.PropertyResourceBundle.
 class StrConfig
          Improvement to the java.util.PropertyResourceBundle.
 

Uses of IBaseComponent in raccoon.core.file.endpoint.poller
 

Classes in raccoon.core.file.endpoint.poller that implement IBaseComponent
 class FilePoller
          The Default File Poller for the Raccoon Framework.
 

Uses of IBaseComponent in raccoon.core.jdbc
 

Classes in raccoon.core.jdbc that implement IBaseComponent
 class ConnectionDriver
          A simple JDBC Driver to provide pooling capabilities to Raccoon in a none container context.
 

Uses of IBaseComponent in raccoon.core.log
 

Classes in raccoon.core.log that implement IBaseComponent
 class AbsLogComponent
          Contains common logic for all the implementing classes of ILogger contained in this package.
 class Jdk14Proxy
          The wrapper around the JDK 1.4 Logging mechanism.
 class Log4jProxy
          Wrapper around the IBM Log4j implementation.
 

Uses of IBaseComponent in raccoon.core.manager
 

Classes in raccoon.core.manager that implement IBaseComponent
 class ServiceManager
          The main component that handles the life cycle of any component that complies to the contract IBaseComponent.
 

Methods in raccoon.core.manager that return IBaseComponent
 IBaseComponent ServiceManager.lookup(java.lang.String pComponentName)
          Retrieves a component that has been loaded and initialised based upon it's logical name.
 IBaseComponent ServiceManager.lookup(java.lang.String pComponentName, java.lang.String pComponentKey)
          Retrieves a component that has been loaded and initialised based upon it's logical key name.
 IBaseComponent ServiceManager.lookup(java.lang.String pComponentName, java.lang.String pComponentKey, java.util.Hashtable pBeanProperties)
          Retrieves a component that has been loaded and initialised based upon it's logical key name.
 

Uses of IBaseComponent in raccoon.core.types
 

Classes in raccoon.core.types that implement IBaseComponent
 class AbsComponent
          Convenience abstract component to centralize basic operations.
 class AbsComponentManager
          Convenience abstract class offered to the end user to handle sets of components or data caching.
 class AbsConfigurableLoadable
          A configurable component that has to be loaded before usage.
 class AbsLoadable
          Common features for a loadable component.
 class ConfigurableManager
          The default implementation of the IConfigurableManager interface.
 

Methods in raccoon.core.types that return IBaseComponent
protected abstract  IBaseComponent AbsComponentManager.loadComponent(java.lang.String pComponentName)
          Generates a new instance of ComponentBase, must be implemented by inheriting classes.
 IBaseComponent AbsComponentManager.lookup(java.lang.String pComponentName)
          Searches for a specific component and initilizes it if necessary.
 

Uses of IBaseComponent in raccoon.core.uitest
 

Classes in raccoon.core.uitest that implement IBaseComponent
 class UiTester
          The primary unit testing service.
 

Uses of IBaseComponent in raccoon.core.uitest.data
 

Classes in raccoon.core.uitest.data that implement IBaseComponent
 class ComponentFile
          Test data defined in a test instance.
 

Uses of IBaseComponent in raccoon.core.uitest.file
 

Classes in raccoon.core.uitest.file that implement IBaseComponent
 class FilePublisher
          The file publisher implementation of IUnitPlayer.
 

Uses of IBaseComponent in raccoon.core.utils
 

Methods in raccoon.core.utils that return IBaseComponent
static IBaseComponent CoreHelper.lookup(java.lang.String pComponentName)
          Retrieves a component that has been loaded and initialised based upon it's logical name.
static IBaseComponent CoreHelper.lookup(java.lang.String pComponentName, java.lang.String pComponentId, java.util.Hashtable pConfigParams)
          Loads a specific component with custom load time configuration.
 

Uses of IBaseComponent in raccoon.tibco.tibrv.admin.ledger
 

Classes in raccoon.tibco.tibrv.admin.ledger that implement IBaseComponent
 class LedgerViewer
          TODO Comment this class.
 

Uses of IBaseComponent in raccoon.tibco.tibrv.badhnati.ae
 

Classes in raccoon.tibco.tibrv.badhnati.ae that implement IBaseComponent
 class TibrvAeParser
          Converts java beans to IBusMessage instances or vice-versa.
 

Uses of IBaseComponent in raccoon.tibco.tibrv.badhnati.xml
 

Classes in raccoon.tibco.tibrv.badhnati.xml that implement IBaseComponent
 class TibrvMsgParser
          TODO Document this class.
 

Uses of IBaseComponent in raccoon.tibco.tibrv.endpoint
 

Classes in raccoon.tibco.tibrv.endpoint that implement IBaseComponent
 class TibrvNucleus
          The implementation of INucleus for TIB/Rendezvous.
 class TibrvPublisher
          The implementation of the IPublisher interface for TIB/Rendezvous.
 class TibrvSubscriber
          The implementation of ISubscriber over TIB/Rendezvous.
 

Methods in raccoon.tibco.tibrv.endpoint that return IBaseComponent
protected  IBaseComponent TibrvNucleus.loadComponent(java.lang.String pComponentName)
          Generates a new instance of ComponentBase, must be implemented by inheriting classes.
 

Uses of IBaseComponent in raccoon.tibco.tibrv.hoststatus.db
 

Classes in raccoon.tibco.tibrv.hoststatus.db that implement IBaseComponent
 class DbHostStatus
          The database implementation of Host Status.
 

Uses of IBaseComponent in raccoon.tibco.tibrv.message
 

Classes in raccoon.tibco.tibrv.message that implement IBaseComponent
 class RvFactory
          The implementation above TIB/Rendezvous of the factory interface.
 

Uses of IBaseComponent in raccoon.tibco.tibrv.uitest
 

Classes in raccoon.tibco.tibrv.uitest that implement IBaseComponent
 class TibrvPlayer
          The implementation of IUnitPlayer for TIB/Rendezvous.
 class TibrvRecorder
          Records all the messages found on the messaging layer for TIB/Rendezvous.
 

Uses of IBaseComponent in raccoon.tibco.tibrv.utils
 

Classes in raccoon.tibco.tibrv.utils that implement IBaseComponent
 class TibComponent
          Abstract convenience class for all components that will handle communications with TIB/Rendezvous.
 



Copyright null null. All Rights Reserved.