Package com.bea.wlevs.ede.impl

Interface Summary
EventManagerAccessor  
 

Class Summary
AbstractAdapter Abstract adapter class that can be extended by adapter implementations
AbstractStageFactory Abstract stage factory that can be extended by adapter implementations.
ActiveAdapter An ActiveAdapter is an abstract adapter class that should be extended by adapter implementations that are active, that is, need to be executed in the context of thread.
EndpointImpl  
MetricEventBean  
MonitorEvent A Monitoring Event
MonitoringProxy  
ResourceManagerImpl  
ScopedExecutor Work copied from Doug Lea's ThreadPoolExecutor
ScopedExecutor.AbortPolicy A handler for rejected tasks that throws a RejectedExecutionException.
ScopedExecutor.CallerRunsPolicy A handler for rejected tasks that runs the rejected task directly in the calling thread of the execute method, unless the executor has been shut down, in which case the task is discarded.
ScopedExecutor.DiscardOldestPolicy A handler for rejected tasks that discards the oldest unhandled request and then retries execute, unless the executor is shut down, in which case the task is discarded.
ScopedExecutor.DiscardPolicy A handler for rejected tasks that silently discards the rejected task.
StageProxy