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, name| 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, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerExtension, setLastModified, setModifiedNow, setName, unregister, unregisterContribution, unregisterExtensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplicationStarted, getApplicationStartedOrderprotected 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)
Componentstart in interface Componentstart in class DefaultComponentpublic void stop(ComponentContext arg0)
Componentstop in interface Componentstop in class DefaultComponentpublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution in class DefaultComponentCopyright © 2019 Nuxeo. All rights reserved.