jar

org.objectweb.dream.dreamcore : dream-core

Maven & Gradle

Feb 27, 2009
7 usages

Dream Core · The dream-core project aims at defining abstractions commonly used in communication middleware (e.g. messages, activities). It also defines some components to increase performance (e.g. cache and pool mechanism). This version adds an Xml codec based on XStream and cache components based on the Perseus library.

Table Of Contents

Latest Version

Download org.objectweb.dream.dreamcore : dream-core JAR file - Latest Versions:

All Versions

Download org.objectweb.dream.dreamcore : dream-core JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2
2.1
2.0
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dream-core-2.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.objectweb.dream.message.codec.compression

├─ org.objectweb.dream.message.codec.compression.MessageCodecHelperZipStream.class - [JAR]

├─ org.objectweb.dream.message.codec.compression.ZipCodecInputOutput.class - [JAR]

org.objectweb.dream.util

├─ org.objectweb.dream.util.ArrayIterator.class - [JAR]

├─ org.objectweb.dream.util.Dream.class - [JAR]

├─ org.objectweb.dream.util.EmptyIterator.class - [JAR]

├─ org.objectweb.dream.util.EmptyStringArray.class - [JAR]

├─ org.objectweb.dream.util.Error.class - [JAR]

├─ org.objectweb.dream.util.IteratorNoRemove.class - [JAR]

├─ org.objectweb.dream.util.LoggerUtil.class - [JAR]

├─ org.objectweb.dream.util.MultipleIterator.class - [JAR]

├─ org.objectweb.dream.util.NullLogger.class - [JAR]

├─ org.objectweb.dream.util.Util.class - [JAR]

org.objectweb.dream.cache.replacement.lib

├─ org.objectweb.dream.cache.replacement.lib.AbstractReplacementManager.class - [JAR]

├─ org.objectweb.dream.cache.replacement.lib.FIFOReplacementManager.class - [JAR]

├─ org.objectweb.dream.cache.replacement.lib.LRUReplacementManager.class - [JAR]

├─ org.objectweb.dream.cache.replacement.lib.MRUReplacementManager.class - [JAR]

org.objectweb.dream.message

├─ org.objectweb.dream.message.AbstractChunk.class - [JAR]

├─ org.objectweb.dream.message.BasicChunkFactoryImpl.class - [JAR]

├─ org.objectweb.dream.message.BasicChunkFactoryPoolingImpl.class - [JAR]

├─ org.objectweb.dream.message.BasicMessageImpl.class - [JAR]

├─ org.objectweb.dream.message.ChunkAlreadyExistException.class - [JAR]

├─ org.objectweb.dream.message.ChunkFactoryReference.class - [JAR]

├─ org.objectweb.dream.message.ChunkFactoryRepository.class - [JAR]

├─ org.objectweb.dream.message.InvalidReference.class - [JAR]

├─ org.objectweb.dream.message.Message.class - [JAR]

├─ org.objectweb.dream.message.MessageAlreadyExistException.class - [JAR]

├─ org.objectweb.dream.message.MessageManager.class - [JAR]

├─ org.objectweb.dream.message.MessageManagerAttributeController.class - [JAR]

├─ org.objectweb.dream.message.MessageManagerPoolingImpl.class - [JAR]

├─ org.objectweb.dream.message.MessageManagerType.class - [JAR]

├─ org.objectweb.dream.message.MessageUtil.class - [JAR]

├─ org.objectweb.dream.message.ReferenceCounter.class - [JAR]

├─ org.objectweb.dream.message.UnknownChunkException.class - [JAR]

org.objectweb.dream.control.content

├─ org.objectweb.dream.control.content.BasicContentController.class - [JAR]

├─ org.objectweb.dream.control.content.BasicContentControllerMixin.class - [JAR]

├─ org.objectweb.dream.control.content.UseBasicContentControllerMixin.class - [JAR]

├─ org.objectweb.dream.control.content.UseOptContentControllerMixin.class - [JAR]

org.objectweb.dream.control.activity.task

├─ org.objectweb.dream.control.activity.task.AbstractTask.class - [JAR]

├─ org.objectweb.dream.control.activity.task.BasicTaskActivationMixin.class - [JAR]

├─ org.objectweb.dream.control.activity.task.BasicTaskControllerMixin.class - [JAR]

├─ org.objectweb.dream.control.activity.task.IllegalTaskException.class - [JAR]

├─ org.objectweb.dream.control.activity.task.LifeCycleActivationTaskMixin.class - [JAR]

├─ org.objectweb.dream.control.activity.task.LoggableTaskManagerMixin.class - [JAR]

├─ org.objectweb.dream.control.activity.task.LoggableTaskMixin.class - [JAR]

├─ org.objectweb.dream.control.activity.task.NoSuchTaskException.class - [JAR]

├─ org.objectweb.dream.control.activity.task.Task.class - [JAR]

├─ org.objectweb.dream.control.activity.task.TaskActivationController.class - [JAR]

├─ org.objectweb.dream.control.activity.task.TaskActivationStoppedListener.class - [JAR]

├─ org.objectweb.dream.control.activity.task.TaskController.class - [JAR]

├─ org.objectweb.dream.control.activity.task.TaskStoppedListener.class - [JAR]

├─ org.objectweb.dream.control.activity.task.UseTaskActivationControllerMixin.class - [JAR]

├─ org.objectweb.dream.control.activity.task.UseTaskControllerMixin.class - [JAR]

org.objectweb.dream.message.codec.string

├─ org.objectweb.dream.message.codec.string.MessageCodecBufferedReaderWriter.class - [JAR]

├─ org.objectweb.dream.message.codec.string.MessageCodecBufferedReaderWriterAttributeController.class - [JAR]

├─ org.objectweb.dream.message.codec.string.MessageCodecHelperReaderWriterStream.class - [JAR]

├─ org.objectweb.dream.message.codec.string.MessageCodecHelperReaderWriterStreamAttributeController.class - [JAR]

├─ org.objectweb.dream.message.codec.string.MessageCodecHelperXStream.class - [JAR]

├─ org.objectweb.dream.message.codec.string.MessageCodecHelperXStreamAttributeController.class - [JAR]

├─ org.objectweb.dream.message.codec.string.StringCodecInputOutput.class - [JAR]

org.objectweb.dream.control.activity.scheduler

├─ org.objectweb.dream.control.activity.scheduler.ForwarderSchedulerImpl.class - [JAR]

├─ org.objectweb.dream.control.activity.scheduler.InterruptTask.class - [JAR]

├─ org.objectweb.dream.control.activity.scheduler.MultiThreadForwarderSchedulerImpl.class - [JAR]

├─ org.objectweb.dream.control.activity.scheduler.PeriodicSchedulerImpl.class - [JAR]

├─ org.objectweb.dream.control.activity.scheduler.Scheduler.class - [JAR]

├─ org.objectweb.dream.control.activity.scheduler.SchedulerManagerController.class - [JAR]

org.objectweb.dream.control.lifecycle

├─ org.objectweb.dream.control.lifecycle.ASyncStarterCoordinator.class - [JAR]

├─ org.objectweb.dream.control.lifecycle.ActivityLifeCycleMixin.class - [JAR]

├─ org.objectweb.dream.control.lifecycle.AsyncStartLifeCycleCoordinatorMixin.class - [JAR]

├─ org.objectweb.dream.control.lifecycle.AsyncStarter.class - [JAR]

├─ org.objectweb.dream.control.lifecycle.BeforeFirstStartLifeCycle.class - [JAR]

├─ org.objectweb.dream.control.lifecycle.ContainerPrepareStopLifeCycleControllerMixin.class - [JAR]

├─ org.objectweb.dream.control.lifecycle.FullLifeCycleMixin.class - [JAR]

├─ org.objectweb.dream.control.lifecycle.LifeCycleInterceptorGenerator.class - [JAR]

├─ org.objectweb.dream.control.lifecycle.LoggableLifeCycleMixin.class - [JAR]

├─ org.objectweb.dream.control.lifecycle.LoggerLifeCycleControllerMixin.class - [JAR]

├─ org.objectweb.dream.control.lifecycle.NeedAsyncStartController.class - [JAR]

├─ org.objectweb.dream.control.lifecycle.PrepareStopLifeCycleController.class - [JAR]

├─ org.objectweb.dream.control.lifecycle.SimpleLifeCycleControllerMixin.class - [JAR]

├─ org.objectweb.dream.control.lifecycle.ThreadCounterMixin.class - [JAR]

org.objectweb.dream.cache.replacement.api

├─ org.objectweb.dream.cache.replacement.api.ReplaceableCacheEntry.class - [JAR]

├─ org.objectweb.dream.cache.replacement.api.ReplacementManager.class - [JAR]

org.objectweb.dream.control.activity

├─ org.objectweb.dream.control.activity.ActiveComponentAttributeController.class - [JAR]

├─ org.objectweb.dream.control.activity.Util.class - [JAR]

org.objectweb.dream.control.logger

├─ org.objectweb.dream.control.logger.BasicLoggerControllerMixin.class - [JAR]

├─ org.objectweb.dream.control.logger.BasicLoggerInternalBaseNameMixin.class - [JAR]

├─ org.objectweb.dream.control.logger.Loggable.class - [JAR]

├─ org.objectweb.dream.control.logger.LoggerController.class - [JAR]

├─ org.objectweb.dream.control.logger.LoggerControllerRegister.class - [JAR]

├─ org.objectweb.dream.control.logger.LoggerInternalBaseName.class - [JAR]

├─ org.objectweb.dream.control.logger.LoggerLifeCycleCoordinatorMixin.class - [JAR]

├─ org.objectweb.dream.control.logger.LoggerLifeCycleMixin.class - [JAR]

├─ org.objectweb.dream.control.logger.UseLoggerControllerMixin.class - [JAR]

├─ org.objectweb.dream.control.logger.Util.class - [JAR]

org.objectweb.dream.control.activity.task.thread

├─ org.objectweb.dream.control.activity.task.thread.AbstractThreadTaskImpl.class - [JAR]

├─ org.objectweb.dream.control.activity.task.thread.ThreadPoolOverflowException.class - [JAR]

├─ org.objectweb.dream.control.activity.task.thread.ThreadTaskImpl.class - [JAR]

org.objectweb.dream.control.activity.manager

├─ org.objectweb.dream.control.activity.manager.AbstractSchedulerManager.class - [JAR]

├─ org.objectweb.dream.control.activity.manager.EndOfTask.class - [JAR]

├─ org.objectweb.dream.control.activity.manager.EndOfThread.class - [JAR]

├─ org.objectweb.dream.control.activity.manager.MetaSchedulerManager.class - [JAR]

├─ org.objectweb.dream.control.activity.manager.MultiThreadPerTaskSchedulerManager.class - [JAR]

├─ org.objectweb.dream.control.activity.manager.PeriodicSchedulerManager.class - [JAR]

├─ org.objectweb.dream.control.activity.manager.SchedulerManager.class - [JAR]

├─ org.objectweb.dream.control.activity.manager.TaskManager.class - [JAR]

├─ org.objectweb.dream.control.activity.manager.TaskManagerImpl.class - [JAR]

├─ org.objectweb.dream.control.activity.manager.ThreadManager.class - [JAR]

├─ org.objectweb.dream.control.activity.manager.ThreadManagerItf.class - [JAR]

├─ org.objectweb.dream.control.activity.manager.ThreadPerTaskSchedulerManager.class - [JAR]

├─ org.objectweb.dream.control.activity.manager.ThreadPoolManager.class - [JAR]

org.objectweb.dream.cache.api

├─ org.objectweb.dream.cache.api.CacheCapacityEvent.class - [JAR]

├─ org.objectweb.dream.cache.api.CacheCapacityEventListener.class - [JAR]

├─ org.objectweb.dream.cache.api.CacheEntry.class - [JAR]

├─ org.objectweb.dream.cache.api.CacheEntryFactory.class - [JAR]

├─ org.objectweb.dream.cache.api.CacheEntryFilter.class - [JAR]

├─ org.objectweb.dream.cache.api.CacheEvent.class - [JAR]

├─ org.objectweb.dream.cache.api.CacheEventListener.class - [JAR]

├─ org.objectweb.dream.cache.api.CacheException.class - [JAR]

├─ org.objectweb.dream.cache.api.CacheFullException.class - [JAR]

├─ org.objectweb.dream.cache.api.CacheManager.class - [JAR]

├─ org.objectweb.dream.cache.api.FixableCacheEntry.class - [JAR]

├─ org.objectweb.dream.cache.api.InvalidCacheEntryException.class - [JAR]

├─ org.objectweb.dream.cache.api.UnFixProtocolException.class - [JAR]

├─ org.objectweb.dream.cache.api.UnbindManager.class - [JAR]

org.objectweb.dream.message.codec

├─ org.objectweb.dream.message.codec.AbstractDelegatingMessageCodec.class - [JAR]

├─ org.objectweb.dream.message.codec.ByteArrayCodecInputOutput.class - [JAR]

├─ org.objectweb.dream.message.codec.CodecInputOutput.class - [JAR]

├─ org.objectweb.dream.message.codec.MessageCodec.class - [JAR]

├─ org.objectweb.dream.message.codec.MessageCodecHelperCompositeMessageDataStream.class - [JAR]

├─ org.objectweb.dream.message.codec.MessageCodecHelperObjectStream.class - [JAR]

├─ org.objectweb.dream.message.codec.MessageCodecHelperObjectStreamAttributeController.class - [JAR]

├─ org.objectweb.dream.message.codec.MessageCodecPrimitiveObjectStream.class - [JAR]

├─ org.objectweb.dream.message.codec.MessageCreatorBasic.class - [JAR]

├─ org.objectweb.dream.message.codec.SocketCodecInputOutput.class - [JAR]

org.objectweb.dream.control.binding

├─ org.objectweb.dream.control.binding.BasicCompositeBindingMixin.class - [JAR]

├─ org.objectweb.dream.control.binding.ContainerContextualBindingControllerMixin.class - [JAR]

├─ org.objectweb.dream.control.binding.ContextualBindingController.class - [JAR]

org.objectweb.dream.cache.lib

├─ org.objectweb.dream.cache.lib.BackgroundCleaner.class - [JAR]

├─ org.objectweb.dream.cache.lib.BasicCacheEntryFactory.class - [JAR]

├─ org.objectweb.dream.cache.lib.BasicCacheManager.class - [JAR]

├─ org.objectweb.dream.cache.lib.BasicCacheManagerAttributeController.class - [JAR]

├─ org.objectweb.dream.cache.lib.BasicReplaceableCacheEntry.class - [JAR]

org.objectweb.dream.control.factory

├─ org.objectweb.dream.control.factory.ContentFactoryMixin.class - [JAR]

├─ org.objectweb.dream.control.factory.LocationFactoryMixin.class - [JAR]

├─ org.objectweb.dream.control.factory.NameFactoryMixin.class - [JAR]

org.objectweb.dream.pool

├─ org.objectweb.dream.pool.ObjectPool.class - [JAR]

├─ org.objectweb.dream.pool.ObjectPoolAttributeController.class - [JAR]

├─ org.objectweb.dream.pool.ObjectPoolDebug.class - [JAR]

├─ org.objectweb.dream.pool.ObjectPoolDebugAttributeController.class - [JAR]

├─ org.objectweb.dream.pool.ObjectPoolItf.class - [JAR]

├─ org.objectweb.dream.pool.ObjectPoolSoftReference.class - [JAR]

├─ org.objectweb.dream.pool.Recyclable.class - [JAR]

├─ org.objectweb.dream.pool.RecyclableFactoryType.class - [JAR]

org.objectweb.dream.control.location

├─ org.objectweb.dream.control.location.BasicLocationControllerMixin.class - [JAR]

├─ org.objectweb.dream.control.location.LocationController.class - [JAR]

org.objectweb.dream

├─ org.objectweb.dream.IOPushException.class - [JAR]

├─ org.objectweb.dream.InitializationException.class - [JAR]

├─ org.objectweb.dream.InterruptedPullException.class - [JAR]

├─ org.objectweb.dream.InterruptedPushException.class - [JAR]

├─ org.objectweb.dream.Pull.class - [JAR]

├─ org.objectweb.dream.PullException.class - [JAR]

├─ org.objectweb.dream.Push.class - [JAR]

├─ org.objectweb.dream.Push1.class - [JAR]

├─ org.objectweb.dream.PushException.class - [JAR]

├─ org.objectweb.dream.PushToPush1.class - [JAR]

├─ org.objectweb.dream.PushWithReturn.class - [JAR]

Advertisement

Dependencies from Group

Discover Dependencies

Jan 19, 2012
9 usages
Sep 20, 2005
31 usages
Mar 25, 2014
0 stars
Apr 17, 2013
Mar 17, 2014
19 usages
3.5k stars
May 20, 2010
2 usages
Jan 30, 2011
106 usages
Mar 04, 2014
22 usages
2.7k stars