Emomsintg XML

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

10/23/22, 10:33 AM emomsintg.

xml

This XML file does not appear to have any style information associated with it. The document tree is shown
below.

<!--

This is the configuration file for Mozart Console web application. It is read

at web application startup time. Entries in this file are processed in the

order they exist in this file. The entry name and attribute name are case

sensitive.

Version 1.0

MODIFIED (MM/DD/YY)

dkapoor 09/13/04 - Branch to 10.2sa and add ObIntegration

tjaiswal 11/06/03 - Remove euser integration

ajere 10/08/03 - Comment out filer integration for 4.1 release

vjraghav 08/28/03 - Removing the Analyze Integration entry

dkulvete 09/04/03 - add missing integrator entries

bali 08/25/03 - to fix ship_it

bali 08/25/03 - Calendar Group custom UI

bali 08/20/03 - adding calendar component

vjraghav 08/06/03 -

ajere 08/04/03 - Add filer integration

vagarwal 08/01/03 - add slb module

gmulchan 07/30/03 - Add ocs components

rdabbott 07/18/03 - add jobs integration

sbadrina 07/01/03 - add em2go integration

jstone 02/27/03 - adds feature usage

ysun 02/24/03 - add RAC integration

skini 02/20/03 - skini_2771051_2_4.0.1_main

rpatti 01/15/03 - comment out netapp & slb

ysun 11/06/02 - remove rac integration for 4.0 release

izhang 09/17/02 - add ssl admin integration

ychan 09/03/02 - Change DB Intg location

ychan 08/14/02 - Add dbconfig intg

dkapoor 07/18/02 - change package

dkapoor 07/17/02 - add net


lyang 07/11/02 - add ecm integration

rpatti 07/05/02 - add bigip integration class

pshivasw 06/28/02 - add filer intg

ysun 06/27/02 - add rac intg

lyang 06/23/02 - add db intg

lyang 06/21/02 - add new integration classes

lyang 06/20/02 - add classes

lyang 06/20/02 - add EuserIntg

lyang 06/14/02 - lyang_add_configuration_manager

-->
<consoleConfig>
<!--

==============================================================================

Add integration classes.

==============================================================================

An integration class is the bootstrap class for all integrations.

Attributes:

name: the name of the integrated component.

class: the Java class name of the integration class. It should be a

subclass of oracle.sysman.emSDK.intg.Integration.

<integration

name="myIntegration"

class="myPackage.MyClassName"/>

-->
<integration name="base.console" class="oracle.sysman.eml.app.ConsoleBaseIntg"/>
<integration name="db_admin" class="oracle.sysman.db.adm.intg.DBAdminIntegration"/>
<integration name="beacon" class="oracle.sysman.eml.beacon.BeaconIntegration"/>
<integration name="chronos" class="oracle.sysman.eml.chronos.ChronosIntegration"/>
<integration name="ias" class="oracle.sysman.ias.ias.IASIntegration"/>
<integration name="dataguard" class="oracle.sysman.db.dg.intg.DgIntegration"/>
<integration name="rac" class="oracle.sysman.db.rac.intg.RacIntegration"/>
file:///D:/oracle/sysman/config/emomsintg.xml 1/3
10/23/22, 10:33 AM emomsintg.xml

<integration name="report" class="oracle.sysman.db.rprt.ReportIntegration"/>


<integration name="usage" class="oracle.sysman.db.usage.UsageIntegration"/>
<integration name="DbUtil" class="oracle.sysman.db.util.intg.UtilIntegration"/>
<!--

<integration name="filer"

class="oracle.sysman.eml.target.filer.FilerIntegration"/>

-->
<integration name="slb" class="oracle.sysman.eml.target.slb.common.SLBIntegration"/>
<integration name="ecm" class="oracle.sysman.eml.ecm.intg.EcmIntegration"/>
<integration name="net_admin" class="oracle.sysman.db.net.intg.NetAdminIntegration"/>
<integration name="dbconfig" class="oracle.sysman.db.conf.DBConfigIntg"/>
<integration name="ssl" class="oracle.sysman.eml.ssl.intg.SSLIntegration"/>
<integration name="em2go" class="oracle.sysman.eml.em2go.intg.Em2GoIntegration"/>
<integration name="emjobs" class="oracle.sysman.eml.jobs.intg.JobsIntegration"/>
<integration name="ob" class="oracle.sysman.db.ob.intg.ObIntegration"/>
<!-- Internal Integrator Entries -->
<integration name="oracle_processconnect_domain"
class="oracle.tip.oem.central.domain.ProcessConnectDomainIntg"/>
<integration name="oracle_processconnect_instance"
class="oracle.tip.oem.central.instance.ProcessConnectInstanceIntg"/>
<integration name="oracle_portal" class="oracle.webdb.admin.em.PortalIntegration"/>
<integration name="oracle_sso_server" class="oracle.webdb.admin.em.SSOIntegration"/>
<integration name="oracle_repserv" class="oracle.reports.em.RepIntg"/>
<!-- Ocs component entries -->
<integration name="emailocs" class="oracle.sysman.ocs.mntr.target.OcsEmailIntegration"/>
<integration name="oidgroup" class="oracle.sysman.ocs.mntr.target.OcsOidIntegration"/>
<integration name="ovfgroup" class="oracle.sysman.ocs.mntr.target.OcsOvfIntegration"/>
<integration name="webconf" class="oracle.sysman.ocs.mntr.target.OcsWebconfIntegration"/>
<integration name="wl" class="oracle.sysman.ocs.mntr.target.OcsWirelessIntg"/>
<integration name="calgroup" class="oracle.sysman.ocs.mntr.target.OcsCalGrpIntegration"/>
<!--

==============================================================================

Register the customized target homepage.

==============================================================================

This will override the default homepage in Console. Console append the target

name and target type to the specified URL as the URL's query string.

Attributes:

targetType: the type of the target whose homepage is overridden.

url: the URL of the new homepage. This can be a relative URL or an

absolute URL.

encodeCharacter: whether the target name and target type should be encoded.

The default is true.

<targetHomePageURL

targetType="the_target_type"
url="theURL"

encodeCharacter="false"/>

-->
<!--

==============================================================================

Add "Related Links" to a page.

==============================================================================

This tag adds a related link to the page. The related links are displayed

in the page. It is linked to the specified URL. Once the link is clicked,

a new browser window will be brought up by default and the page specified by

"url" will be displayed.

<relatedLink

pageType="theTypeOfThePage"

text="My Link"

url="myPageURL"

newWindow="false"

encodeCharacter="false"/>

-->
<!--

==============================================================================

Add a tab to the target's homepage.

==============================================================================

This tag adds a tab to the target's homepage. The tag is displayed with a

link in the target's homepage. Once it is clicked, the content of the "url"

will be embedded in the target homepage.

file:///D:/oracle/sysman/config/emomsintg.xml 2/3
10/23/22, 10:33 AM emomsintg.xml

<targetHomePageTab

targetType="the_target_type"
text="My Tab"

url="myPageURL"

encodeCharacter="false"/>

-->
</consoleConfig>

file:///D:/oracle/sysman/config/emomsintg.xml 3/3

You might also like