M - the type of the JMX mediator.@ThreadSafe public class JmxModel<M extends JmxMediator<M>> extends InstrumentingModel<M> implements JmxComponent
FsModel.Factory<Context>mediatormodel| 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, toStringgetMountPoint, getParentpublic void activate()
JmxComponentJmxMediator once after construction
of this object in order to enable it to perform startup operations.activate in interface JmxComponentprotected Object newView()
public void setMounted(boolean mounted)
FsModelmounted.
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 FsModelsetMounted in class FsDecoratingModelmounted - the new value of this property.Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.