Skip navigation links

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

E10689-01


oracle.wsm.mds
Interface MDSInitializer

All Known Implementing Classes:
MDSDBStoreInitializer, MDSFileStoreInitializer

public interface MDSInitializer

Defines an interface that initializes an MDS instance to be used in the SCA/Fabric system.


Field Summary
static String MDS_INSTANCE_NAME
          The name of the MDS instance used in the SCA/Fabric system

 

Method Summary
 oracle.mds.core.MDSInstance getMDSInstance()
          Returns the MDS instance that had been initialized.

 

Field Detail

MDS_INSTANCE_NAME

static final String MDS_INSTANCE_NAME
The name of the MDS instance used in the SCA/Fabric system
See Also:
Constant Field Values

Method Detail

getMDSInstance

oracle.mds.core.MDSInstance getMDSInstance()
                                           throws MDSAccessException
Returns the MDS instance that had been initialized.
Returns:
the initialied MDS instance
Throws:
MDSAccessException

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.