Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abort(Executor) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- AbstractRPCService - Class in org.exoplatform.services.rpc.impl
-
This class is a basic implementation of the
RPCService, it is mainly based on theMessageDispatcherof JGroups. - AbstractRPCService(ExoContainerContext, InitParams, ConfigurationManager) - Constructor for class org.exoplatform.services.rpc.impl.AbstractRPCService
-
The public constructor
- AbstractRPCService.MemberHasLeftException - Exception Class in org.exoplatform.services.rpc.impl
- AbstractRPCService.MessageBody - Class in org.exoplatform.services.rpc.impl
-
This intern class will be used to
- AbstractRPCService.State - Enum Class in org.exoplatform.services.rpc.impl
-
All the potential states of the
RPCServiceImpl - AbstractTransactionService - Class in org.exoplatform.services.transaction.impl
-
This abstract class implements the main logic of all the methods expected for a
TransactionService. - AbstractTransactionService() - Constructor for class org.exoplatform.services.transaction.impl.AbstractTransactionService
- AbstractTransactionService(InitParams) - Constructor for class org.exoplatform.services.transaction.impl.AbstractTransactionService
- accept(Address) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService.MessageBody
-
Indicates whether or not the given message body accepts the given address
- ACCESS_RPC_SERVICE_PERMISSION - Static variable in interface org.exoplatform.services.rpc.RPCService
-
The permission needed to access to any methods of the RPCService
- ActionNonTxAware<R,
A, - Class in org.exoplatform.services.transactionE> -
This class describes all the actions that are not supposed to be called within a transaction
- ActionNonTxAware() - Constructor for class org.exoplatform.services.transaction.ActionNonTxAware
- 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
- addDir(File) - Method in class org.exoplatform.services.compress.CompressData
- addFile(String, File) - Method in class org.exoplatform.services.compress.CompressData
- 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
- addInputStream(String, InputStream) - Method in class org.exoplatform.services.compress.CompressData
- 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
Listenerto 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
- addToArchive(JarOutputStream, InputStream, String) - Method in class org.exoplatform.services.compress.CompressData.FileDataInstance
- addToArchive(ZipOutputStream, InputStream, String) - Method in class org.exoplatform.services.compress.CompressData.FileDataInstance
- 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
- alwaysManaged - Variable in class org.exoplatform.services.jdbc.impl.DataSourceProviderImpl
-
Indicates that all the data sources are managed
- 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
- block() - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
- 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.
- BUFFER - Static variable in class org.exoplatform.services.compress.CompressData
C
- castMessage(List<Address>, Message, boolean, long) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Cast a message to all the given members
- castMessage(List<Address>, Message, boolean, long) - Method in class org.exoplatform.services.rpc.jgv3.RPCServiceImpl
-
Cast a message to all the given members
- channel - Variable in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
The JGroups Channel used to communicate with other nodes
- checkIfTxActive - Variable in class org.exoplatform.services.jdbc.impl.DataSourceProviderImpl
-
Indicates if the data source needs to check if a tx is active to decide if the provided connection needs to be managed or not.
- CLASS_NAME_ATTR - Static variable in class org.exoplatform.services.naming.InitialContextBinder
- cleanDataInstance() - Method in class org.exoplatform.services.compress.CompressData
- clearWarnings() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- close() - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
-
Closes datasource to release all idle connections.
- close() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- 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
DataSourcein order to be able to support close operation. - CloseableDataSource(DataSource) - Constructor for class org.exoplatform.services.jdbc.impl.CloseableDataSource
-
Constructor CloseableDataSource.
- CLUSTER_NAME - Static variable in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
The default value of the cluster name
- commit() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- composeName(String, String) - Method in class org.exoplatform.services.naming.SimpleContext
- composeName(Name, Name) - Method in class org.exoplatform.services.naming.SimpleContext
- CompressData - Class in org.exoplatform.services.compress
-
Created by The eXo Platform SAS Author : Chung Nguyen nguyenchung136@yahoo.com Feb 10, 2006
- CompressData() - Constructor for class org.exoplatform.services.compress.CompressData
- CompressData(String) - Constructor for class org.exoplatform.services.compress.CompressData
- CompressData.DataInstance - Class in org.exoplatform.services.compress
- CompressData.FileDataInstance - Class in org.exoplatform.services.compress
- CompressData.InputStreamDataInstance - Class in org.exoplatform.services.compress
- configurator - Variable in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
The configurator used to create the JGroups Channel
- coordinator - Variable in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
The address of the current coordinator
- createArrayOf(String, Object[]) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- createBlob() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- createChannel() - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Create a channel
- createChannel() - Method in class org.exoplatform.services.rpc.jgv3.RPCServiceImpl
-
Create a channel
- createClob() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- createJar(OutputStream) - Method in class org.exoplatform.services.compress.CompressData
- createJarFile(String) - Method in class org.exoplatform.services.compress.CompressData
- createNClob() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- createSQLXML() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- createStatement() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- createStatement(int, int) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- createStatement(int, int, int) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- createStruct(String, Object[]) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- createSubcontext(String) - Method in class org.exoplatform.services.naming.SimpleContext
- createSubcontext(Name) - Method in class org.exoplatform.services.naming.SimpleContext
- createThread(Runnable) - Method in class org.exoplatform.services.threadpool.impl.DefaultThreadFactory
-
Return a Thread that runs the given Runnable object.
- createThread(Runnable) - Method in interface org.exoplatform.services.threadpool.impl.ThreadFactoryIF
-
Return a Thread that runs the given Runnable object.
- createZip(OutputStream) - Method in class org.exoplatform.services.compress.CompressData
- createZipFile(String) - Method in class org.exoplatform.services.compress.CompressData
- 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
- DataInstance() - Constructor for class org.exoplatform.services.compress.CompressData.DataInstance
- DataSourceProvider - Interface in org.exoplatform.services.jdbc
-
This provider is used to get a
DataSourcein an uniform manner. - DataSourceProviderImpl - Class in org.exoplatform.services.jdbc.impl
-
The default implementation of
DataSourceProvider. - DataSourceProviderImpl(InitParams) - Constructor for class org.exoplatform.services.jdbc.impl.DataSourceProviderImpl
-
The default constructor
- DataSourceProviderImpl(InitParams, TransactionService) - Constructor for class org.exoplatform.services.jdbc.impl.DataSourceProviderImpl
-
The default constructor
- DEFAULT_BINDING_STORE_PATH - Static variable in class org.exoplatform.services.naming.InitialContextInitializer
- DEFAULT_RETRY_TIMEOUT - Static variable in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
The value of the default retry timeout
- DEFAULT_TIMEOUT - Static variable in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
The value of the default timeout
- DefaultThreadFactory - Class in org.exoplatform.services.threadpool.impl
-
This is a default thread factory that creates vanilla threads.
- DefaultThreadFactory() - Constructor for class org.exoplatform.services.threadpool.impl.DefaultThreadFactory
- defaultTimeout - Variable in class org.exoplatform.services.transaction.impl.AbstractTransactionService
-
The default timeout
- delistResource(XAResource) - Method in class org.exoplatform.services.transaction.impl.AbstractTransactionService
-
Delists XA resource from transaction manager.
- delistResource(XAResource) - Method in interface org.exoplatform.services.transaction.TransactionService
-
Delists XA resource from transaction manager.
- destroySubcontext(String) - Method in class org.exoplatform.services.naming.SimpleContext
- destroySubcontext(Name) - Method in class org.exoplatform.services.naming.SimpleContext
- dispatcher - Variable in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
The dispatcher used to launch the command of the cluster nodes
E
- enlistResource(XAResource) - Method in class org.exoplatform.services.transaction.impl.AbstractTransactionService
-
Enlists XA resource in transaction manager.
- enlistResource(XAResource) - Method in interface org.exoplatform.services.transaction.TransactionService
-
Enlists XA resource in transaction manager.
- entryName_ - Variable in class org.exoplatform.services.compress.CompressData.DataInstance
- EOF - Static variable in class org.exoplatform.services.compress.CompressData
- 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
- excecuteCommand(List<Address>, RemoteCommand, boolean, long, Serializable...) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Execute the command on all the nodes corresponding to the list of destinations.
- execute() - Method in class org.exoplatform.services.scheduler.Task
- execute(A) - Method in class org.exoplatform.services.transaction.ActionNonTxAware
-
Executes the action
- execute(A...) - Method in class org.exoplatform.services.transaction.ActionNonTxAware
-
Executes the action
- execute(Serializable[]) - Method in interface org.exoplatform.services.rpc.RemoteCommand
-
This method will execute the command on the local machine.
- execute(Serializable[]) - Method in class org.exoplatform.services.rpc.SingleMethodCallCommand
-
This method will execute the command on the local machine.
- 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
- executeCommandOnAllNodes(RemoteCommand, boolean, Serializable...) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Executes a command on all the cluster nodes.
- executeCommandOnAllNodes(RemoteCommand, boolean, Serializable...) - Method in interface org.exoplatform.services.rpc.RPCService
-
Executes a command on all the cluster nodes.
- executeCommandOnAllNodes(RemoteCommand, long, Serializable...) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Executes a command synchronously on all the cluster nodes.
- executeCommandOnAllNodes(RemoteCommand, long, Serializable...) - Method in interface org.exoplatform.services.rpc.RPCService
-
Executes a command synchronously on all the cluster nodes.
- executeCommandOnAllNodesMain(RemoteCommand, boolean, long, Serializable...) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Executes a command on all the cluster nodes.
- executeCommandOnCoordinator(RemoteCommand, boolean, Serializable...) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Executes a command on the coordinator only.
- executeCommandOnCoordinator(RemoteCommand, boolean, Serializable...) - Method in interface org.exoplatform.services.rpc.RPCService
-
Executes a command on the coordinator only.
- executeCommandOnCoordinator(RemoteCommand, long, Serializable...) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Executes a command synchronously on the coordinator only.
- executeCommandOnCoordinator(RemoteCommand, long, Serializable...) - Method in interface org.exoplatform.services.rpc.RPCService
-
Executes a command synchronously on the coordinator only.
- executeCommandOnCoordinatorMain(RemoteCommand, boolean, long, Serializable...) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Executes a command on the coordinator only.
- 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
InitialContextFactoryis used to be able to share all the objects that have been binded thanks to theInitialContextInitializerwhich 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
- FileDataInstance(String, File) - Constructor for class org.exoplatform.services.compress.CompressData.FileDataInstance
- findTransactionManager() - Method in class org.exoplatform.services.transaction.impl.AbstractTransactionService
-
This method will try to find the current
TransactionManager - findTransactionManager() - Method in class org.exoplatform.services.transaction.impl.atomikos.TransactionsEssentialsTransactionService
-
Deprecated.
- findTransactionManager() - Method in class org.exoplatform.services.transaction.impl.jboss.JBossTransactionService
-
This method will try to find the current
TransactionManager - findUserTransaction() - Method in class org.exoplatform.services.transaction.impl.AbstractTransactionService
-
This method will try to find the current
UserTransaction, by default it will simply wraps aTransactionManager - findUserTransaction() - Method in class org.exoplatform.services.transaction.impl.atomikos.TransactionsEssentialsTransactionService
-
Deprecated.
- findUserTransaction() - Method in class org.exoplatform.services.transaction.impl.jboss.JBossTransactionService
-
This method will try to find the current
UserTransaction, by default it will simply wraps aTransactionManager - forceTimeout - Variable in class org.exoplatform.services.transaction.impl.AbstractTransactionService
-
Indicates if the timeout has to be enforced
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
- get() - Method in class org.exoplatform.services.threadpool.impl.Queue
-
Get an object from the front of the queue.
- get(long) - Method in class org.exoplatform.services.threadpool.impl.Queue
-
Get an object from the front of the queue.
- 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
- getArgs() - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService.MessageBody
- getArrs(String) - Method in class org.exoplatform.services.mail.impl.MailServiceImpl
- getAttachment() - Method in class org.exoplatform.services.mail.Message
- getAutoCommit() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- getBase() - Method in class org.exoplatform.services.compress.CompressData
- 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
- getCatalog() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- getCC() - Method in class org.exoplatform.services.mail.Message
- getClientInfo() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- getClientInfo(String) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- getClusterName() - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Gives the name of the cluster
- getCommand(String) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Gives the
RemoteCommandcorresponding to the given id - getCommandId() - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService.MessageBody
- getConnection() - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
- getConnection() - Method in class org.exoplatform.services.jdbc.impl.ManagedDataSource
- getConnection(String, String) - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
- getConnection(String, String) - Method in class org.exoplatform.services.jdbc.impl.ManagedDataSource
- getData() - Method in class org.exoplatform.services.listener.Event
- getDataSource() - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
- getDataSource(String) - Method in interface org.exoplatform.services.jdbc.DataSourceProvider
-
Try to get the data source from a lookup, if it can't a
NamingExceptionwill be thrown - getDataSource(String) - Method in class org.exoplatform.services.jdbc.impl.DataSourceProviderImpl
- getDefaultContextFactory() - Method in class org.exoplatform.services.naming.InitialContextInitializer
- getDefaultTimeout() - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Gives the value of the default timeout
- getDefaultTimeout() - Method in class org.exoplatform.services.transaction.impl.AbstractTransactionService
- getDefaultTimeout() - Method in class org.exoplatform.services.transaction.impl.jboss.JBossTransactionService
- getDefaultTimeout() - Method in interface org.exoplatform.services.transaction.TransactionService
- 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
- getEntryName() - Method in class org.exoplatform.services.compress.CompressData.DataInstance
- 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
- getHoldability() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- getHostAddress() - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Returns the IP address of current channel.
- getHostAddress() - Method in class org.exoplatform.services.rpc.jgv3.RPCServiceImpl
-
Returns the IP address of current channel.
- getId() - Method in interface org.exoplatform.services.rpc.RemoteCommand
-
Gives the id of the command
- getId() - Method in class org.exoplatform.services.rpc.SingleMethodCallCommand
-
Gives the id of the command
- 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.compress.CompressData.DataInstance
- getInputStream() - Method in class org.exoplatform.services.compress.CompressData.FileDataInstance
- getInputStream() - Method in class org.exoplatform.services.compress.CompressData.InputStreamDataInstance
- getInputStream() - Method in class org.exoplatform.services.mail.Attachment
- getInternalEnv() - Method in class org.exoplatform.services.naming.SimpleContext
- getJarOut(boolean, JarOutputStream) - Method in class org.exoplatform.services.compress.CompressData.DataInstance
- getJarOut(boolean, JarOutputStream) - Method in class org.exoplatform.services.compress.CompressData.FileDataInstance
- getJarOut(boolean, JarOutputStream) - Method in class org.exoplatform.services.compress.CompressData.InputStreamDataInstance
- 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
- getLocalAddress() - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Returns the channel's own address.
- getLocalAddress() - Method in class org.exoplatform.services.rpc.jgv3.RPCServiceImpl
-
Returns the channel's own address.
- getLoginTimeout() - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
- getLoginTimeout() - Method in class org.exoplatform.services.jdbc.impl.ManagedDataSource
- getLogWriter() - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
- getLogWriter() - Method in class org.exoplatform.services.jdbc.impl.ManagedDataSource
- getMailSession() - Method in class org.exoplatform.services.mail.impl.MailServiceImpl
-
Provides
Sessioninstance, which is to be used throughoutMailServicemethods - getMailSession() - Method in interface org.exoplatform.services.mail.MailService
-
Provides
Sessioninstance, which is to be used throughoutMailServicemethods - getMembers(View) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Returns a reference to the List of members (ordered) Do NOT change this list, hence your will invalidate the view Make a copy if you have to modify it.
- getMembers(View) - Method in class org.exoplatform.services.rpc.jgv3.RPCServiceImpl
-
Returns a reference to the List of members (ordered) Do NOT change this list, hence your will invalidate the view Make a copy if you have to modify it.
- getMetaData() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- 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
- getNetworkTimeout() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- 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
- getParentLogger() - Method in class org.exoplatform.services.jdbc.impl.ManagedDataSource
- 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
- getRetryTimeout() - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Gives the value of the retry timeout
- getSchema() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- 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
- getTransactionIsolation() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- getTransactionManager() - Method in class org.exoplatform.services.transaction.ActionNonTxAware
-
Gives the Transaction Manager that will be used while executing the action
- getTransactionManager() - Method in class org.exoplatform.services.transaction.impl.AbstractTransactionService
- getTransactionManager() - Method in interface org.exoplatform.services.transaction.TransactionService
- 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
- getType() - Method in class org.exoplatform.services.compress.CompressData.DataInstance
- getTypeMap() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- getUserTransaction() - Method in class org.exoplatform.services.transaction.impl.AbstractTransactionService
- getUserTransaction() - Method in interface org.exoplatform.services.transaction.TransactionService
- getWarnings() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- getZipOut(boolean, ZipOutputStream) - Method in class org.exoplatform.services.compress.CompressData.DataInstance
- getZipOut(boolean, ZipOutputStream) - Method in class org.exoplatform.services.compress.CompressData.FileDataInstance
- getZipOut(boolean, ZipOutputStream) - Method in class org.exoplatform.services.compress.CompressData.InputStreamDataInstance
H
- handle(Message) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
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
- INITIALIZED - Enum constant in enum class org.exoplatform.services.rpc.impl.AbstractRPCService.State
- InputStreamDataInstance(String, InputStream) - Constructor for class org.exoplatform.services.compress.CompressData.InputStreamDataInstance
- isAllowFailover() - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Indicates whether the failover capabilities are enabled or not
- isClosed() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- isCoordinator - Variable in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Indicates whether the current node is the coordinator of the cluster or not
- isCoordinator() - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Indicates whether the local node is the coordinator of the cluster
- isCoordinator() - Method in interface org.exoplatform.services.rpc.RPCService
-
Indicates whether the local node is the coordinator of the cluster
- isCoordinator() - Method in class org.exoplatform.services.rpc.TopologyChangeEvent
-
Indicates whether the current node is the coordinator or not after the topology change
- isCoordinatorHasChanged() - Method in class org.exoplatform.services.rpc.TopologyChangeEvent
-
Indicates whether the coordinator has changed after the topology change
- isManaged(String) - Method in interface org.exoplatform.services.jdbc.DataSourceProvider
-
Indicates whether or not the given data source is managed
- isManaged(String) - Method in class org.exoplatform.services.jdbc.impl.DataSourceProviderImpl
- isReadOnly() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- isShouldRecover() - Method in class org.exoplatform.services.scheduler.JobInfo
- isTMInitialized() - Method in class org.exoplatform.services.transaction.impl.AbstractTransactionService
-
Indicates whether or not the
TransactionManagerhas been initialized - isValid(int) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- isWrapperFor(Class<?>) - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
- isWrapperFor(Class<?>) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- isWrapperFor(Class<?>) - Method in class org.exoplatform.services.jdbc.impl.ManagedDataSource
J
- JBossTransactionService - Class in org.exoplatform.services.transaction.impl.jboss
- JBossTransactionService() - Constructor for class org.exoplatform.services.transaction.impl.jboss.JBossTransactionService
- 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 theListenerwhen 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.
- LOG - Static variable in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Connection logger.
- LOG - Static variable in class org.exoplatform.services.transaction.ActionNonTxAware
-
The logger
- 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
MailServiceimplementation build on top of javax.mail package. - MailServiceImpl(InitParams, ExoContainerContext) - Constructor for class org.exoplatform.services.mail.impl.MailServiceImpl
- ManagedConnection - Class in org.exoplatform.services.jdbc.impl
-
This classes wraps a jdbc connection in order to prevent any forbidden actions such as explicit commit/rollback.
- ManagedConnection(Connection) - Constructor for class org.exoplatform.services.jdbc.impl.ManagedConnection
-
default constructor
- ManagedDataSource - Class in org.exoplatform.services.jdbc.impl
-
This classes is used to wrap the original
DataSourcein order to be able to support the managed data sources with a limited amount of changes. - ManagedDataSource(DataSource, TransactionManager, boolean) - Constructor for class org.exoplatform.services.jdbc.impl.ManagedDataSource
-
default constructor
- managedDS - Variable in class org.exoplatform.services.jdbc.impl.DataSourceProviderImpl
-
A set of all the data sources that are managed
- MemberHasLeftException(String) - Constructor for exception class org.exoplatform.services.rpc.impl.AbstractRPCService.MemberHasLeftException
- members - Variable in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
The current list of all the members of the cluster
- 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
- MessageBody() - Constructor for class org.exoplatform.services.rpc.impl.AbstractRPCService.MessageBody
- MessageBody(Address, String, Serializable[]) - Constructor for class org.exoplatform.services.rpc.impl.AbstractRPCService.MessageBody
N
- nameToString(Name) - Method in class org.exoplatform.services.naming.SimpleContext
-
Converts a Name to a flat String.
- nativeSQL(String) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- NetService - Interface in org.exoplatform.services.net
-
Created by The eXo Platform SAS Author : HoaPham phamvuxuanhoa@yahoo.com Jan 10, 2006
- NetServiceImpl - Class in org.exoplatform.services.net.impl
-
Created by The eXo Platform SAS Author : HoaPham phamvuxuanhoa@yahoo.com Jan 10, 2006
- NetServiceImpl() - Constructor for class org.exoplatform.services.net.impl.NetServiceImpl
- newThread(Runnable) - Method in class org.exoplatform.services.listener.ListenerThreadFactory
O
- onChange(TopologyChangeEvent) - Method in interface org.exoplatform.services.rpc.TopologyChangeListener
-
Called anytime the topology of the cluster changes
- 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.compress - package org.exoplatform.services.compress
- 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 - package org.exoplatform.services.jdbc
- 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.net - package org.exoplatform.services.net
- org.exoplatform.services.net.impl - package org.exoplatform.services.net.impl
- org.exoplatform.services.rpc - package org.exoplatform.services.rpc
- org.exoplatform.services.rpc.impl - package org.exoplatform.services.rpc.impl
- org.exoplatform.services.rpc.jgv3 - package org.exoplatform.services.rpc.jgv3
- org.exoplatform.services.scheduler - package org.exoplatform.services.scheduler
- org.exoplatform.services.scheduler.impl - package org.exoplatform.services.scheduler.impl
- org.exoplatform.services.threadpool.impl - package org.exoplatform.services.threadpool.impl
- org.exoplatform.services.transaction - package org.exoplatform.services.transaction
- org.exoplatform.services.transaction.impl - package org.exoplatform.services.transaction.impl
- org.exoplatform.services.transaction.impl.atomikos - package org.exoplatform.services.transaction.impl.atomikos
- org.exoplatform.services.transaction.impl.jboss - package org.exoplatform.services.transaction.impl.jboss
- 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
- PARAM_ALLOW_FAILOVER - Static variable in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
The name of the parameter to allow the failover
- PARAM_ALWAYS_MANAGED - Static variable in class org.exoplatform.services.jdbc.impl.DataSourceProviderImpl
-
The name of the parameter to know if the data sources are always managed.
- PARAM_CHECK_TX - Static variable in class org.exoplatform.services.jdbc.impl.DataSourceProviderImpl
-
The name of the parameter to know if the tx has to be checked or not.
- PARAM_CLUSTER_NAME - Static variable in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
The name of the parameter for the name of the cluster.
- PARAM_DEFAULT_TIMEOUT - Static variable in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
The name of the parameter for the default timeout
- PARAM_JGROUPS_CONFIG - Static variable in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
The name of the parameter for the location of the JGroups configuration.
- PARAM_MANAGED_DS - Static variable in class org.exoplatform.services.jdbc.impl.DataSourceProviderImpl
-
The name of the parameter of all the managed data sources.
- PARAM_RETRY_TIMEOUT - Static variable in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
The name of the parameter for the retry timeout
- 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
- ping(String, int) - Method in class org.exoplatform.services.net.impl.NetServiceImpl
- ping(String, int) - Method in interface org.exoplatform.services.net.NetService
- prepareCall(String) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- prepareCall(String, int, int) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- prepareCall(String, int, int, int) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- prepareStatement(String) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- prepareStatement(String, int) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- prepareStatement(String, int[]) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- prepareStatement(String, int, int) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- prepareStatement(String, int, int, int) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- prepareStatement(String, String[]) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- 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) - Method in class org.exoplatform.services.threadpool.impl.Queue
-
Put an object on the end of the queue.
- put(Object, long) - Method in class org.exoplatform.services.threadpool.impl.Queue
-
Put an object on the end of the queue.
- 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
- Queue - Class in org.exoplatform.services.threadpool.impl
- Queue() - Constructor for class org.exoplatform.services.threadpool.impl.Queue
- 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.
- readExternal(ObjectInput) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService.MessageBody
- 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
- registerCommand(RemoteCommand) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Register a new
RemoteCommandinstance, it will be mapped to its id. - registerCommand(RemoteCommand) - Method in interface org.exoplatform.services.rpc.RPCService
-
Register a new
RemoteCommandinstance, it will be mapped to its id. - registerTopologyChangeListener(TopologyChangeListener) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Register a new
TopologyChangeListener - registerTopologyChangeListener(TopologyChangeListener) - Method in interface org.exoplatform.services.rpc.RPCService
-
Register a new
TopologyChangeListener - releaseSavepoint(Savepoint) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- RemoteCommand - Interface in org.exoplatform.services.rpc
-
This class represents the command that can be executed on a remote server.
- 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
- rollback() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- rollback(Savepoint) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- RPCException - Exception Class in org.exoplatform.services.rpc
-
The root class of all the Exception related to the RPC Service
- RPCException(String) - Constructor for exception class org.exoplatform.services.rpc.RPCException
- RPCException(String, Throwable) - Constructor for exception class org.exoplatform.services.rpc.RPCException
- RPCService - Interface in org.exoplatform.services.rpc
-
This service provides mechanism to communicate with the other cluster nodes.
- RPCServiceImpl - Class in org.exoplatform.services.rpc.jgv3
-
This class is the implementation of the
AbstractRPCServicefor JGroups 3. - RPCServiceImpl(ExoContainerContext, InitParams, ConfigurationManager) - Constructor for class org.exoplatform.services.rpc.jgv3.RPCServiceImpl
- run() - Method in class org.exoplatform.services.listener.ListenerService.RunListener
- run() - Method in class org.exoplatform.services.transaction.ActionNonTxAware
-
Executes the action outside the context of the current tx.
- run(A...) - Method in class org.exoplatform.services.transaction.ActionNonTxAware
-
Executes the action outside the context of the current tx
- 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
Stringparameters. - sendMessage(String, String, String, String) - Method in interface org.exoplatform.services.mail.MailService
-
Sends mail message based on passed
Stringparameters. - sendMessage(MimeMessage) - Method in class org.exoplatform.services.mail.impl.MailServiceImpl
-
Sends mail message based on
MimeMessageinstance - sendMessage(MimeMessage) - Method in interface org.exoplatform.services.mail.MailService
-
Sends mail message based on
MimeMessageinstance - sendMessage(Message) - Method in class org.exoplatform.services.mail.impl.MailServiceImpl
-
Sends mail message based on
Messageinstance - sendMessage(Message) - Method in interface org.exoplatform.services.mail.MailService
-
Sends mail message based on
Messageinstance - sendMessageInFuture(String, String, String, String) - Method in class org.exoplatform.services.mail.impl.MailServiceImpl
-
Asynchronous variant of
MailService.sendMessage(String, String, String, String). - sendMessageInFuture(String, String, String, String) - Method in interface org.exoplatform.services.mail.MailService
-
Asynchronous variant of
MailService.sendMessage(String, String, String, String). - 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). - setAutoCommit(boolean) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- 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
- setCatalog(String) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- setCC(String) - Method in class org.exoplatform.services.mail.Message
- setClientInfo(String, String) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- setClientInfo(Properties) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- 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
- setHoldability(int) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- 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
- setLoginTimeout(int) - Method in class org.exoplatform.services.jdbc.impl.ManagedDataSource
- setLogWriter(PrintWriter) - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
- setLogWriter(PrintWriter) - Method in class org.exoplatform.services.jdbc.impl.ManagedDataSource
- setMaxQueueSize(int) - Method in class org.exoplatform.services.threadpool.impl.Queue
-
Set the maximum queue size.
- 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
- setNetworkTimeout(Executor, int) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- setObject(Message, Object) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Takes an object and uses Java serialization to generate the byte[] buffer which is set in the message.
- setObject(Message, Object) - Method in class org.exoplatform.services.rpc.jgv3.RPCServiceImpl
-
Takes an object and uses Java serialization to generate the byte[] buffer which is set in the message.
- setReadOnly(boolean) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- setReceiver(String) - Method in class org.exoplatform.services.mail.Message
- setReplyTo(String) - Method in class org.exoplatform.services.mail.Message
- setSavepoint() - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- setSavepoint(String) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- setSchema(String) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- 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
- setTransactionIsolation(int) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- setTransactionTimeout(int) - Method in class org.exoplatform.services.transaction.impl.AbstractTransactionService
-
Sets timeout in seconds,
- setTransactionTimeout(int) - Method in interface org.exoplatform.services.transaction.TransactionService
-
Sets timeout in seconds,
- setType(String) - Method in class org.exoplatform.services.compress.CompressData.DataInstance
- setTypeMap(Map<String, Class<?>>) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- 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
- SingleMethodCallCommand - Class in org.exoplatform.services.rpc
-
This command will allow you to call one specific method with the arguments given by the execute method on a component.
- SingleMethodCallCommand(Object, String, Class<?>...) - Constructor for class org.exoplatform.services.rpc.SingleMethodCallCommand
- source - Variable in class org.exoplatform.services.listener.Event
- start() - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
- start() - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
- start() - Method in class org.exoplatform.services.scheduler.impl.QuartzSheduler
- start() - Method in class org.exoplatform.services.transaction.impl.atomikos.TransactionsEssentialsTransactionService
-
Deprecated.
- STARTED - Enum constant in enum class org.exoplatform.services.rpc.impl.AbstractRPCService.State
- stop() - Method in class org.exoplatform.services.listener.ListenerService
- stop() - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
- stop() - Method in class org.exoplatform.services.scheduler.impl.JobSchedulerServiceImpl
- stop() - Method in class org.exoplatform.services.scheduler.impl.QuartzSheduler
- stop() - Method in class org.exoplatform.services.transaction.impl.atomikos.TransactionsEssentialsTransactionService
-
Deprecated.
- STOPPED - Enum constant in enum class org.exoplatform.services.rpc.impl.AbstractRPCService.State
- suspect(Address) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
- 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
- ThreadFactoryIF - Interface in org.exoplatform.services.threadpool.impl
-
This interface in implemented by objects that create Thread objects.
- tm - Variable in class org.exoplatform.services.jdbc.impl.DataSourceProviderImpl
-
The transaction manager
- TopologyChangeEvent - Class in org.exoplatform.services.rpc
-
The event triggered anytime the cluster has changed of topology
- TopologyChangeEvent(boolean, boolean) - Constructor for class org.exoplatform.services.rpc.TopologyChangeEvent
-
Default constructor
- TopologyChangeListener - Interface in org.exoplatform.services.rpc
-
This interface is used to allow some components to be notified anytime the topology of the cluster changes, in other words any time a member of the cluster leave or join the cluster.
- TransactionService - Interface in org.exoplatform.services.transaction
-
Created by The eXo Platform SAS.
The transaction service - TransactionsEssentialsTransactionService - Class in org.exoplatform.services.transaction.impl.atomikos
-
Deprecated.
- TransactionsEssentialsTransactionService() - Constructor for class org.exoplatform.services.transaction.impl.atomikos.TransactionsEssentialsTransactionService
-
Deprecated.
- typeZip_ - Variable in class org.exoplatform.services.compress.CompressData.DataInstance
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
- unblock() - Method in class org.exoplatform.services.rpc.jgv3.RPCServiceImpl
- unregisterCommand(RemoteCommand) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Unregister a
RemoteCommandinstance, if the id is known or the instance itself is known otherwise it will be ignored - unregisterCommand(RemoteCommand) - Method in interface org.exoplatform.services.rpc.RPCService
-
Unregister a
RemoteCommandinstance, if the id is known or the instance itself is known otherwise it will be ignored - unregisterTopologyChangeListener(TopologyChangeListener) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
-
Unregister a
TopologyChangeListenerif it exists - unregisterTopologyChangeListener(TopologyChangeListener) - Method in interface org.exoplatform.services.rpc.RPCService
-
Unregister a
TopologyChangeListenerif it exists - unwrap(Class<T>) - Method in class org.exoplatform.services.jdbc.impl.CloseableDataSource
- unwrap(Class<T>) - Method in class org.exoplatform.services.jdbc.impl.ManagedConnection
- unwrap(Class<T>) - Method in class org.exoplatform.services.jdbc.impl.ManagedDataSource
V
- valueOf(String) - Static method in enum class org.exoplatform.services.rpc.impl.AbstractRPCService.State
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.exoplatform.services.rpc.impl.AbstractRPCService.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- viewAccepted(View) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService
W
- writeExternal(ObjectOutput) - Method in class org.exoplatform.services.rpc.impl.AbstractRPCService.MessageBody
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
JBossTransactionServiceused in all cases instead