|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This is the base template for a new Component Configuration.
Copyright 2002 Sapient
| Field Summary | |
static String |
MBeanServerService
ref:///manage/DefaultMBeanServer |
| Fields inherited from interface org.sape.carbon.core.component.ComponentConfiguration |
ComponentTemplateName |
| Method Summary | |
String |
getHostname()
Gets the hostname the adapter runs on. |
MBeanServerService |
getMBeanServerService()
Gets the MBeanServer to expose through the adaptor. |
int |
getPort()
Gets the port the HttpAdapter runs on. |
int |
getPortIncrementals()
Gets the incremental for port number to try opening |
void |
setHostname(String hostname)
Sets the hostname the adapter runs on. |
void |
setMBeanServerService(MBeanServerService mbeanServerService)
Sets the MBeanServer to expose through the adaptor. |
void |
setPort(int value)
Sets the port the HttpAdapter runs on. |
void |
setPortIncrementals(int value)
Sets the incremental for port number to try opening |
| Methods inherited from interface org.sape.carbon.core.component.ComponentConfiguration |
getComponentDescription, getComponentTemplateName, getFunctionalImplementationClass, getFunctionalInterface, setComponentDescription, setComponentTemplateName, setFunctionalImplementationClass, setFunctionalInterface |
| Methods inherited from interface org.sape.carbon.core.config.Configuration |
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly |
| Field Detail |
public static final String MBeanServerService
| Method Detail |
public int getPort()
public void setPort(int value)
value - the port the HttpAdapter runs on.public String getHostname()
public void setHostname(String hostname)
hostname - the hostname the adapter runs onpublic int getPortIncrementals()
public void setPortIncrementals(int value)
value - the incremental for port number to try openingpublic MBeanServerService getMBeanServerService()
public void setMBeanServerService(MBeanServerService mbeanServerService)
mbeanServerService - the BeanServer to expose through the adaptor.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||