Skip navigation links

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

E10689-01


oracle.wsm.mds
Class MDSDBStoreInitializer

java.lang.Object
  extended by oracle.wsm.mds.MDSDBStoreInitializer

All Implemented Interfaces:
MDSInitializer

public class MDSDBStoreInitializer
extends Object
implements MDSInitializer

An MDS file store initializer. It initializes an MDS instance that will be used as a singleton by the SCA/Fabric system.


Field Summary
static String OWSM_MDS_INSTANCE_NAME
          OWSM MDS Instance name

 

Fields inherited from interface oracle.wsm.mds.MDSInitializer
MDS_INSTANCE_NAME

 

Constructor Summary
MDSDBStoreInitializer()
           
MDSDBStoreInitializer(String userName, String password, String jdbcURL, String mdsPartition)
          Default constructor

 

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

 

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

 

Field Detail

OWSM_MDS_INSTANCE_NAME

public static final String OWSM_MDS_INSTANCE_NAME
OWSM MDS Instance name
See Also:
Constant Field Values

Constructor Detail

MDSDBStoreInitializer

public MDSDBStoreInitializer()

MDSDBStoreInitializer

public MDSDBStoreInitializer(String userName,
                             String password,
                             String jdbcURL,
                             String mdsPartition)
Default constructor
Parameters:
userName - Database username
password - Database password
jdbcURL - JDBC URL to connect to the DB
mdsPartition - Partition within MDS store If this value is null then the default is set to "/owsm"
See Also:
MDSConstants.OWSM_PARTITION

Method Detail

getMDSInstance

public oracle.mds.core.MDSInstance getMDSInstance()
                                           throws MDSAccessException
Returns the MDS instance that had been initialized.
Specified by:
getMDSInstance in interface MDSInitializer
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.