Skip navigation links

Oracle Application Server
Web Services Java API Reference
10g Release 3 (10.1.3.1.0)

B28977-01


oracle.webservices.portability
Interface ManagementAdapter


public interface ManagementAdapter

Implementations of this interface provide host-platform-specific management information.

Mar 8, 2006, 9:28:00 AM


Method Summary
 InterceptorConfig getInterceptorConfig(ConfigurationStore configStore)
          Get the interceptor configuration.
 File getManagementConfigurationDirectory()
          Get the web services management configuration directory.
 MBeanServer getMBeanServer()
          Get the MBean server for the host platform instance.
 File getOWSMConfigurationDirectory()
          Get the OWSM configuration directory.
 File getServerHomeDirectory()
          Get the home directory for the host platform instance.

 

Method Detail

getMBeanServer

MBeanServer getMBeanServer()
Get the MBean server for the host platform instance.
Returns:
An MBeanServer instance for the platform or null since some platforms may not have one.

getServerHomeDirectory

File getServerHomeDirectory()
Get the home directory for the host platform instance.
Returns:
A File instance for the directory that is the server instance's home directory.

getManagementConfigurationDirectory

File getManagementConfigurationDirectory()
Get the web services management configuration directory.
Returns:
A File instance for the directory in which the management configuration resides.

getOWSMConfigurationDirectory

File getOWSMConfigurationDirectory()
Get the OWSM configuration directory.
Returns:
A File instance for the directory in which the OWSM configuration resides.

getInterceptorConfig

InterceptorConfig getInterceptorConfig(ConfigurationStore configStore)
Get the interceptor configuration.
Parameters:
configStore - A ConfigurationStore instance providing access to the interceptor configuration.
Returns:
An InterceptorConfig instance.

Skip navigation links

Copyright © 2006, Oracle. All Rights Reserved.