ModeShape Distribution 3.0.0.CR1

org.modeshape.jcr
Class RepositoryConfiguration.MonitoringSystem

java.lang.Object
  extended by org.modeshape.jcr.RepositoryConfiguration.MonitoringSystem
Enclosing class:
RepositoryConfiguration

@Immutable
public class RepositoryConfiguration.MonitoringSystem
extends Object

The query-related configuration information.


Constructor Summary
protected RepositoryConfiguration.MonitoringSystem(Document monitoring)
           
 
Method Summary
 boolean enabled()
          Determine whether monitoring is enabled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryConfiguration.MonitoringSystem

protected RepositoryConfiguration.MonitoringSystem(Document monitoring)
Method Detail

enabled

public boolean enabled()
Determine whether monitoring is enabled. The default is to enable monitoring, but this can be used to turn off support for monitoring should it not be necessary.

Returns:
true if monitoring is enabled, or false if it is disabled

ModeShape Distribution 3.0.0.CR1

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.