public class Monitor
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Monitor |
getInstance() |
static Monitor |
getInstance(Config config) |
public static Monitor getInstance() throws MonitorNotInitializedException
Monitor
objectMonitorNotInitializedException
- when called before Monitor initialization (see
getInstance(Config)
)