public class DmkComponent extends DefaultComponent
Modifier and Type | Field and Description |
---|---|
protected Map<String,DmkProtocol> |
configs |
protected com.sun.jdmk.comm.HtmlAdaptorServer |
htmlAdaptor |
protected com.sun.jdmk.comm.internal.JDMKServerConnector |
httpConnector |
protected com.sun.jdmk.comm.internal.JDMKServerConnector |
httpsConnector |
protected org.apache.commons.logging.Log |
log |
protected MBeanServer |
mbs |
lastModified
Constructor and Description |
---|
DmkComponent() |
Modifier and Type | Method and Description |
---|---|
protected void |
destroyAdaptor(com.sun.jdmk.comm.HtmlAdaptorServer adaptor) |
protected void |
destroyConnector(com.sun.jdmk.comm.internal.JDMKServerConnector connector) |
protected com.sun.jdmk.comm.HtmlAdaptorServer |
newAdaptor(DmkProtocol config) |
protected com.sun.jdmk.comm.internal.JDMKServerConnector |
newConnector(DmkProtocol config) |
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
start(ComponentContext context)
Start the component.
|
void |
stop(ComponentContext arg0)
Stop the component.
|
activate, deactivate, getAdapter, getLastModified, registerExtension, setLastModified, setModifiedNow, unregisterContribution, unregisterExtension
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applicationStarted, getApplicationStartedOrder
protected final Map<String,DmkProtocol> configs
protected com.sun.jdmk.comm.HtmlAdaptorServer htmlAdaptor
protected com.sun.jdmk.comm.internal.JDMKServerConnector httpConnector
protected com.sun.jdmk.comm.internal.JDMKServerConnector httpsConnector
protected final org.apache.commons.logging.Log log
protected final MBeanServer mbs
public DmkComponent()
protected com.sun.jdmk.comm.HtmlAdaptorServer newAdaptor(DmkProtocol config)
protected void destroyAdaptor(com.sun.jdmk.comm.HtmlAdaptorServer adaptor)
protected com.sun.jdmk.comm.internal.JDMKServerConnector newConnector(DmkProtocol config)
protected void destroyConnector(com.sun.jdmk.comm.internal.JDMKServerConnector connector)
public void start(ComponentContext context)
Component
start
in interface Component
start
in class DefaultComponent
public void stop(ComponentContext arg0)
Component
stop
in interface Component
stop
in class DefaultComponent
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution
in class DefaultComponent
Copyright © 2018 Nuxeo. All rights reserved.