M
- the type of the mediator.@ThreadSafe public class InstrumentingManager<M extends Mediator<M>> extends FsDecoratingManager
Modifier and Type | Field and Description |
---|---|
protected M |
mediator |
manager
Constructor and Description |
---|
InstrumentingManager(M mediator,
FsManager manager) |
Modifier and Type | Method and Description |
---|---|
FsController |
controller(FsCompositeDriver driver,
FsMountPoint mountPoint)
Returns the thread-safe file system controller for the given mount point.
|
accept, newController, newModel, toString
public FsController controller(FsCompositeDriver driver, FsMountPoint mountPoint)
FsManager
synchronization
.controller
in interface FsManager
controller
in class FsDecoratingManager
driver
- the composite file system driver which shall get used to
create a new file system controller if required.mountPoint
- the mount point of the file system.Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.