Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1)

E10686-03


oracle.adf.share.jndi
Class MDSBackingStore

java.lang.Object
  extended by oracle.adf.share.jndi.DocumentBackingStore
      extended by oracle.adf.share.jndi.MDSBackingStore


public class MDSBackingStore
extends DocumentBackingStore
Since:
release specific (what release of product did this appear in)

Constructor Summary
MDSBackingStore()
           
MDSBackingStore(java.lang.String url)
           

 

Method Summary
 void clearCustomizations()
           
 void clearSession()
           
 boolean closeDocument(java.lang.String url)
          This method should be overwritten by Writable backing store, so that they close and flush the resources used.
 org.w3c.dom.Document createDocument(java.lang.String url)
           
 boolean documentExists(java.lang.String url)
           
 javax.xml.bind.Element getMOBean()
           
 oracle.mds.core.MOKey getMOKey()
           
 oracle.mds.core.MOReference getMOReference()
           
 boolean hasChanged(java.lang.String url)
           
 void initialize(java.util.Hashtable contextEnv, java.lang.String url)
           
 boolean isReadOnly()
           
 boolean isReadOnlyMDSStore(java.lang.String url)
           
 org.w3c.dom.Document readDocument(java.lang.String url)
           
 void writeDocument(org.w3c.dom.Document doc, java.lang.String url)
           

 

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

 

Constructor Detail

MDSBackingStore

public MDSBackingStore()

MDSBackingStore

public MDSBackingStore(java.lang.String url)
                throws java.lang.Exception
Throws:
java.lang.Exception

Method Detail

createDocument

public org.w3c.dom.Document createDocument(java.lang.String url)
                                    throws java.lang.Exception
Specified by:
createDocument in class DocumentBackingStore
Throws:
java.lang.Exception

documentExists

public boolean documentExists(java.lang.String url)
                       throws java.lang.Exception
Specified by:
documentExists in class DocumentBackingStore
Throws:
java.lang.Exception

isReadOnly

public boolean isReadOnly()
Specified by:
isReadOnly in class DocumentBackingStore

isReadOnlyMDSStore

public boolean isReadOnlyMDSStore(java.lang.String url)
                           throws java.lang.Exception
Throws:
java.lang.Exception

readDocument

public org.w3c.dom.Document readDocument(java.lang.String url)
                                  throws java.lang.Exception
Specified by:
readDocument in class DocumentBackingStore
Throws:
java.lang.Exception

writeDocument

public void writeDocument(org.w3c.dom.Document doc,
                          java.lang.String url)
                   throws java.lang.Exception
Specified by:
writeDocument in class DocumentBackingStore
Throws:
java.lang.Exception

initialize

public void initialize(java.util.Hashtable contextEnv,
                       java.lang.String url)
                throws java.lang.Exception
Overrides:
initialize in class DocumentBackingStore
Throws:
java.lang.Exception

closeDocument

public boolean closeDocument(java.lang.String url)
Description copied from class: DocumentBackingStore
This method should be overwritten by Writable backing store, so that they close and flush the resources used. The default method is a no-op.
Overrides:
closeDocument in class DocumentBackingStore

getMOReference

public oracle.mds.core.MOReference getMOReference()
                                           throws oracle.mds.config.MDSConfigurationException,
                                                  java.lang.Exception
Throws:
oracle.mds.config.MDSConfigurationException
java.lang.Exception

clearSession

public void clearSession()
                  throws java.lang.Exception
Throws:
java.lang.Exception

clearCustomizations

public void clearCustomizations()
                         throws java.lang.Exception
Throws:
java.lang.Exception

getMOBean

public javax.xml.bind.Element getMOBean()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

hasChanged

public boolean hasChanged(java.lang.String url)
Overrides:
hasChanged in class DocumentBackingStore

getMOKey

public oracle.mds.core.MOKey getMOKey()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1)

E10686-03


Copyright © 1997, 2009, Oracle. All rights reserved.