M - the type of the JMX mediator.@ThreadSafe public class JmxModel<M extends JmxMediator<M>> extends net.java.truevfs.comp.inst.InstrumentingModel<M> implements JmxComponent
| Constructor and Description |
|---|
JmxModel(M mediator,
net.java.truevfs.kernel.spec.FsModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activates this component.
|
protected java.lang.Object |
newView() |
void |
setMounted(boolean mounted) |
public JmxModel(M mediator, net.java.truevfs.kernel.spec.FsModel model)
protected java.lang.Object newView()
public void activate()
JmxComponentJmxMediator once after construction
of this object in order to enable it to perform startup operations.activate in interface JmxComponentpublic void setMounted(boolean mounted)
setMounted in interface net.java.truevfs.kernel.spec.FsModelsetMounted in class net.java.truevfs.kernel.spec.FsDecoratingModel