- CacheServerNotificationHandler - Class in org.eclipse.scout.rt.server.cache
-
- CacheServerNotificationHandler() - Constructor for class org.eclipse.scout.rt.server.cache.CacheServerNotificationHandler
-
- calculateIndexFor(RunMonitorCancelRegistry.RegistryEntry) - Method in class org.eclipse.scout.rt.server.context.RunMonitorCancelRegistry.P_RunMonitorIndex
-
- calculateIndexFor(RunMonitorCancelRegistry.RegistryEntry) - Method in class org.eclipse.scout.rt.server.context.RunMonitorCancelRegistry.P_SessionIdIndex
-
- calculateIndexFor(RunMonitorCancelRegistry.RegistryEntry) - Method in class org.eclipse.scout.rt.server.context.RunMonitorCancelRegistry.P_SessionIdRequestIdIndex
-
- call(String, Object[]) - Method in interface org.eclipse.scout.rt.server.admin.diagnostic.IDiagnostic
-
- CallInfo - Class in org.eclipse.scout.rt.server.admin.inspector.info
-
- CallInfo() - Constructor for class org.eclipse.scout.rt.server.admin.inspector.info.CallInfo
-
- CallInspector - Class in org.eclipse.scout.rt.server.admin.inspector
-
- CallInspector(SessionInspector, ServiceTunnelRequest) - Constructor for class org.eclipse.scout.rt.server.admin.inspector.CallInspector
-
- CallsView - Class in org.eclipse.scout.rt.server.admin.html.view
-
- CallsView(AdminSession) - Constructor for class org.eclipse.scout.rt.server.admin.html.view.CallsView
-
- cancel() - Method in class org.eclipse.scout.rt.server.cache.AbstractTransactionalMap.AbstractMapTransactionMember
-
- cancel() - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationTransactionMember
-
- cancel(long) - Method in class org.eclipse.scout.rt.server.context.RunMonitorCancelService
-
- cancelAll() - Method in class org.eclipse.scout.rt.server.context.RunMonitorCancelRegistry
-
Cancels all registered monitors.
- cancelAllBySessionId(String) - Method in class org.eclipse.scout.rt.server.context.RunMonitorCancelRegistry
-
Cancels all registered monitors associated with the given 'sessionId' except the one that is currently running and
invoking this method (to ensure that the calling RunMonitor
is not cancelled).
- cancelAllBySessionIdAndRequestId(String, long) - Method in class org.eclipse.scout.rt.server.context.RunMonitorCancelRegistry
-
Cancels all registered monitors associated with the given 'sessionId' and 'requestId'.
- cancelRunMonitors(List<RunMonitor>) - Method in class org.eclipse.scout.rt.server.context.RunMonitorCancelRegistry
-
Cancels the given monitors.
- changePassword(String, char[], char[]) - Method in class org.eclipse.scout.rt.server.services.common.pwd.AbstractPasswordManagementService
-
- changeProperty(PropertyDescriptor, String) - Method in class org.eclipse.scout.rt.server.admin.inspector.ServiceInspector
-
- changesCommited(Map<K, V>, Collection<K>, Collection<K>) - Method in class org.eclipse.scout.rt.server.cache.AbstractTransactionalMap.AbstractMapTransactionMember
-
Called after committing any changes into the shared map.
- check(String, char[], String, int) - Method in class org.eclipse.scout.rt.server.services.common.pwd.DefaultPasswordPolicy
-
- check(String, char[], String, int) - Method in interface org.eclipse.scout.rt.server.services.common.pwd.IPasswordPolicy
-
- checkAccess(String, char[]) - Method in class org.eclipse.scout.rt.server.services.common.pwd.AbstractPasswordManagementService
-
- checkRemoteServiceAccessByAnnotations(Class<?>, Class<?>, Method, Object[]) - Method in class org.eclipse.scout.rt.server.ServiceOperationInvoker
-
Check pass 2 on instance
- checkRemoteServiceAccessByInterface(Class<?>, Method, Object[]) - Method in class org.eclipse.scout.rt.server.ServiceOperationInvoker
-
Check pass 1 on type
- checkRemoteServiceAccessByPermission(Class<?>, Class<?>, Method, Object[]) - Method in class org.eclipse.scout.rt.server.ServiceOperationInvoker
-
- checkServiceAvailable(Class<?>, Object) - Method in class org.eclipse.scout.rt.server.ServiceOperationInvoker
-
Check, if an instance is available
- clear() - Method in class org.eclipse.scout.rt.server.cache.AbstractTransactionalMap.AbstractMapTransactionMember
-
- clear() - Method in class org.eclipse.scout.rt.server.cache.AbstractTransactionalMap
-
- clearCallInspectors() - Method in class org.eclipse.scout.rt.server.admin.inspector.SessionInspector
-
- clearSessionInspectors(String) - Method in class org.eclipse.scout.rt.server.admin.inspector.ProcessInspector
-
- clearSessionInspectors() - Method in class org.eclipse.scout.rt.server.admin.inspector.ProcessInspector
-
- ClientNotificationClusterHandler - Class in org.eclipse.scout.rt.server.clientnotification
-
- ClientNotificationClusterHandler() - Constructor for class org.eclipse.scout.rt.server.clientnotification.ClientNotificationClusterHandler
-
- ClientNotificationClusterNotification - Class in org.eclipse.scout.rt.server.clientnotification
-
- ClientNotificationClusterNotification(Collection<? extends ClientNotificationMessage>) - Constructor for class org.eclipse.scout.rt.server.clientnotification.ClientNotificationClusterNotification
-
- ClientNotificationCoalescer - Class in org.eclipse.scout.rt.server.clientnotification
-
- ClientNotificationCoalescer() - Constructor for class org.eclipse.scout.rt.server.clientnotification.ClientNotificationCoalescer
-
- ClientNotificationCollector - Class in org.eclipse.scout.rt.server.clientnotification
-
Collector for client notifications issued during processing of a service request, and which are to be included in the
request's response upon successful commit (piggyback).
- ClientNotificationCollector() - Constructor for class org.eclipse.scout.rt.server.clientnotification.ClientNotificationCollector
-
- ClientNotificationNodeQueue - Class in org.eclipse.scout.rt.server.clientnotification
-
A queue for a client node, that keeps track of notifications for that node.
- ClientNotificationNodeQueue() - Constructor for class org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueue
-
- ClientNotificationNodeQueue(int) - Constructor for class org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueue
-
- ClientNotificationProperties - Class in org.eclipse.scout.rt.server.clientnotification
-
Configuration properties for client notifications
- ClientNotificationProperties.MaxNotificationBlockingTimeOut - Class in org.eclipse.scout.rt.server.clientnotification
-
- ClientNotificationProperties.MaxNotificationMessages - Class in org.eclipse.scout.rt.server.clientnotification
-
- ClientNotificationProperties.NodeQueueCapacity - Class in org.eclipse.scout.rt.server.clientnotification
-
- ClientNotificationProperties.NotificationQueueExpireTime - Class in org.eclipse.scout.rt.server.clientnotification
-
- ClientNotificationRegistry - Class in org.eclipse.scout.rt.server.clientnotification
-
- ClientNotificationRegistry() - Constructor for class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- ClientNotificationRegistry(int) - Constructor for class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- ClientNotificationServerCacheWrapper<K,V> - Class in org.eclipse.scout.rt.server.cache
-
Cache wrapper used to notify clients about invalidate operations.
- ClientNotificationServerCacheWrapper(ICache<K, V>) - Constructor for class org.eclipse.scout.rt.server.cache.ClientNotificationServerCacheWrapper
-
- ClientNotificationService - Class in org.eclipse.scout.rt.server.clientnotification
-
- ClientNotificationService() - Constructor for class org.eclipse.scout.rt.server.clientnotification.ClientNotificationService
-
- ClientNotificationTransactionMember - Class in org.eclipse.scout.rt.server.clientnotification
-
This transaction member is used to collect all transactional notifications issued during a transaction.
- ClientNotificationTransactionMember(ClientNotificationRegistry) - Constructor for class org.eclipse.scout.rt.server.clientnotification.ClientNotificationTransactionMember
-
- close(ServiceTunnelResponse) - Method in class org.eclipse.scout.rt.server.admin.inspector.CallInspector
-
- closeConnection() - Method in class org.eclipse.scout.rt.server.services.common.imap.AbstractIMAPService
-
Deprecated.
- closeConnection() - Method in interface org.eclipse.scout.rt.server.services.common.imap.IImapAdapter
-
Deprecated.
- closeConnection() - Method in class org.eclipse.scout.rt.server.services.common.imap.ImapAdapter
-
Deprecated.
- closeConnection() - Method in class org.eclipse.scout.rt.server.services.common.pop3.POP3Adapter
-
- CLUSTER_NOTIFICATION_TOPIC - Static variable in interface org.eclipse.scout.rt.server.mom.IClusterMomDestinations
-
Topic to transfer cluster notifications, or null
if not configured in 'config.properties'.
- CLUSTER_SYNC_USER_NAME - Static variable in class org.eclipse.scout.rt.server.ServerConfigProperties.ClusterSyncUserProperty
-
- ClusterMomDestinationDefaults() - Constructor for class org.eclipse.scout.rt.server.mom.IClusterMomDestinations.ClusterMomDestinationDefaults
-
- ClusterNodeStatusInfo - Class in org.eclipse.scout.rt.server.services.common.clustersync
-
Cluster sync status info for the current server node
- ClusterNodeStatusInfo() - Constructor for class org.eclipse.scout.rt.server.services.common.clustersync.ClusterNodeStatusInfo
-
- ClusterNotificationCacheWrapper<K,V> - Class in org.eclipse.scout.rt.server.cache
-
Cache wrapper used to distribute invalidate operations within a server cluster.
- ClusterNotificationCacheWrapper(ICache<K, V>) - Constructor for class org.eclipse.scout.rt.server.cache.ClusterNotificationCacheWrapper
-
- ClusterNotificationMessage - Class in org.eclipse.scout.rt.server.services.common.clustersync.internal
-
- ClusterNotificationMessage(Serializable, IClusterNotificationProperties) - Constructor for class org.eclipse.scout.rt.server.services.common.clustersync.internal.ClusterNotificationMessage
-
- ClusterNotificationMessageCoalescer - Class in org.eclipse.scout.rt.server.services.common.clustersync
-
- ClusterNotificationMessageCoalescer() - Constructor for class org.eclipse.scout.rt.server.services.common.clustersync.ClusterNotificationMessageCoalescer
-
- ClusterNotificationProperties - Class in org.eclipse.scout.rt.server.services.common.clustersync.internal
-
- ClusterNotificationProperties(String, String) - Constructor for class org.eclipse.scout.rt.server.services.common.clustersync.internal.ClusterNotificationProperties
-
- ClusterSynchronizationService - Class in org.eclipse.scout.rt.server.services.common.clustersync
-
- ClusterSynchronizationService() - Constructor for class org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationService
-
- ClusterSynchronizationService.PlatformListener - Class in org.eclipse.scout.rt.server.services.common.clustersync
-
IPlatformListener
to shutdown this cluster synchronization service upon platform shutdown.
- ClusterSyncTopic() - Constructor for class org.eclipse.scout.rt.server.mom.IClusterMomDestinations.ClusterSyncTopic
-
- ClusterSyncUserProperty() - Constructor for class org.eclipse.scout.rt.server.ServerConfigProperties.ClusterSyncUserProperty
-
- coalesce(List<InvalidateCacheNotification>) - Method in class org.eclipse.scout.rt.server.cache.InvalidateCacheNotificationCoalescer
-
- coalesce(List<ClientNotificationMessage>) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationCoalescer
-
- coalesce(boolean, IClientNotificationAddress, List<ClientNotificationMessage>) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationCoalescer
-
- coalesce(List<T>) - Method in class org.eclipse.scout.rt.server.notification.AbstractReduceToLastCoalescer
-
- coalesce(List<T>) - Method in interface org.eclipse.scout.rt.server.notification.ICoalescer
-
- coalesce(List<T>) - Method in class org.eclipse.scout.rt.server.notification.NotificationCoalescer
-
- coalesce(List<BookmarkChangedClientNotification>) - Method in class org.eclipse.scout.rt.server.services.common.bookmark.BookmarkNotificationCoalescer
-
- coalesce(List<IClusterNotificationMessage>) - Method in class org.eclipse.scout.rt.server.services.common.clustersync.ClusterNotificationMessageCoalescer
-
- coalesce(IClusterNotificationProperties, List<Serializable>) - Method in class org.eclipse.scout.rt.server.services.common.clustersync.ClusterNotificationMessageCoalescer
-
- coalesce(List<SharedContextChangedNotification>) - Method in class org.eclipse.scout.rt.server.services.common.context.SharedContextNotificationCoalescer
-
Reduce to last notification
- coalesceFilters(List<ICacheEntryFilter<?, ?>>, ICacheEntryFilter) - Method in class org.eclipse.scout.rt.server.cache.InvalidateCacheNotificationCoalescer
-
- commitPhase1() - Method in class org.eclipse.scout.rt.server.cache.AbstractTransactionalMap.AbstractMapTransactionMember
-
- commitPhase2() - Method in class org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMap.ConcurrentMapTransactionMember
-
- commitPhase2() - Method in class org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMap.CopyOnWriteMapTransactionMember
-
- commitPhase2() - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationTransactionMember
-
- computeDataIfAbsent(String, Callable<?>) - Method in class org.eclipse.scout.rt.server.AbstractServerSession
-
- ConcurrentMapTransactionMember(String, ConcurrentMap<K, V>, boolean, boolean) - Constructor for class org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMap.ConcurrentMapTransactionMember
-
- ConcurrentMapTransactionMember(String, ConcurrentMap<K, V>, Map<K, V>, boolean) - Constructor for class org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMap.ConcurrentMapTransactionMember
-
- ConcurrentMapTransactionMember(String, ConcurrentMap<K, V>, Map<K, V>, Map<K, V>, Map<K, V>, boolean) - Constructor for class org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMap.ConcurrentMapTransactionMember
-
- ConcurrentTransactionalMap<K,V> - Class in org.eclipse.scout.rt.server.cache
-
- ConcurrentTransactionalMap(String) - Constructor for class org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMap
-
- ConcurrentTransactionalMap(String, boolean) - Constructor for class org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMap
-
- ConcurrentTransactionalMap(String, boolean, Map<K, V>) - Constructor for class org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMap
-
- ConcurrentTransactionalMap.ConcurrentMapTransactionMember<K,V> - Class in org.eclipse.scout.rt.server.cache
-
- connect() - Method in interface org.eclipse.scout.rt.server.services.common.imap.IImapAdapter
-
Deprecated.
- connect() - Method in class org.eclipse.scout.rt.server.services.common.imap.ImapAdapter
-
Deprecated.
- connect() - Method in class org.eclipse.scout.rt.server.services.common.pop3.POP3Adapter
-
- consume() - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationCollector
-
Consumes the values and deactivates the collector
- consume(int, long, TimeUnit) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueue
-
- containsKey(Object) - Method in class org.eclipse.scout.rt.server.cache.AbstractTransactionalMap.AbstractMapTransactionMember
-
- containsKey(Object) - Method in class org.eclipse.scout.rt.server.cache.AbstractTransactionalMap
-
- containsValue(Object) - Method in class org.eclipse.scout.rt.server.cache.AbstractTransactionalMap
-
- copy() - Method in class org.eclipse.scout.rt.server.context.ServerRunContext
-
- copyCurrent() - Static method in class org.eclipse.scout.rt.server.context.ServerRunContexts
-
Creates a "snapshot" of the current calling context for values managed by
ServerRunContext
class.
- copyCurrent(boolean) - Static method in class org.eclipse.scout.rt.server.context.ServerRunContexts
-
- copyCurrent() - Method in class org.eclipse.scout.rt.server.context.ServerRunContexts.ServerRunContextFactory
-
- copyMessages(String, Message[]) - Method in interface org.eclipse.scout.rt.server.services.common.imap.IImapAdapter
-
Deprecated.
- copyMessages(String, Message[]) - Method in class org.eclipse.scout.rt.server.services.common.imap.ImapAdapter
-
Deprecated.
- copyMessages(String, Message[], boolean) - Method in class org.eclipse.scout.rt.server.services.common.imap.ImapAdapter
-
Deprecated.
- CopyOnWriteMapTransactionMember(String, boolean) - Constructor for class org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMap.CopyOnWriteMapTransactionMember
-
- CopyOnWriteMapTransactionMember(String, Map<K, V>, Map<K, V>, boolean) - Constructor for class org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMap.CopyOnWriteMapTransactionMember
-
- CopyOnWriteTransactionalMap<K,V> - Class in org.eclipse.scout.rt.server.cache
-
Uses a copy-on-write technique in order to ensure a thread-safe behavior.
- CopyOnWriteTransactionalMap(String) - Constructor for class org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMap
-
- CopyOnWriteTransactionalMap(String, boolean) - Constructor for class org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMap
-
- CopyOnWriteTransactionalMap(String, boolean, Map<K, V>) - Constructor for class org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMap
-
- CopyOnWriteTransactionalMap.CopyOnWriteMapTransactionMember - Class in org.eclipse.scout.rt.server.cache
-
- copyValues(RunContext) - Method in class org.eclipse.scout.rt.server.context.ServerRunContext
-
- create() - Method in interface org.eclipse.scout.rt.server.session.IServerSessionLifecycleHandler
-
- create() - Method in class org.eclipse.scout.rt.server.session.ServerSessionLifecycleHandler
-
- createCacheMap() - Method in class org.eclipse.scout.rt.server.cache.ServerCacheBuilder
-
- createConcurrentMap() - Method in class org.eclipse.scout.rt.server.cache.ServerCacheBuilder
-
- createContentHandler() - Method in class org.eclipse.scout.rt.server.ServiceTunnelServlet
-
Create the (reusable) content handler (soap, xml, binary) for marshalling scout remote service calls
- createFolder(String) - Method in interface org.eclipse.scout.rt.server.services.common.imap.IImapAdapter
-
Deprecated.
- createFolder(String) - Method in class org.eclipse.scout.rt.server.services.common.imap.ImapAdapter
-
Deprecated.
- createLocalExtension() - Method in class org.eclipse.scout.rt.server.AbstractServerSession
-
- createLookupRowArray(Object[][], ILookupCall<KEY_TYPE>, Class<?>) - Static method in class org.eclipse.scout.rt.server.services.lookup.AbstractLookupService
-
- createLookupRowArray(Object[][], int, ILookupCall<KEY_TYPE>, Class<?>) - Static method in class org.eclipse.scout.rt.server.services.lookup.AbstractLookupService
-
Convenience function to transform Object[][] data into LookupRow[]
- createMapTransactionMember() - Method in class org.eclipse.scout.rt.server.cache.AbstractTransactionalMap
-
- createMapTransactionMember() - Method in class org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMap
-
- createMapTransactionMember() - Method in class org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMap
-
- createServletRunContext(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.scout.rt.server.ServiceTunnelServlet
-
- createSessionCache(long) - Method in class org.eclipse.scout.rt.server.session.ServerSessionProviderWithCache
-
- CsvSettings - Class in org.eclipse.scout.rt.server.csv
-
- CsvSettings() - Constructor for class org.eclipse.scout.rt.server.csv.CsvSettings
-
- CURRENT - Static variable in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationCollector
-
- CURRENT - Static variable in interface org.eclipse.scout.rt.server.clientnotification.IClientNodeId
-
The client node id which is currently associated with the current thread.
- currentSession() - Static method in class org.eclipse.scout.rt.server.session.ServerSessionProvider
-
- currentSession(Class<SESSION>) - Static method in class org.eclipse.scout.rt.server.session.ServerSessionProvider
-
Returns the
IServerSession
associated with the current thread, or
null
if not available, or if
not of the expected type.
- p(String) - Method in class org.eclipse.scout.rt.server.admin.html.widget.table.HtmlComponent
-
- p() - Method in class org.eclipse.scout.rt.server.admin.html.widget.table.HtmlComponent
-
- P_RunMonitorIndex() - Constructor for class org.eclipse.scout.rt.server.context.RunMonitorCancelRegistry.P_RunMonitorIndex
-
- P_SessionIdIndex() - Constructor for class org.eclipse.scout.rt.server.context.RunMonitorCancelRegistry.P_SessionIdIndex
-
- P_SessionIdRequestIdIndex() - Constructor for class org.eclipse.scout.rt.server.context.RunMonitorCancelRegistry.P_SessionIdRequestIdIndex
-
- parseFolderParam(String) - Method in class org.eclipse.scout.rt.server.RemoteFileServlet
-
- parseWarPath(String) - Method in class org.eclipse.scout.rt.server.ResourceServlet
-
- pBold(String) - Method in class org.eclipse.scout.rt.server.admin.html.widget.table.HtmlComponent
-
- PermissionService - Class in org.eclipse.scout.rt.server.services.common.security
-
Default permission service: Uses jandex class inventory to find classes.
- PermissionService() - Constructor for class org.eclipse.scout.rt.server.services.common.security.PermissionService
-
- ping(String) - Method in class org.eclipse.scout.rt.server.services.common.ping.PingService
-
- PingService - Class in org.eclipse.scout.rt.server.services.common.ping
-
- PingService() - Constructor for class org.eclipse.scout.rt.server.services.common.ping.PingService
-
- pItalic(String) - Method in class org.eclipse.scout.rt.server.admin.html.widget.table.HtmlComponent
-
- PlatformListener() - Constructor for class org.eclipse.scout.rt.server.context.RunMonitorCancelRegistry.PlatformListener
-
- PlatformListener() - Constructor for class org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationService.PlatformListener
-
- POP3Adapter - Class in org.eclipse.scout.rt.server.services.common.pop3
-
Not all operations of this class are thread-safe (e.g.
- POP3Adapter() - Constructor for class org.eclipse.scout.rt.server.services.common.pop3.POP3Adapter
-
- POP3Adapter(String, int, String, String) - Constructor for class org.eclipse.scout.rt.server.services.common.pop3.POP3Adapter
-
- print(String) - Method in class org.eclipse.scout.rt.server.admin.html.widget.table.HtmlComponent
-
- printNoBreak(String) - Method in class org.eclipse.scout.rt.server.admin.html.widget.table.HtmlComponent
-
- ProcessInspector - Class in org.eclipse.scout.rt.server.admin.inspector
-
process monitor of servlet context
- ProcessInspector() - Constructor for class org.eclipse.scout.rt.server.admin.inspector.ProcessInspector
-
- produce(Subject) - Method in class org.eclipse.scout.rt.server.context.ServerRunContextProducer
-
- produceBody(HtmlComponent) - Method in interface org.eclipse.scout.rt.server.admin.html.IView
-
- produceBody(HtmlComponent) - Method in class org.eclipse.scout.rt.server.admin.html.view.CallsView
-
- produceBody(HtmlComponent) - Method in class org.eclipse.scout.rt.server.admin.html.view.DefaultView
-
- produceBody(HtmlComponent) - Method in class org.eclipse.scout.rt.server.admin.html.view.GeneralView
-
- produceBody(HtmlComponent) - Method in class org.eclipse.scout.rt.server.admin.html.view.MessagesView
-
- produceBody(HtmlComponent) - Method in class org.eclipse.scout.rt.server.admin.html.view.ServicesView
-
- produceBody(HtmlComponent) - Method in class org.eclipse.scout.rt.server.admin.html.view.SessionsView
-
- produceBody(HtmlComponent) - Method in class org.eclipse.scout.rt.server.admin.html.view.TopView
-
- produceTitle(HtmlComponent) - Method in interface org.eclipse.scout.rt.server.admin.html.IView
-
- produceTitle(HtmlComponent) - Method in class org.eclipse.scout.rt.server.admin.html.view.CallsView
-
- produceTitle(HtmlComponent) - Method in class org.eclipse.scout.rt.server.admin.html.view.DefaultView
-
- produceTitle(HtmlComponent) - Method in class org.eclipse.scout.rt.server.admin.html.view.GeneralView
-
- produceTitle(HtmlComponent) - Method in class org.eclipse.scout.rt.server.admin.html.view.MessagesView
-
- produceTitle(HtmlComponent) - Method in class org.eclipse.scout.rt.server.admin.html.view.ServicesView
-
- produceTitle(HtmlComponent) - Method in class org.eclipse.scout.rt.server.admin.html.view.SessionsView
-
- provide(ServerRunContext) - Method in class org.eclipse.scout.rt.server.session.ServerSessionProvider
-
- provide(String, ServerRunContext) - Method in class org.eclipse.scout.rt.server.session.ServerSessionProvider
-
- provide(ServerRunContext) - Method in class org.eclipse.scout.rt.server.session.ServerSessionProviderWithCache
-
Returns the cached server session for the context's
Subject
.
- provide(String, ServerRunContext) - Method in class org.eclipse.scout.rt.server.session.ServerSessionProviderWithCache
-
Returns the cached server session for the given
sessionId, or the context's
Subject
if
sessionId is not specified.
- publish(ClientNotificationAddress, Serializable) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- publish(ClientNotificationAddress, Serializable, boolean) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- publish(Collection<? extends ClientNotificationMessage>) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- publish(Collection<? extends ClientNotificationMessage>, String) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- publish(Serializable) - Method in class org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationService
-
- publish(Serializable) - Method in interface org.eclipse.scout.rt.server.services.common.clustersync.IClusterSynchronizationService
-
Publish a message with the given notification for the other server nodes.
- publishBookmarkData(BookmarkFolder, Map<String, Object>) - Method in class org.eclipse.scout.rt.server.services.common.bookmark.AbstractBookmarkStorageService
-
- publishBookmarkData(BookmarkFolder, Map<String, Object>) - Method in class org.eclipse.scout.rt.server.services.common.bookmark.FileSystemBookmarkStorageService
-
supports the targetGroup properties
userId Object
userIdList Collection of Object
- publishBookmarkDataToUser(BookmarkFolder, Object) - Method in class org.eclipse.scout.rt.server.services.common.bookmark.AbstractBookmarkStorageService
-
add bookmarks to the publish folder of a user
- publishTransactional(Serializable) - Method in class org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationService
-
- publishTransactional(Serializable) - Method in interface org.eclipse.scout.rt.server.services.common.clustersync.IClusterSynchronizationService
-
Publish a message with the given notification for the other server nodes, if the transaction is committed.
- publishWithoutClusterNotification(Collection<? extends ClientNotificationMessage>) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
Publish without triggering cluster notification
- publishWithoutClusterNotification(Collection<? extends ClientNotificationMessage>, String) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
Publish without triggering cluster notification
- put(K, V) - Method in class org.eclipse.scout.rt.server.cache.AbstractTransactionalMap.AbstractMapTransactionMember
-
- put(K, V) - Method in class org.eclipse.scout.rt.server.cache.AbstractTransactionalMap
-
- put(ClientNotificationMessage) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueue
-
- put(Collection<? extends ClientNotificationMessage>) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueue
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.eclipse.scout.rt.server.cache.AbstractTransactionalMap
-
- putForAllNodes(Serializable) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- putForAllNodes(Serializable, boolean) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
This notification will be distributed to client nodes.
- putForAllSessions(Serializable) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- putForAllSessions(Serializable, boolean) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
This notification will be distributed to all sessions.
- putForSession(String, Serializable) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- putForSession(String, Serializable, boolean) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
The notification will be distributed to the session addressed with the unique sessionId.
- putForUser(String, Serializable) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- putForUser(String, Serializable, boolean) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
The notification will be distributed to all sessions of the given userId.
- putForUsers(Set<String>, Serializable) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- putForUsers(Set<String>, Serializable, boolean) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
The notification will be distributed to all sessions of the given userIds.
- putIfAbsent(K, V) - Method in class org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMap.ConcurrentMapTransactionMember
-
- putIfAbsent(K, V) - Method in class org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMap
-
- putRemoteFile(RemoteFile) - Method in class org.eclipse.scout.rt.server.services.common.file.RemoteFileService
-
- putTransactional(ClientNotificationAddress, Serializable) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- putTransactional(ClientNotificationAddress, Serializable, boolean) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- putTransactional(ClientNotificationMessage) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- putTransactionalForAllNodes(Serializable) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- putTransactionalForAllNodes(Serializable, boolean) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
To put a notifications with transactional behavior.
- putTransactionalForAllSessions(Serializable) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- putTransactionalForAllSessions(Serializable, boolean) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
To put a notifications with transactional behavior.
- putTransactionalForSession(String, Serializable) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- putTransactionalForSession(String, Serializable, boolean) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
To put a notifications with transactional behavior.
- putTransactionalForUser(String, Serializable) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- putTransactionalForUser(String, Serializable, boolean) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
To put a notifications with transactional behavior.
- putTransactionalForUsers(Set<String>, Serializable) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
- putTransactionalForUsers(Set<String>, Serializable, boolean) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
To put a notifications with transactional behavior.
- radioBoxOption(String, String, AbstractHtmlAction, boolean) - Method in class org.eclipse.scout.rt.server.admin.html.widget.table.HtmlComponent
-
- raw(String) - Method in class org.eclipse.scout.rt.server.admin.html.widget.table.HtmlComponent
-
- readBookmarks(Object) - Method in class org.eclipse.scout.rt.server.services.common.bookmark.AbstractBookmarkStorageService
-
- readGlobalFolder() - Method in class org.eclipse.scout.rt.server.services.common.bookmark.AbstractBookmarkStorageService
-
read resource containing global folder
- readGlobalFolder() - Method in class org.eclipse.scout.rt.server.services.common.bookmark.AbstractSqlBookmarkStorageService
-
- readGlobalFolder() - Method in class org.eclipse.scout.rt.server.services.common.bookmark.FileSystemBookmarkStorageService
-
- readUserFolder(Object) - Method in class org.eclipse.scout.rt.server.services.common.bookmark.AbstractBookmarkStorageService
-
read resource containing user folder
- readUserFolder(Object) - Method in class org.eclipse.scout.rt.server.services.common.bookmark.AbstractSqlBookmarkStorageService
-
- readUserFolder(Object) - Method in class org.eclipse.scout.rt.server.services.common.bookmark.FileSystemBookmarkStorageService
-
- ReflectServiceInventory - Class in org.eclipse.scout.rt.server.admin.inspector
-
Convenience for use with IInventoryProvider
- ReflectServiceInventory(Object) - Constructor for class org.eclipse.scout.rt.server.admin.inspector.ReflectServiceInventory
-
- register(RunMonitor) - Method in class org.eclipse.scout.rt.server.context.RunMonitorCancelRegistry
-
Adds a RunMonitor
to this registry, which will be cancelled upon shutdown of the platform.
- register(RunMonitor, String, Long) - Method in class org.eclipse.scout.rt.server.context.RunMonitorCancelRegistry
-
Adds a RunMonitor
to this registry, which will be cancelled upon cancellation of the service request (if
specified), or shutdown of the session (if specified) or platform.
- registerForCancellation(ServerRunContext, ServiceTunnelRequest) - Method in class org.eclipse.scout.rt.server.ServiceTunnelServlet
-
- registerSession(String, String) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueue
-
- registerSession(String, String, String) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry
-
Register a session with corresponding user for a given node
- registerSession(String, String, String) - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationService
-
- RegistryEntry(RunMonitor, String, Long) - Constructor for class org.eclipse.scout.rt.server.context.RunMonitorCancelRegistry.RegistryEntry
-
- release() - Method in class org.eclipse.scout.rt.server.cache.AbstractTransactionalMap.AbstractMapTransactionMember
-
- RemoteCacheService - Class in org.eclipse.scout.rt.server.cache
-
- RemoteCacheService() - Constructor for class org.eclipse.scout.rt.server.cache.RemoteCacheService
-
- RemoteFileService - Class in org.eclipse.scout.rt.server.services.common.file
-
- RemoteFileService() - Constructor for class org.eclipse.scout.rt.server.services.common.file.RemoteFileService
-
- RemoteFileService(String) - Constructor for class org.eclipse.scout.rt.server.services.common.file.RemoteFileService
-
- RemoteFileServlet - Class in org.eclipse.scout.rt.server
-
Servlet facade to provide remote files in web context
- RemoteFileServlet() - Constructor for class org.eclipse.scout.rt.server.RemoteFileServlet
-
- RemoteFilesRootDirProperty() - Constructor for class org.eclipse.scout.rt.server.ServerConfigProperties.RemoteFilesRootDirProperty
-
- remove(Object) - Method in class org.eclipse.scout.rt.server.cache.AbstractTransactionalMap.AbstractMapTransactionMember
-
- remove(Object) - Method in class org.eclipse.scout.rt.server.cache.AbstractTransactionalMap
-
- remove(Object, Object) - Method in class org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMap.ConcurrentMapTransactionMember
-
- remove(Object, Object) - Method in class org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMap
-
- removeDiagnosticStatusProvider(IDiagnostic) - Static method in class org.eclipse.scout.rt.server.admin.diagnostic.DiagnosticFactory
-
- removeFolder(String) - Method in interface org.eclipse.scout.rt.server.services.common.imap.IImapAdapter
-
Deprecated.
- removeFolder(String) - Method in class org.eclipse.scout.rt.server.services.common.imap.ImapAdapter
-
Deprecated.
- removeHttpSession(String, String) - Method in class org.eclipse.scout.rt.server.session.ServerSessionCache
-
Remove httpsession and destroy the scout session, if no more HttpSession
s for this scout session are
available.
- removeHttpSession(String) - Method in class org.eclipse.scout.rt.server.session.ServerSessionEntry
-
- removeOperation(Method) - Method in class org.eclipse.scout.rt.server.admin.inspector.ReflectServiceInventory
-
- removeProperty(PropertyDescriptor) - Method in class org.eclipse.scout.rt.server.admin.inspector.ReflectServiceInventory
-
- renderCreatedCell(HtmlComponent, SessionInspector) - Method in class org.eclipse.scout.rt.server.admin.html.view.SessionsView
-
- renderIndexCell(HtmlComponent, int) - Method in class org.eclipse.scout.rt.server.admin.html.view.SessionsView
-
- renderJaasCell(HtmlComponent, SessionInspector) - Method in class org.eclipse.scout.rt.server.admin.html.view.SessionsView
-
- renderLastAccessedCell(HtmlComponent, SessionInspector) - Method in class org.eclipse.scout.rt.server.admin.html.view.SessionsView
-
- renderSessionDetailsCell(HtmlComponent, SessionInspector) - Method in class org.eclipse.scout.rt.server.admin.html.view.SessionsView
-
- renderSessionIdCell(HtmlComponent, SessionInspector) - Method in class org.eclipse.scout.rt.server.admin.html.view.SessionsView
-
- renderSessionRow(HtmlComponent, int, SessionInspector) - Method in class org.eclipse.scout.rt.server.admin.html.view.SessionsView
-
- renderSessionTable(HtmlComponent) - Method in class org.eclipse.scout.rt.server.admin.html.view.SessionsView
-
- renderSessionTableHeader(HtmlTable) - Method in class org.eclipse.scout.rt.server.admin.html.view.SessionsView
-
- renderUserAgentCell(HtmlComponent, SessionInspector) - Method in class org.eclipse.scout.rt.server.admin.html.view.SessionsView
-
- renderUserIdCell(HtmlComponent, SessionInspector) - Method in class org.eclipse.scout.rt.server.admin.html.view.SessionsView
-
- renderValueRow(HtmlComponent, String, Object) - Method in class org.eclipse.scout.rt.server.admin.html.view.CallsView
-
- renderValueTable(HtmlComponent, Object) - Method in class org.eclipse.scout.rt.server.admin.html.view.CallsView
-
- replace(K, V, V) - Method in class org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMap.ConcurrentMapTransactionMember
-
- replace(K, V) - Method in class org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMap.ConcurrentMapTransactionMember
-
- replace(K, V, V) - Method in class org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMap
-
- replace(K, V) - Method in class org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMap
-
- requestCallInspector(ServiceTunnelRequest) - Method in class org.eclipse.scout.rt.server.admin.inspector.SessionInspector
-
- resetPassword(String, char[]) - Method in class org.eclipse.scout.rt.server.services.common.pwd.AbstractPasswordManagementService
-
- resetPasswordInternal(String, char[]) - Method in class org.eclipse.scout.rt.server.services.common.pwd.AbstractPasswordManagementService
-
Reset the password, all checks and verifications have already been passed.
- ResourceServlet - Class in org.eclipse.scout.rt.server
-
Init parameters for WAR resources
war-path: Path to resource within war file.
- ResourceServlet() - Constructor for class org.eclipse.scout.rt.server.ResourceServlet
-
- rollback() - Method in class org.eclipse.scout.rt.server.cache.AbstractTransactionalMap.AbstractMapTransactionMember
-
- rollback() - Method in class org.eclipse.scout.rt.server.clientnotification.ClientNotificationTransactionMember
-
- RunMonitorCancelRegistry - Class in org.eclipse.scout.rt.server.context
-
Registry that contains the RunMonitor
s of operations which are currently executing, and which are subject for
global cancellation.
- RunMonitorCancelRegistry() - Constructor for class org.eclipse.scout.rt.server.context.RunMonitorCancelRegistry
-
- RunMonitorCancelRegistry.IRegistrationHandle - Interface in org.eclipse.scout.rt.server.context
-
A token representing the registration of a monitor.
- RunMonitorCancelRegistry.P_RunMonitorIndex - Class in org.eclipse.scout.rt.server.context
-
Index by 'RunMonitor' (primary key).
- RunMonitorCancelRegistry.P_SessionIdIndex - Class in org.eclipse.scout.rt.server.context
-
Index by 'sessionId'.
- RunMonitorCancelRegistry.P_SessionIdRequestIdIndex - Class in org.eclipse.scout.rt.server.context
-
Index by 'sessionId' and 'requestId'.
- RunMonitorCancelRegistry.PlatformListener - Class in org.eclipse.scout.rt.server.context
-
IPlatformListener
to shutdown this registry upon platform shutdown.
- RunMonitorCancelRegistry.RegistryEntry - Class in org.eclipse.scout.rt.server.context
-
- RunMonitorCancelService - Class in org.eclipse.scout.rt.server.context
-
- RunMonitorCancelService() - Constructor for class org.eclipse.scout.rt.server.context.RunMonitorCancelService
-