| Modifier and Type | Interface and Description |
|---|---|
static interface |
ScannerPresenter.MyView |
| Modifier and Type | Class and Description |
|---|---|
class |
ScannerView
Main view class for Deployment Scanners.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EJB3Presenter.MyView |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractThreadPoolView<T extends ThreadPoolEntity> |
class |
AsyncServiceView |
class |
BeanPoolsView |
class |
EJB3View |
class |
RemoteServiceView |
class |
ThreadPoolsView |
class |
TimerServiceView |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CacheContainerPresenter.MyView |
static interface |
DistributedCachePresenter.MyView |
static interface |
InvalidationCachePresenter.MyView |
static interface |
LocalCachePresenter.MyView |
static interface |
ReplicatedCachePresenter.MyView |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCacheView<T extends LocalCache>
Abstract cache view base class for Infinispan caches.
|
class |
CacheContainerView
Main view class for Infinispan Cache Containers.
|
class |
DistributedCacheView
Main view class for Infinispan Distributed Cache.
|
class |
InvalidationCacheView
Main view class for Infinispan Invalidation Cache.
|
class |
LocalCacheView
Main view class for Infinispan LocalCache Containers.
|
class |
NonLocalCacheView<T extends LocalCache>
Only difference between local and non-local cache view is that non-local caches require the mode
attribute on add.
|
class |
ReplicatedCacheView
Main view class for Infinispan Replicated Cache.
|
| Constructor and Description |
|---|
CacheContainerEntityToDmrBridge(ApplicationMetaData propertyMetadata,
Class<CacheContainer> type,
FrameworkView view,
DispatchAsync dispatcher) |
CacheEntityToDmrBridge(ApplicationMetaData propertyMetadata,
Class<? extends T> type,
FrameworkView view,
DispatchAsync dispatcher) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JacOrbPresenter.MyView |
| Modifier and Type | Class and Description |
|---|---|
class |
JacOrbView |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileHandlerSubview<T>
Main view class for Loggers.
|
class |
AbstractHandlerSubview<T extends NamedEntity>
Main view class for Loggers.
|
class |
AbstractLoggingSubview<T>
Abstract base class for sub-views.
|
class |
AsyncHandlerSubview
Subview for Async Handlers.
|
class |
ConsoleHandlerSubview
Subview for Console Handlers.
|
class |
CustomHandlerSubview
Subview for Custom Handlers.
|
class |
FileHandlerSubview
Subview for File Handlers.
|
class |
LoggerSubview
Main view class for Loggers.
|
class |
PeriodicRotatingFileHandlerSubview
Subview for PeriodicRotatingFileHandler.
|
class |
PeriodicSizeRotatingFileHandlerSubview
Subview for PeriodicSizeRotatingFileHandler.
|
class |
RootLoggerSubview
Main view class for Loggers.
|
class |
SizeRotatingFileHandlerSubview
Subview for SizeRotatingFileHandler.
|
class |
SyslogHandlerView
Subview for Console Handlers.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SecurityDomainsPresenter.MyView |
static interface |
SecuritySubsystemPresenter.MyView |
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityDomainsView |
class |
SecuritySubsystemView |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingBoundedQueueThreadPoolView
Main view class for Bounded Queue Thread Pools
|
class |
BlockingQueuelessThreadPoolView
Main view class for Blocking Queueless Thread Pools
|
class |
BoundedQueueThreadPoolView
Main view class for Bounded Queue Thread Pools
|
class |
QueuelessThreadPoolView
Main view class for Queueless Thread Pools
|
class |
ScheduledThreadPoolView
Main view class for Scheduled Thread Pools
|
class |
ThreadFactoryView
Main view class for Thread Factories.
|
class |
UnboundedQueueThreadPoolView<T extends UnboundedQueueThreadPool>
Main view class for Unbounded Queue Thread Pools
|
| Constructor and Description |
|---|
ThreadsEntityToDmrBridge(ApplicationMetaData propertyMetaData,
Class type,
FrameworkView view,
DispatchAsync dispatcher) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntityView<T>
An abstract view class with a full EntityEditor.
|
class |
AbstractSingleEntityView<T> |
| Modifier and Type | Field and Description |
|---|---|
protected FrameworkView |
SingleEntityToDmrBridgeImpl.view |
protected FrameworkView |
EntityToDmrBridgeImpl.view |
| Constructor and Description |
|---|
EntityToDmrBridgeImpl(ApplicationMetaData propertyMetadata,
Class<? extends T> type,
FrameworkView view,
DispatchAsync dispatcher)
Create a new EntityToDmrBridgeImpl.
|
SingleEntityToDmrBridgeImpl(ApplicationMetaData propertyMetaData,
Class<? extends T> type,
FrameworkView view,
DispatchAsync dispatcher) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.