com.ibm.websphere.models.config.helpers.wps
Class DatabaseConfigHelper

java.lang.Object
  extended by com.ibm.websphere.models.config.helpers.wps.DatabaseConfigHelper

public class DatabaseConfigHelper
extends java.lang.Object

Author:
Saravanakumar Srinivasan DatabaseConfigHelper

Field Summary
protected static java.util.logging.Logger logger
           
 
Constructor Summary
DatabaseConfigHelper()
           
 
Method Summary
protected static CoreCellExtension getCoreCellExtension()
           
protected static CoreCellExtension getCoreCellExtension(com.ibm.websphere.management.Session session, boolean createOnDemand)
           
static WBIDatabaseConfig getDatabaseConfiguration()
          gets the runtime database configuration information
static WBIDatabaseConfig getDatabaseConfiguration(com.ibm.websphere.management.Session session, boolean createOnDemand)
           
static void saveResource(org.eclipse.emf.ecore.EObject object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static java.util.logging.Logger logger
Constructor Detail

DatabaseConfigHelper

public DatabaseConfigHelper()
Method Detail

getDatabaseConfiguration

public static WBIDatabaseConfig getDatabaseConfiguration()
gets the runtime database configuration information

Returns:
a read-only WBIDatabaseConfig

getDatabaseConfiguration

public static WBIDatabaseConfig getDatabaseConfiguration(com.ibm.websphere.management.Session session,
                                                         boolean createOnDemand)

saveResource

public static void saveResource(org.eclipse.emf.ecore.EObject object)

getCoreCellExtension

protected static CoreCellExtension getCoreCellExtension()

getCoreCellExtension

protected static CoreCellExtension getCoreCellExtension(com.ibm.websphere.management.Session session,
                                                        boolean createOnDemand)