Skip navigation links
oracle.wsm.mds
Class MDSDBStoreInitializer
java.lang.Object
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.
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 |
OWSM_MDS_INSTANCE_NAME
public static final String OWSM_MDS_INSTANCE_NAME
- OWSM MDS Instance name
- See Also:
- Constant Field Values
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
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
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.