Skip navigation links
oracle.wsm.policymanager.emintegration
Class EMIntegrationMXBeanImpl
java.lang.Object
oracle.as.jmx.framework.util.MessageLocalizationSupport
oracle.as.jmx.framework.util.RuntimeMBeanSupport
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
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 |
EMIntegrationMXBeanImpl
public EMIntegrationMXBeanImpl()
- Default constructor
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
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.