Skip navigation links

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

E10689-01


oracle.wsm.policymanager.emintegration
Interface EMIntegrationMXBean

All Known Implementing Classes:
EMIntegrationMXBeanImpl

public interface EMIntegrationMXBean
Since:
release specific (what release of product did this appear in)
Version:
$Header: owsm/src/oracle/wsm/policymanager/emintegration/EMIntegrationMXBean.java /st_owsm/1 2009/01/08 00:57:07 prbharga Exp $
Author:
prbharga

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)

 

Method Detail

getName

String getName()
This method returns the name of the application (default : wsm-pm)
Returns:
name (of the application)

getEMTargetType

String getEMTargetType()
This method returns the EM Target Type of the application (default : j2ee_application)
Returns:
emTargetType (of the application)

getEMInstanceProperties

Map<String,String> getEMInstanceProperties()
This method returns a map of other EM Instance Properties of the application (e.g. isOracleInternal)
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.