| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.vcs.spi.VCSEBMessage
oracle.jdeveloper.vcs.spi.VCSNodeUpdate
public class VCSNodeUpdate
Message sent when a node-related change occurs.
| Field Summary | |
|---|---|
| static java.lang.Object | RELOADED | 
| static java.lang.Object | RENAMED | 
| static java.lang.Object | SAVED | 
| Constructor Summary | |
|---|---|
| VCSNodeUpdate(Node node,
              java.lang.Object what)Constructor. | |
| Method Summary | |
|---|---|
|  Node | getNode()Gets the node for the node update message. | 
|  java.net.URL | getOldURL()Gets the old URL of the node, for RENAMED updates. | 
|  java.lang.Object | getWhat()Gets what caused this node update. | 
|  void | setOldURL(java.net.URL oldUrl)Sets the old URL of the node, for RENAMED updates. | 
| Methods inherited from class oracle.jdeveloper.vcs.spi.VCSEBMessage | 
|---|
| getSource | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.Object RELOADED
public static final java.lang.Object RENAMED
public static final java.lang.Object SAVED
| Constructor Detail | 
|---|
public VCSNodeUpdate(Node node,
                     java.lang.Object what)
node - the node.what - what happened.| Method Detail | 
|---|
public Node getNode()
public java.net.URL getOldURL()
public java.lang.Object getWhat()
public void setOldURL(java.net.URL oldUrl)
oldUrl - the old URL.| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||