Uses of Interface
org.exoplatform.container.component.ComponentPlugin

Packages that use ComponentPlugin
org.exoplatform.container.component   
org.exoplatform.services.cache   
org.exoplatform.services.cache.impl   
org.exoplatform.services.cache.impl.jboss   
org.exoplatform.services.command.impl   
org.exoplatform.services.listener   
org.exoplatform.services.naming   
org.exoplatform.services.remote.group   
org.exoplatform.services.remote.group.impl   
org.exoplatform.services.scheduler   
org.exoplatform.services.scheduler.impl   
 

Uses of ComponentPlugin in org.exoplatform.container.component
 

Classes in org.exoplatform.container.component that implement ComponentPlugin
 class BaseComponentPlugin
           
 class ExecutionUnit
          Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sep 17, 2005
 

Uses of ComponentPlugin in org.exoplatform.services.cache
 

Classes in org.exoplatform.services.cache that implement ComponentPlugin
 class ExoCacheConfigPlugin
          Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Jan 6, 2006
 

Uses of ComponentPlugin in org.exoplatform.services.cache.impl
 

Classes in org.exoplatform.services.cache.impl that implement ComponentPlugin
 class DistributedCacheListener
          Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sep 19, 2005
 class SynchronizeCacheMessageHandler
           
 

Methods in org.exoplatform.services.cache.impl with parameters of type ComponentPlugin
 void CacheServiceImpl.addExoCacheConfig(ComponentPlugin plugin)
           
 

Uses of ComponentPlugin in org.exoplatform.services.cache.impl.jboss
 

Classes in org.exoplatform.services.cache.impl.jboss that implement ComponentPlugin
 class ExoCacheCreatorPlugin
          This class allows us to define new creators Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 20 juil.
 class ExoCacheFactoryConfigPlugin
          This class is used to define custom configurations Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 23 juil.
 

Uses of ComponentPlugin in org.exoplatform.services.command.impl
 

Classes in org.exoplatform.services.command.impl that implement ComponentPlugin
 class CommonsXMLConfigurationPlugin
          Created by The eXo Platform SAS.
The plugin for configuring command/chain catalog using "native" Apache Commons Chain's XML file
 

Methods in org.exoplatform.services.command.impl with parameters of type ComponentPlugin
 void CommandService.addPlugin(ComponentPlugin plugin)
           
 

Uses of ComponentPlugin in org.exoplatform.services.listener
 

Classes in org.exoplatform.services.listener that implement ComponentPlugin
 class Listener<S,D>
          Created by The eXo Platform SAS Author : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Apr 6, 2007 This class is registered with the Listener service and is invoked when an event with the same name is broadcasted.
 

Uses of ComponentPlugin in org.exoplatform.services.naming
 

Classes in org.exoplatform.services.naming that implement ComponentPlugin
 class BindReferencePlugin
          Created by The eXo Platform SAS.
InitialContextInitializer's Component Plugin for binding reference to JNDI naming context
 

Methods in org.exoplatform.services.naming that return ComponentPlugin
 ComponentPlugin InitialContextInitializer.removePlugin(String name)
           
 

Methods in org.exoplatform.services.naming with parameters of type ComponentPlugin
 void InitialContextInitializer.addPlugin(ComponentPlugin plugin)
           
 

Uses of ComponentPlugin in org.exoplatform.services.remote.group
 

Classes in org.exoplatform.services.remote.group that implement ComponentPlugin
 class MessageHandler
           
 

Uses of ComponentPlugin in org.exoplatform.services.remote.group.impl
 

Classes in org.exoplatform.services.remote.group.impl that implement ComponentPlugin
 class GetCommunicationMonitorHandler
           
 class PingMessageHandler
           
 

Methods in org.exoplatform.services.remote.group.impl that return ComponentPlugin
 ComponentPlugin CommunicationServiceImpl.removePlugin(String name)
          Deprecated.  
 

Methods in org.exoplatform.services.remote.group.impl with parameters of type ComponentPlugin
 void CommunicationServiceImpl.addPlugin(ComponentPlugin plugin)
          Deprecated.  
 

Uses of ComponentPlugin in org.exoplatform.services.scheduler
 

Classes in org.exoplatform.services.scheduler that implement ComponentPlugin
 class CronJob
          Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com,phamvuxuanhoa@yahoo.com Oct 10, 2005
 class PeriodJob
          Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Oct 6, 2005
 

Methods in org.exoplatform.services.scheduler with parameters of type ComponentPlugin
 void JobSchedulerService.addGlobalJobListener(ComponentPlugin plugin)
           
 void JobSchedulerService.addGlobalTriggerListener(ComponentPlugin plugin)
           
 void JobSchedulerService.addJobListener(ComponentPlugin plugin)
           
 void JobSchedulerService.addTriggerListener(ComponentPlugin plugin)
           
 

Uses of ComponentPlugin in org.exoplatform.services.scheduler.impl
 

Classes in org.exoplatform.services.scheduler.impl that implement ComponentPlugin
 class JobEnvironmentConfigListener
          Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com Oct 5, 2005
 

Methods in org.exoplatform.services.scheduler.impl with parameters of type ComponentPlugin
 void JobSchedulerServiceImpl.addCronJob(ComponentPlugin plugin)
           
 void JobSchedulerServiceImpl.addGlobalJobListener(ComponentPlugin plugin)
           
 void JobSchedulerServiceImpl.addGlobalTriggerListener(ComponentPlugin plugin)
           
 void JobSchedulerServiceImpl.addJobListener(ComponentPlugin plugin)
           
 void JobSchedulerServiceImpl.addPeriodJob(ComponentPlugin plugin)
           
 void JobSchedulerServiceImpl.addTriggerListener(ComponentPlugin plugin)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.