Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


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
 void createNoun(String nounName, String nounType)
           
 String createNounName(DynamicEndpointNameHelper helper)
           
 boolean doesMBeanExist(ObjectName oname)
           
 DMSNameAdapter getDMSNameAdapter()
          Get the DMS Name Adapter for the host platform instance.
 oracle.dms.console.EventFactoryIntf getEventFactory()
           
 InterceptorConfig getInterceptorConfig(ConfigurationStore configStore)
          Get the interceptor configuration.
 Keystore getKeystoreInfo()
          Get the details of keystore configuration.
 File getManagementConfigurationDirectory()
          Get the web services management configuration directory.
 oracle.as.jmx.framework.PortableMBeanFactory getMBeanFactory()
           
 MBeanServer getMBeanServer()
          Get the MBean server for the host platform instance.
 oracle.dms.console.NounFactoryIntf getNounFactory()
           
 File getOWSMConfigurationDirectory()
          Get the OWSM configuration directory.
 oracle.dms.console.PhaseEventFactoryIntf getPhaseEventFactory()
           
 int getRunningState()
           
 File getServerHomeDirectory()
          Get the home directory for the host platform instance.
 oracle.dms.console.StateFactoryIntf getStateFactory()
           
 int getStoppedState()
           
 boolean isProductionModeEnabled()
          returns whether server is running in production mode
 void registerApplicationListener()
           

 

Method Detail

getDMSNameAdapter

DMSNameAdapter getDMSNameAdapter()
Get the DMS Name Adapter for the host platform instance.
Returns:

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.

createNounName

String createNounName(DynamicEndpointNameHelper helper)

createNoun

void createNoun(String nounName,
                String nounType)

getRunningState

int getRunningState()

getStoppedState

int getStoppedState()

getNounFactory

oracle.dms.console.NounFactoryIntf getNounFactory()

getPhaseEventFactory

oracle.dms.console.PhaseEventFactoryIntf getPhaseEventFactory()

getStateFactory

oracle.dms.console.StateFactoryIntf getStateFactory()

getEventFactory

oracle.dms.console.EventFactoryIntf getEventFactory()

isProductionModeEnabled

boolean isProductionModeEnabled()
returns whether server is running in production mode

registerApplicationListener

void registerApplicationListener()

getMBeanFactory

oracle.as.jmx.framework.PortableMBeanFactory getMBeanFactory()

doesMBeanExist

boolean doesMBeanExist(ObjectName oname)

getKeystoreInfo

Keystore getKeystoreInfo()
Get the details of keystore configuration.
Returns:

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.