org.sape.carbon.services.jmx.server.mx4j
Interface HttpAdaptorConfiguration

All Superinterfaces:
ComponentConfiguration, Configuration

public interface HttpAdaptorConfiguration
extends ComponentConfiguration

This is the base template for a new Component Configuration.

Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.4 $($Author: dvoet $ / $Date: 2003/05/05 21:21:31 $)
Author:
Greg Hinkle, June 2002

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

MBeanServerService

public static final String MBeanServerService
ref:///manage/DefaultMBeanServer

See Also:
Constant Field Values
Method Detail

getPort

public int getPort()
Gets the port the HttpAdapter runs on.

Returns:
the port the HttpAdapter runs on.

setPort

public void setPort(int value)
Sets the port the HttpAdapter runs on.

Parameters:
value - the port the HttpAdapter runs on.

getHostname

public String getHostname()
Gets the hostname the adapter runs on.

Returns:
the hostname the adapter runs on

setHostname

public void setHostname(String hostname)
Sets the hostname the adapter runs on.

Parameters:
hostname - the hostname the adapter runs on

getPortIncrementals

public int getPortIncrementals()
Gets the incremental for port number to try opening

Returns:
the incremental for port number to try opening

setPortIncrementals

public void setPortIncrementals(int value)
Sets the incremental for port number to try opening

Parameters:
value - the incremental for port number to try opening

getMBeanServerService

public MBeanServerService getMBeanServerService()
Gets the MBeanServer to expose through the adaptor.

Returns:
the BeanServer to expose through the adaptor.

setMBeanServerService

public void setMBeanServerService(MBeanServerService mbeanServerService)
Sets the MBeanServer to expose through the adaptor.

Parameters:
mbeanServerService - the BeanServer to expose through the adaptor.


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.