Index

A B C D E F G I J K L M N O P Q R S T U 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addAttachment(Attachment) - Method in class org.exoplatform.services.mail.Message
 
addCronJob(ComponentPlugin) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
addCronJob(ComponentPlugin) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
addCronJob(JobInfo, String) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
addCronJob(JobInfo, String) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
addCronJob(JobInfo, String, JobDataMap) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
addCronJob(JobInfo, String, JobDataMap) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
addGlobalJobListener(ComponentPlugin) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
addGlobalJobListener(ComponentPlugin) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
addGlobalTriggerListener(ComponentPlugin) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
addGlobalTriggerListener(ComponentPlugin) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
addJob(JobInfo, Date) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
addJob(JobInfo, Date) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
addJob(JobInfo, Trigger) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
addJob(JobDetail, Trigger) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
addJobListener(AddJobListenerComponentPlugin) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
addJobListener(AddJobListenerComponentPlugin) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
AddJobListenerComponentPlugin - Class in org.exoplatform.services.scheduler
The root class allowing to assign a given job listener to one or several job identified by their JobKey
AddJobListenerComponentPlugin() - Constructor for class org.exoplatform.services.scheduler.AddJobListenerComponentPlugin
 
AddJobListenerComponentPlugin(InitParams) - Constructor for class org.exoplatform.services.scheduler.AddJobListenerComponentPlugin
 
addListener(String, ListenerBase) - Method in class org.exoplatform.services.listener.ListenerService
This method is used to register a new Listener.
addListener(Listener<S, D>) - Method in class org.exoplatform.services.listener.ListenerService
This method is used to register a Listener to the events of the same name.
addPeriodJob(ComponentPlugin) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
addPeriodJob(ComponentPlugin) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
addPeriodJob(JobInfo, int, long) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
addPeriodJob(JobInfo, PeriodInfo) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
addPeriodJob(JobInfo, PeriodInfo) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
addPeriodJob(JobInfo, PeriodInfo, JobDataMap) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
addPeriodJob(JobInfo, PeriodInfo, JobDataMap) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
addPlugin(ComponentPlugin) - Method in class org.exoplatform.services.naming.InitialContextInitializer
 
addToEnvironment(String, Object) - Method in class org.exoplatform.services.naming.SimpleContext
addTriggerListener(AddTriggerListenerComponentPlugin) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
addTriggerListener(AddTriggerListenerComponentPlugin) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
AddTriggerListenerComponentPlugin - Class in org.exoplatform.services.scheduler
 
AddTriggerListenerComponentPlugin() - Constructor for class org.exoplatform.services.scheduler.AddTriggerListenerComponentPlugin
 
AddTriggerListenerComponentPlugin(InitParams) - Constructor for class org.exoplatform.services.scheduler.AddTriggerListenerComponentPlugin
 
Asynchronous - Annotation Interface in org.exoplatform.services.listener
Created by The eXo Platform SAS
This marker annotation shows that Listener must be executed in asynchronous way.
AsynchronousListener(ListenerBase<S, D>) - Constructor for class org.exoplatform.services.listener.ListenerService.AsynchronousListener
 
Attachment - Class in org.exoplatform.services.mail
Created by The eXo Platform SAS Author : Phung Hai Nam phunghainam@gmail.com Dec 28, 2005
Attachment() - Constructor for class org.exoplatform.services.mail.Attachment
 

B

BaseJob - Class in org.exoplatform.services.scheduler
Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com Oct 5, 2005
BaseJob() - Constructor for class org.exoplatform.services.scheduler.BaseJob
 
bind(String, Object) - Method in class org.exoplatform.services.naming.SimpleContext
bind(String, Object, boolean) - Method in class org.exoplatform.services.naming.SimpleContext
 
bind(String, String, String, String, Map<String, String>) - Method in class org.exoplatform.services.naming.InitialContextBinder
Constructs references from params, binds in initial contexts and persists list of all binded references into file.
bind(String, Reference) - Method in class org.exoplatform.services.naming.InitialContextBinder
Binds the reference in initial contexts and persists list of all binded references into file.
bind(Name, Object) - Method in class org.exoplatform.services.naming.SimpleContext
BIND_NAME_ATTR - Static variable in class org.exoplatform.services.naming.InitialContextBinder
 
BIND_REFERENCES_ELEMENT - Static variable in class org.exoplatform.services.naming.InitialContextBinder
 
bindings - Variable in class org.exoplatform.services.naming.InitialContextBinder
All current binded references.
BINDINGS_STORE_PATH - Static variable in class org.exoplatform.services.naming.InitialContextInitializer
 
bindingsStorePath - Variable in class org.exoplatform.services.naming.InitialContextBinder
Absolute file path to references's storage.
BindReferencePlugin - Class in org.exoplatform.services.naming
Created by The eXo Platform SAS.
InitialContextInitializer's Component Plugin for binding reference to JNDI naming context
BindReferencePlugin(InitParams) - Constructor for class org.exoplatform.services.naming.BindReferencePlugin
 
bindRefValue(String, Object) - Method in class org.exoplatform.services.naming.SimpleContext
broadcast(String, S, D) - Method in class org.exoplatform.services.listener.ListenerService
This method is used to broadcast an event.
broadcast(T) - Method in class org.exoplatform.services.listener.ListenerService
This method is used when a developer want to implement his own event object and broadcast the event.

C

CLASS_NAME_ATTR - Static variable in class org.exoplatform.services.naming.InitialContextBinder
 
close() - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
Closes datasource to release all idle connections.
close() - Method in class org.exoplatform.services.naming.SimpleContext
CloseableDataSource - Class in org.exoplatform.services.jdbc.impl
This class is used to wrap the original DataSource in order to be able to support close operation.
CloseableDataSource(DataSource) - Constructor for class org.exoplatform.services.jdbc.impl.CloseableDataSource
Constructor CloseableDataSource.
composeName(String, String) - Method in class org.exoplatform.services.naming.SimpleContext
composeName(Name, Name) - Method in class org.exoplatform.services.naming.SimpleContext
createSubcontext(String) - Method in class org.exoplatform.services.naming.SimpleContext
createSubcontext(Name) - Method in class org.exoplatform.services.naming.SimpleContext
CronJob - Class in org.exoplatform.services.scheduler
Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com,phamvuxuanhoa@yahoo.com Oct 10, 2005
CronJob(InitParams) - Constructor for class org.exoplatform.services.scheduler.CronJob
 

D

data - Variable in class org.exoplatform.services.listener.Event
 
DEFAULT_BINDING_STORE_PATH - Static variable in class org.exoplatform.services.naming.InitialContextInitializer
 
destroySubcontext(String) - Method in class org.exoplatform.services.naming.SimpleContext
destroySubcontext(Name) - Method in class org.exoplatform.services.naming.SimpleContext

E

Event<S,D> - Class in org.exoplatform.services.listener
Created by The eXo Platform SAS
Event object.
Event(String, S, D) - Constructor for class org.exoplatform.services.listener.Event
Construct an Event object that contain the event name , the object that broadcast the event and the data object that the source object is working on
eventName - Variable in class org.exoplatform.services.listener.Event
 
execute() - Method in class org.exoplatform.services.scheduler.Task
 
execute(JobContext) - Method in class org.exoplatform.services.scheduler.BaseJob
 
execute(JobContext) - Method in class org.exoplatform.services.scheduler.impl.QueueTaskJob
 
execute(JobExecutionContext) - Method in class org.exoplatform.services.scheduler.BaseJob
 
executeJob(String, String, JobDataMap) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
executeJob(String, String, JobDataMap) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
ExoAuthenticator - Class in org.exoplatform.services.mail.impl
 
ExoAuthenticator(String, String) - Constructor for class org.exoplatform.services.mail.impl.ExoAuthenticator
 
ExoContainerContextFactory - Class in org.exoplatform.services.naming
This implementation of InitialContextFactory is used to be able to share all the objects that have been binded thanks to the InitialContextInitializer which is required for example to be able to create and bind data sources dynamically
ExoContainerContextFactory() - Constructor for class org.exoplatform.services.naming.ExoContainerContextFactory
 
ExoServiceException - Exception Class in org.exoplatform.services.exception
 
ExoServiceException() - Constructor for exception class org.exoplatform.services.exception.ExoServiceException
 
ExoServiceException(String) - Constructor for exception class org.exoplatform.services.exception.ExoServiceException
 
ExoServiceException(String, Object[]) - Constructor for exception class org.exoplatform.services.exception.ExoServiceException
 
ExoServiceException(Throwable) - Constructor for exception class org.exoplatform.services.exception.ExoServiceException
 

F

FACTORY_ATTR - Static variable in class org.exoplatform.services.naming.InitialContextBinder
 
FACTORY_LOCATION_ATTR - Static variable in class org.exoplatform.services.naming.InitialContextBinder
 

G

generateID(Object) - Method in interface org.exoplatform.services.idgenerator.IDGeneratorService
 
generateID(Object) - Method in class org.exoplatform.services.idgenerator.impl.IDGeneratorServiceImpl
 
generateLongID(Object) - Method in interface org.exoplatform.services.idgenerator.IDGeneratorService
 
generateLongID(Object) - Method in class org.exoplatform.services.idgenerator.impl.IDGeneratorServiceImpl
 
generateStringID(Object) - Method in interface org.exoplatform.services.idgenerator.IDGeneratorService
 
generateStringID(Object) - Method in class org.exoplatform.services.idgenerator.impl.IDGeneratorServiceImpl
 
generateStringID(Object, long, String, int) - Method in class org.exoplatform.services.idgenerator.impl.IDGeneratorServiceImpl
 
generatIntegerID(Object) - Method in interface org.exoplatform.services.idgenerator.IDGeneratorService
 
generatIntegerID(Object) - Method in class org.exoplatform.services.idgenerator.impl.IDGeneratorServiceImpl
 
getAllExcutingJobs() - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
getAllExcutingJobs() - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
getAllGlobalJobListener() - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
getAllGlobalJobListener() - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
getAllGlobalTriggerListener() - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
getAllGlobalTriggerListener() - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
getAllJobListener() - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
getAllJobListener() - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
getAllJobs() - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
getAllJobs() - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
getAllTriggerListener() - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
getAllTriggerListener() - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
getArrs(String) - Method in class org.exoplatform.services.mail.impl.MailServiceImpl
 
getAttachment() - Method in class org.exoplatform.services.mail.Message
 
getBCC() - Method in class org.exoplatform.services.mail.Message
 
getBindings() - Method in class org.exoplatform.services.naming.SimpleContext
 
getBindName() - Method in class org.exoplatform.services.naming.BindReferencePlugin
 
getBody() - Method in class org.exoplatform.services.mail.Message
 
getCC() - Method in class org.exoplatform.services.mail.Message
 
getConnection() - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
getConnection(String, String) - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
getData() - Method in class org.exoplatform.services.listener.Event
 
getDataSource() - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
 
getDefaultContextFactory() - Method in class org.exoplatform.services.naming.InitialContextInitializer
 
getDescription() - Method in class org.exoplatform.services.scheduler.impl.JobEnvironmentConfigListener
 
getDescription() - Method in class org.exoplatform.services.scheduler.JobInfo
 
getEndTime() - Method in class org.exoplatform.services.scheduler.PeriodInfo
 
getEnvironment() - Method in class org.exoplatform.services.naming.SimpleContext
getEventName() - Method in class org.exoplatform.services.listener.Event
 
getExpression() - Method in class org.exoplatform.services.scheduler.CronJob
 
getFrom() - Method in class org.exoplatform.services.mail.Message
 
getGlobalJobListener(String) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
getGlobalJobListener(String) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
getGlobalTriggerListener(String) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
getGlobalTriggerListener(String) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
getGroup() - Method in class org.exoplatform.services.scheduler.JobKey
 
getGroupName() - Method in class org.exoplatform.services.scheduler.JobInfo
 
getInitialContext() - Method in class org.exoplatform.services.naming.InitialContextInitializer
 
getInitialContext(Hashtable<?, ?>) - Method in class org.exoplatform.services.naming.ExoContainerContextFactory
getInitialContext(Hashtable<?, ?>) - Method in class org.exoplatform.services.naming.SimpleContextFactory
 
getInitialContextBinder() - Method in class org.exoplatform.services.naming.InitialContextInitializer
Returns InitialContextBinder.
getInputStream() - Method in class org.exoplatform.services.mail.Attachment
 
getInternalEnv() - Method in class org.exoplatform.services.naming.SimpleContext
 
getJob() - Method in class org.exoplatform.services.scheduler.JobInfo
 
getJob(JobInfo) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
getJob(JobInfo) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
getJobDataMap() - Method in class org.exoplatform.services.scheduler.CronJob
 
getJobDataMap() - Method in class org.exoplatform.services.scheduler.PeriodJob
 
getJobInfo() - Method in class org.exoplatform.services.scheduler.CronJob
 
getJobInfo() - Method in class org.exoplatform.services.scheduler.PeriodJob
 
getJobListener(String) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
getJobListener(String) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
getJobName() - Method in class org.exoplatform.services.scheduler.JobInfo
 
getKeys() - Method in class org.exoplatform.services.scheduler.AddJobListenerComponentPlugin
 
getKeys() - Method in class org.exoplatform.services.scheduler.AddTriggerListenerComponentPlugin
 
getLoginTimeout() - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
getLogWriter() - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
getMailSession() - Method in class org.exoplatform.services.mail.impl.MailServiceImpl
Provides Session instance, which is to be used throughout MailService methods
getMailSession() - Method in interface org.exoplatform.services.mail.MailService
Provides Session instance, which is to be used throughout MailService methods
getMimeType() - Method in class org.exoplatform.services.mail.Attachment
 
getMimeType() - Method in class org.exoplatform.services.mail.Message
 
getMutex() - Method in class org.exoplatform.services.naming.SimpleContext
 
getName() - Method in interface org.exoplatform.services.listener.ListenerBase
 
getName() - Method in class org.exoplatform.services.mail.Attachment
 
getName() - Method in class org.exoplatform.services.scheduler.impl.JobEnvironmentConfigListener
 
getName() - Method in class org.exoplatform.services.scheduler.JobKey
 
getNameInNamespace() - Method in class org.exoplatform.services.naming.SimpleContext
getNameParser(String) - Method in class org.exoplatform.services.naming.SimpleContext
getNameParser(Name) - Method in class org.exoplatform.services.naming.SimpleContext
getOutgoingMailServer() - Method in class org.exoplatform.services.mail.impl.MailServiceImpl
Provides outgoing server information, which is basically its hostname or ip address.
getOutgoingMailServer() - Method in interface org.exoplatform.services.mail.MailService
Provides outgoing server information, which is basically its hostname or ip address.
getParentLogger() - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
 
getPasswordAuthentication() - Method in class org.exoplatform.services.mail.impl.ExoAuthenticator
 
getPeriodInfo() - Method in class org.exoplatform.services.scheduler.PeriodJob
 
getPlugins() - Method in class org.exoplatform.services.naming.InitialContextInitializer
 
getQuartzSheduler() - Method in class org.exoplatform.services.scheduler.impl.QuartzSheduler
 
getReceiver() - Method in class org.exoplatform.services.mail.Message
 
getReference() - Method in class org.exoplatform.services.naming.BindReferencePlugin
 
getReference(String) - Method in class org.exoplatform.services.naming.InitialContextBinder
Returns reference associated with defined name.
getRepeatCount() - Method in class org.exoplatform.services.scheduler.PeriodInfo
 
getRepeatInterval() - Method in class org.exoplatform.services.scheduler.PeriodInfo
 
getReplyTo() - Method in class org.exoplatform.services.mail.Message
 
getSource() - Method in class org.exoplatform.services.listener.Event
 
getStartTime() - Method in class org.exoplatform.services.scheduler.PeriodInfo
 
getSubject() - Method in class org.exoplatform.services.mail.Message
 
getTo() - Method in class org.exoplatform.services.mail.Message
 
getTriggerListener(String) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
getTriggerListener(String) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
getTriggersOfJob(String, String) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
getTriggersOfJob(String, String) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
getTriggerState(String, String) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
getTriggerState(String, String) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 

I

ID_LENGTH - Static variable in interface org.exoplatform.services.idgenerator.IDGeneratorService
 
IDGeneratorService - Interface in org.exoplatform.services.idgenerator
 
IDGeneratorServiceImpl - Class in org.exoplatform.services.idgenerator.impl
 
IDGeneratorServiceImpl() - Constructor for class org.exoplatform.services.idgenerator.impl.IDGeneratorServiceImpl
 
InitialContextBinder - Class in org.exoplatform.services.naming
Class is responsible for binding references at runtime, persists on file and automatically binds after restart.
initialContextInitializer - Variable in class org.exoplatform.services.naming.InitialContextBinder
Initial context binder.
InitialContextInitializer - Class in org.exoplatform.services.naming
Created by The eXo Platform SAS
Initializer for Context.INITIAL_CONTEXT_FACTORY
InitialContextInitializer(InitParams) - Constructor for class org.exoplatform.services.naming.InitialContextInitializer
 
initialize(String, Reference) - Static method in class org.exoplatform.services.naming.InitialContextInitializer
 
isShouldRecover() - Method in class org.exoplatform.services.scheduler.JobInfo
 
isWrapperFor(Class<?>) - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource

J

JobContext - Class in org.exoplatform.services.scheduler
Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com Oct 5, 2005
JobContext(JobExecutionContext) - Constructor for class org.exoplatform.services.scheduler.JobContext
 
JobEnvironmentConfigListener - Class in org.exoplatform.services.scheduler.impl
Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com Oct 5, 2005
JobEnvironmentConfigListener() - Constructor for class org.exoplatform.services.scheduler.impl.JobEnvironmentConfigListener
 
jobExecutionVetoed(JobExecutionContext) - Method in class org.exoplatform.services.scheduler.impl.JobEnvironmentConfigListener
 
JobInfo - Class in org.exoplatform.services.scheduler
Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com,phamvuxuanhoa@yahoo.com Oct 6, 2005
JobInfo(Class) - Constructor for class org.exoplatform.services.scheduler.JobInfo
 
JobInfo(String, String, Class) - Constructor for class org.exoplatform.services.scheduler.JobInfo
 
JobInfo(String, String, Class, String) - Constructor for class org.exoplatform.services.scheduler.JobInfo
 
JobKey - Class in org.exoplatform.services.scheduler
The JavaBean allowing to identify a Job
JobKey() - Constructor for class org.exoplatform.services.scheduler.JobKey
 
JobKey(String, String) - Constructor for class org.exoplatform.services.scheduler.JobKey
 
JobSchedulerService - Interface in org.exoplatform.services.scheduler
Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com Oct 5, 2005
JobSchedulerServiceImpl - Class in org.exoplatform.services.scheduler.impl
Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com Oct 5, 2005
JobSchedulerServiceImpl(PortalContainerInfo, QuartzSheduler, QueueTasks) - Constructor for class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
JobSchedulerServiceImpl(QuartzSheduler, QueueTasks) - Constructor for class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
For run in Standalone container
jobToBeExecuted(JobExecutionContext) - Method in class org.exoplatform.services.scheduler.impl.JobEnvironmentConfigListener
 
jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in class org.exoplatform.services.scheduler.impl.JobEnvironmentConfigListener
 

K

key_ - Variable in exception class org.exoplatform.services.exception.ExoServiceException
 
keyDesc_ - Variable in exception class org.exoplatform.services.exception.ExoServiceException
 

L

list(String) - Method in class org.exoplatform.services.naming.SimpleContext
list(Name) - Method in class org.exoplatform.services.naming.SimpleContext
listBindings(String) - Method in class org.exoplatform.services.naming.SimpleContext
listBindings(Name) - Method in class org.exoplatform.services.naming.SimpleContext
Listener<S,D> - Class in org.exoplatform.services.listener
Created by The eXo Platform SAS
This class is registered with the Listener service and is invoked when an event with the same name is broadcasted.
Listener() - Constructor for class org.exoplatform.services.listener.Listener
 
ListenerBase<S,D> - Interface in org.exoplatform.services.listener
Created by The eXo Platform SAS
This class is registered with the Listener service and is invoked when an event with the same name is broadcasted.
ListenerService - Class in org.exoplatform.services.listener
Created by The eXo Platform SAS
Listener Service is reponsible for notifying the Listener when a given event is broadcasted.
ListenerService(ExoContainerContext) - Constructor for class org.exoplatform.services.listener.ListenerService
Construct a listener service.
ListenerService(ExoContainerContext, InitParams) - Constructor for class org.exoplatform.services.listener.ListenerService
Construct a listener service.
ListenerService(ExoContainerContext, InitialContextInitializer) - Constructor for class org.exoplatform.services.listener.ListenerService
Construct a listener service.
ListenerService(ExoContainerContext, InitialContextInitializer, InitParams) - Constructor for class org.exoplatform.services.listener.ListenerService
Construct a listener service.
ListenerService.AsynchronousListener<S,D> - Class in org.exoplatform.services.listener
This AsynchronousListener is a wrapper for original listener, that executes wrapped listeners onEvent() in separate thread.
ListenerService.RunListener<S,D> - Class in org.exoplatform.services.listener
This thread executes listener.onEvent(event) method.
ListenerThreadFactory - Class in org.exoplatform.services.listener
This ThreadFactory implementation is a copy of Executors$DefaultThreadFactory.
lookup(String) - Method in class org.exoplatform.services.naming.SimpleContext
lookup(Name) - Method in class org.exoplatform.services.naming.SimpleContext
lookupLink(String) - Method in class org.exoplatform.services.naming.SimpleContext
lookupLink(Name) - Method in class org.exoplatform.services.naming.SimpleContext

M

MailService - Interface in org.exoplatform.services.mail
Interface provides basic operations for sending mail messages and mail service configuration data retrieval.
MailServiceImpl - Class in org.exoplatform.services.mail.impl
Basically this is MailService implementation build on top of javax.mail package.
MailServiceImpl(InitParams, ExoContainerContext) - Constructor for class org.exoplatform.services.mail.impl.MailServiceImpl
 
Message - Class in org.exoplatform.services.mail
Created by The eXo Platform SAS Author : Phung Hai Nam phunghainam@gmail.com Dec 28, 2005
Message() - Constructor for class org.exoplatform.services.mail.Message
 

N

nameToString(Name) - Method in class org.exoplatform.services.naming.SimpleContext
Converts a Name to a flat String.
newThread(Runnable) - Method in class org.exoplatform.services.listener.ListenerThreadFactory

O

onEvent(Event<S, D>) - Method in interface org.exoplatform.services.listener.ListenerBase
This method should be invoked when an event with the same name is broadcasted
onEvent(Event<S, D>) - Method in class org.exoplatform.services.listener.ListenerService.AsynchronousListener
 
org.exoplatform.services.exception - package org.exoplatform.services.exception
 
org.exoplatform.services.idgenerator - package org.exoplatform.services.idgenerator
 
org.exoplatform.services.idgenerator.impl - package org.exoplatform.services.idgenerator.impl
 
org.exoplatform.services.jdbc.impl - package org.exoplatform.services.jdbc.impl
 
org.exoplatform.services.listener - package org.exoplatform.services.listener
This package provides classes to manage Listener.
org.exoplatform.services.mail - package org.exoplatform.services.mail
 
org.exoplatform.services.mail.impl - package org.exoplatform.services.mail.impl
 
org.exoplatform.services.naming - package org.exoplatform.services.naming
This package manages the binding reference to JNDI naming context.
org.exoplatform.services.scheduler - package org.exoplatform.services.scheduler
 
org.exoplatform.services.scheduler.impl - package org.exoplatform.services.scheduler.impl
 
OVERLOAD_CONTEXT_FACTORY - Static variable in class org.exoplatform.services.naming.InitialContextInitializer
This parameter is used to overload the default initial context factory in order to ensure that binded objects are shared

P

params_ - Variable in exception class org.exoplatform.services.exception.ExoServiceException
 
pauseJob(String, String) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
pauseJob(String, String) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
PeriodInfo - Class in org.exoplatform.services.scheduler
Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com,phamvuxuanhoa@yahoo.com Oct 6, 2005
PeriodInfo(int, long) - Constructor for class org.exoplatform.services.scheduler.PeriodInfo
 
PeriodInfo(Date, Date, int, long) - Constructor for class org.exoplatform.services.scheduler.PeriodInfo
 
PeriodJob - Class in org.exoplatform.services.scheduler
Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Oct 6, 2005
PeriodJob(InitParams) - Constructor for class org.exoplatform.services.scheduler.PeriodJob
 
PROPERTIES_DEFAULT - Static variable in class org.exoplatform.services.naming.InitialContextInitializer
 
PROPERTIES_MANDATORY - Static variable in class org.exoplatform.services.naming.InitialContextInitializer
 
PROPERTY_ELEMENT - Static variable in class org.exoplatform.services.naming.InitialContextBinder
 
put(Object, Object) - Method in class org.exoplatform.services.scheduler.JobContext
 

Q

QuartzSheduler - Class in org.exoplatform.services.scheduler.impl
Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Dec 13, 2005
QuartzSheduler(ExoContainerContext, InitParams) - Constructor for class org.exoplatform.services.scheduler.impl.QuartzSheduler
 
queueTask(Task) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
queueTask(Task) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
QueueTaskJob - Class in org.exoplatform.services.scheduler.impl
Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com,phamvuxuanhoa@yahoo.com Oct 7, 2005
QueueTaskJob() - Constructor for class org.exoplatform.services.scheduler.impl.QueueTaskJob
 
QueueTasks - Class in org.exoplatform.services.scheduler
Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Dec 29, 2005
QueueTasks() - Constructor for class org.exoplatform.services.scheduler.QueueTasks
 

R

readBindings() - Method in class org.exoplatform.services.naming.InitialContextBinder
Import references from xml-file.
rebind(String, Object) - Method in class org.exoplatform.services.naming.SimpleContext
rebind(Name, Object) - Method in class org.exoplatform.services.naming.SimpleContext
recall() - Method in class org.exoplatform.services.naming.InitialContextInitializer
Deprecated.
REFADDR_ELEMENT - Static variable in class org.exoplatform.services.naming.InitialContextBinder
 
REFERENCE_ELEMENT - Static variable in class org.exoplatform.services.naming.InitialContextBinder
 
removeFromEnvironment(String) - Method in class org.exoplatform.services.naming.SimpleContext
removeGlobalJobListener(String) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
removeGlobalJobListener(String) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
removeGlobaTriggerListener(String) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
removeGlobaTriggerListener(String) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
removeJob(JobInfo) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
removeJob(JobInfo) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
removeJobListener(String) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
removeJobListener(String) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
removePlugin(String) - Method in class org.exoplatform.services.naming.InitialContextInitializer
 
removeTriggerListener(String) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
removeTriggerListener(String) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
rename(String, String) - Method in class org.exoplatform.services.naming.SimpleContext
rename(Name, Name) - Method in class org.exoplatform.services.naming.SimpleContext
rescheduleJob(String, String, Trigger) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
rescheduleJob(String, String, Trigger) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
resume() - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
resume() - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
Resumes all the registered jobs
resumeJob(String, String) - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
resumeJob(String, String) - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
 
run() - Method in class org.exoplatform.services.listener.ListenerService.RunListener
RunListener(ListenerBase<S, D>, Event<S, D>) - Constructor for class org.exoplatform.services.listener.ListenerService.RunListener
 

S

saveBindings() - Method in class org.exoplatform.services.naming.InitialContextBinder
Export references into xml-file.
sendMessage(String, String, String, String) - Method in class org.exoplatform.services.mail.impl.MailServiceImpl
Sends mail message based on passed String parameters.
sendMessage(String, String, String, String) - Method in interface org.exoplatform.services.mail.MailService
Sends mail message based on passed String parameters.
sendMessage(MimeMessage) - Method in class org.exoplatform.services.mail.impl.MailServiceImpl
Sends mail message based on MimeMessage instance
sendMessage(MimeMessage) - Method in interface org.exoplatform.services.mail.MailService
Sends mail message based on MimeMessage instance
sendMessage(Message) - Method in class org.exoplatform.services.mail.impl.MailServiceImpl
Sends mail message based on Message instance
sendMessage(Message) - Method in interface org.exoplatform.services.mail.MailService
Sends mail message based on Message instance
sendMessageInFuture(String, String, String, String) - Method in class org.exoplatform.services.mail.impl.MailServiceImpl
sendMessageInFuture(String, String, String, String) - Method in interface org.exoplatform.services.mail.MailService
sendMessageInFuture(MimeMessage) - Method in class org.exoplatform.services.mail.impl.MailServiceImpl
Asynchronous variant of MailService.sendMessage(MimeMessage).
sendMessageInFuture(MimeMessage) - Method in interface org.exoplatform.services.mail.MailService
Asynchronous variant of MailService.sendMessage(MimeMessage).
sendMessageInFuture(Message) - Method in class org.exoplatform.services.mail.impl.MailServiceImpl
Asynchronous variant of MailService.sendMessage(Message).
sendMessageInFuture(Message) - Method in interface org.exoplatform.services.mail.MailService
Asynchronous variant of MailService.sendMessage(Message).
setBCC(String) - Method in class org.exoplatform.services.mail.Message
 
setBindings(Map<String, Object>) - Method in class org.exoplatform.services.naming.SimpleContext
 
setBody(String) - Method in class org.exoplatform.services.mail.Message
 
setCC(String) - Method in class org.exoplatform.services.mail.Message
 
setDescription(String) - Method in class org.exoplatform.services.scheduler.impl.JobEnvironmentConfigListener
 
setDescription(String) - Method in class org.exoplatform.services.scheduler.JobInfo
 
setFrom(String) - Method in class org.exoplatform.services.mail.Message
 
setGroup(String) - Method in class org.exoplatform.services.scheduler.JobKey
 
setGroupName(String) - Method in class org.exoplatform.services.scheduler.JobInfo
 
setInputStream(InputStream) - Method in class org.exoplatform.services.mail.Attachment
 
setJobName(String) - Method in class org.exoplatform.services.scheduler.JobInfo
 
setLoginTimeout(int) - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
setLogWriter(PrintWriter) - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
setMimeType(String) - Method in class org.exoplatform.services.mail.Attachment
 
setMimeType(String) - Method in class org.exoplatform.services.mail.Message
 
setName(String) - Method in class org.exoplatform.services.mail.Attachment
 
setName(String) - Method in class org.exoplatform.services.scheduler.impl.JobEnvironmentConfigListener
 
setName(String) - Method in class org.exoplatform.services.scheduler.JobKey
 
setReceiver(String) - Method in class org.exoplatform.services.mail.Message
 
setReplyTo(String) - Method in class org.exoplatform.services.mail.Message
 
setShouldRecover(boolean) - Method in class org.exoplatform.services.scheduler.JobInfo
 
setSubject(String) - Method in class org.exoplatform.services.mail.Message
 
setTo(String) - Method in class org.exoplatform.services.mail.Message
 
SimpleContext - Class in org.exoplatform.services.naming
Created by The eXo Platform SAS.
SimpleContext() - Constructor for class org.exoplatform.services.naming.SimpleContext
 
SimpleContextFactory - Class in org.exoplatform.services.naming
Created by The eXo Platform SAS .
SimpleContextFactory() - Constructor for class org.exoplatform.services.naming.SimpleContextFactory
 
source - Variable in class org.exoplatform.services.listener.Event
 
start() - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
start() - Method in class org.exoplatform.services.scheduler.impl.QuartzSheduler
 
stop() - Method in class org.exoplatform.services.listener.ListenerService
 
stop() - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
stop() - Method in class org.exoplatform.services.scheduler.impl.QuartzSheduler
 
suspend() - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
 
suspend() - Method in interface org.exoplatform.services.scheduler.JobSchedulerService
Suspends all the registered jobs

T

Task - Class in org.exoplatform.services.scheduler
Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Dec 29, 2005
Task() - Constructor for class org.exoplatform.services.scheduler.Task
 

U

unbind(String) - Method in class org.exoplatform.services.naming.InitialContextBinder
Unbind the Reference with defined name, remove from the bindings list and persists the rest of references into the file.
unbind(String) - Method in class org.exoplatform.services.naming.SimpleContext
unbind(Name) - Method in class org.exoplatform.services.naming.SimpleContext
unwrap(Class<T>) - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
A B C D E F G I J K L M N O P Q R S T U 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form