| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.model.Node
oracle.jdeveloper.library.LibraryDataNode
public class LibraryDataNode
| Field Summary | 
|---|
| Fields inherited from class oracle.ide.model.Node | 
|---|
| LOG_READONLY | 
| Constructor Summary | |
|---|---|
| LibraryDataNode()Default constructor. | |
| LibraryDataNode(java.net.URL url) | |
| Method Summary | |
|---|---|
| protected  java.lang.Object | getObjectStoreTarget() | 
|  java.net.URL | getURL()We override the getURL accessor here to mark the URL property as transient. | 
| protected  ObjectStore | newObjectStore() | 
| protected  void | openImpl()This method uses ObjectStoreto unmarshal the file into a 
  JavaBean instance. | 
| protected  void | saveImpl()Documentinterface method. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public LibraryDataNode()
public LibraryDataNode(java.net.URL url)
| Method Detail | 
|---|
public java.net.URL getURL()
                    throws TransientMarker
getURL in interface LocatablegetURL in class NodeURL identifying this Locatable.
TransientMarker
protected void openImpl()
                 throws java.io.IOException
ObjectStore to unmarshal the file into a 
  JavaBean instance. In addition, subclasses can call this method
  and indicate that the method should not send OBJECT_OPENED notification
  to observers. This method sends OBJECT_OPENED notification in an
  invoke later event.
openImpl in class Nodejava.io.IOException - if an I/O error occurred while openingObjectStore
protected void saveImpl()
                 throws java.io.IOException
Document interface method.  This method uses
  Object2Dom to marshal the underlying JavaBean into an XML
  form.
saveImpl in class Nodejava.io.IOException - if an I/O error occurred while savingObject2Domprotected ObjectStore newObjectStore()
protected java.lang.Object getObjectStoreTarget()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||