Package org.teiid.runtime.jmx
Class JMXService
- java.lang.Object
-
- org.teiid.runtime.jmx.JMXService
-
public class JMXService extends Object
Registers Teiid beans with JMX. Assumes only 1 Teiid will be registered
-
-
Field Summary
Fields Modifier and Type Field Description static String
CACHE_PREFIX
static String
TEIID
-
Constructor Summary
Constructors Constructor Description JMXService(DQPCore dqpCore, BufferServiceImpl bufferServiceImpl, SessionService sessionService)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
registerBeans()
void
unregisterBeans()
-
-
-
Constructor Detail
-
JMXService
public JMXService(DQPCore dqpCore, BufferServiceImpl bufferServiceImpl, SessionService sessionService)
-
-