M
- the type of the JMX mediator.@ThreadSafe public class JmxModel<M extends JmxMediator<M>> extends InstrumentingModel<M> implements JmxComponent
FsModel.Factory<Context>
mediator
model
Modifier and Type | Method and Description |
---|---|
void |
activate()
Activates this component.
|
protected Object |
newView() |
void |
setMounted(boolean mounted)
Sets the value of the property
mounted . |
isMounted, toString
getMountPoint, getParent
public void activate()
JmxComponent
JmxMediator
once after construction
of this object in order to enable it to perform startup operations.activate
in interface JmxComponent
protected Object newView()
public void setMounted(boolean mounted)
FsModel
mounted
.
Only file system controllers should call this method in order to
register themselves for a call their FsController.sync(net.java.truecommons.shed.BitField<net.java.truevfs.kernel.spec.FsSyncOption>)
method.
An implementation may ignore calls to this method if the associated file system controller is stateless.
setMounted
in interface FsModel
setMounted
in class FsDecoratingModel
mounted
- the new value of this property.Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.