Package | Description |
---|---|
com.jamonapi |
This package contains classes and interfaces used to monitor Java applications.
|
Modifier and Type | Class and Description |
---|---|
class |
FactoryDisabled
Factory that returns null monitors when JAMon is disabled.
|
class |
FactoryEnabled
Factory that creates Monitors.
|
Modifier and Type | Method and Description |
---|---|
MonitorFactoryInterface |
MonitorFactoryInterface.copy() |
static MonitorFactoryInterface |
MonitorFactory.getDebugFactory()
Returns the factory for creating debug monitors.
|
static MonitorFactoryInterface |
MonitorFactory.getFactory()
Get the current Factory (could be the enabled or disabled factory depending on what is enabled)
|
Constructor and Description |
---|
FactoryDisabled(MonitorFactoryInterface factoryEnabled)
Creates a new instance of FactoryDisabled
|
Copyright © 2015. All rights reserved.