Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.policymanager.emintegration
Class EMIntegrationMXBeanImpl

java.lang.Object
  extended by oracle.as.jmx.framework.util.MessageLocalizationSupport
      extended by oracle.as.jmx.framework.util.RuntimeMBeanSupport
          extended by oracle.wsm.policymanager.emintegration.EMIntegrationMXBeanImpl

All Implemented Interfaces:
MBeanRegistration, oracle.as.jmx.framework.MessageLocalization, EMIntegrationMXBean

public class EMIntegrationMXBeanImpl
extends oracle.as.jmx.framework.util.RuntimeMBeanSupport
implements EMIntegrationMXBean
Since:
release specific (what release of product did this appear in)
Version:
$Header: owsm/src/oracle/wsm/policymanager/emintegration/EMIntegrationMXBeanImpl.java /st_owsm/1 2009/01/08 00:57:07 prbharga Exp $
Author:
prbharga

Constructor Summary
EMIntegrationMXBeanImpl()
          Default constructor

 

Method Summary
 Map<String,String> getEMInstanceProperties()
          This method returns a map of other EM Instance Properties of the application (e.g.
 String getEMTargetType()
          This method returns the EM Target Type of the application (default : j2ee_application)
 String getName()
          This method returns the name of the application (default : wsm-pm)

 

Methods inherited from class oracle.as.jmx.framework.util.RuntimeMBeanSupport
getEventBroadcaster, postDeregister, postRegister, preDeregister, preRegister, setEventBroadcaster

 

Methods inherited from class oracle.as.jmx.framework.util.MessageLocalizationSupport
getJMXSupport, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, setJMXSupport

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

EMIntegrationMXBeanImpl

public EMIntegrationMXBeanImpl()
Default constructor

Method Detail

getName

public String getName()
This method returns the name of the application (default : wsm-pm)
Specified by:
getName in interface EMIntegrationMXBean
Returns:
name (of the application)

getEMTargetType

public String getEMTargetType()
This method returns the EM Target Type of the application (default : j2ee_application)
Specified by:
getEMTargetType in interface EMIntegrationMXBean
Returns:
emTargetType (of the application)

getEMInstanceProperties

public Map<String,String> getEMInstanceProperties()
This method returns a map of other EM Instance Properties of the application (e.g. isOracleInternal)
Specified by:
getEMInstanceProperties in interface EMIntegrationMXBean
Returns:
emProperties (of the application)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.