|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.model.Node
oracle.ide.model.DataNode
public class DataNode
| Field Summary |
|---|
| Fields inherited from class oracle.ide.model.Node |
|---|
LOG_READONLY |
| Constructor Summary | |
|---|---|
DataNode()Default constructor. |
|
DataNode(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 ObjectStore to unmarshal the file into a JavaBean instance. |
protected void |
saveImpl()Document interface method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataNode()
public DataNode(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 Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||