|
|||||||||||
| 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 |
Hostname
localhost |
static String |
InitialContextFactoryClass
com.sun.jndi.rmi.registry.RegistryContextFactory |
static String |
MBeanServerService
ref:///manage/DefaultMBeanServer |
static int |
Port
1099 |
| Fields inherited from interface org.sape.carbon.core.component.ComponentConfiguration |
ComponentTemplateName |
| Method Summary | |
String |
getHostname()
Gets the hostname of the machine exposing the Jrmp port. |
Class |
getInitialContextFactoryClass()
Gets the class for use as the InitialContext. |
MBeanServerService |
getMBeanServerService()
Gets the MBeanServer to expose through the adaptor. |
int |
getPort()
Gets the port to expose the Jrmp connection on. |
void |
setHostname(String hostname)
Sets the hostname of the machine exposing the Jrmp port. |
void |
setInitialContextFactoryClass(Class initialContextFactory)
Sets the class for use as the InitialContext. |
void |
setMBeanServerService(MBeanServerService mbeanServerService)
Sets the MBeanServer to expose through the adaptor. |
void |
setPort(int port)
Sets the port to expose the Jrmp connection on. |
| 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 int Port
public static final String Hostname
public static final String MBeanServerService
public static final String InitialContextFactoryClass
| Method Detail |
public int getPort()
public void setPort(int port)
port - the port to expose the Jrmp connection onpublic String getHostname()
public void setHostname(String hostname)
hostname - the hostname of the machine exposing the Jrmp portpublic MBeanServerService getMBeanServerService()
public void setMBeanServerService(MBeanServerService mbeanServerService)
mbeanServerService - the BeanServer to expose through the adaptorpublic Class getInitialContextFactoryClass()
public void setInitialContextFactoryClass(Class initialContextFactory)
initialContextFactory - the class for use as the InitialContext
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||