Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.jdeveloper.vcs.spi
Class VCSNodeUpdate

java.lang.Object
  extended by oracle.jdeveloper.vcs.spi.VCSEBMessage
      extended by oracle.jdeveloper.vcs.spi.VCSNodeUpdate

public class VCSNodeUpdate
extends VCSEBMessage

Message sent when a node-related change occurs.

Since:
10.1.3

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

RELOADED

public static final java.lang.Object RELOADED

RENAMED

public static final java.lang.Object RENAMED

SAVED

public static final java.lang.Object SAVED
Constructor Detail

VCSNodeUpdate

public VCSNodeUpdate(Node node,
                     java.lang.Object what)
Constructor.

Parameters:
node - the node.
what - what happened.
Method Detail

getNode

public Node getNode()
Gets the node for the node update message.

Returns:
the node.

getOldURL

public java.net.URL getOldURL()
Gets the old URL of the node, for RENAMED updates.

Returns:
the old URL.

getWhat

public java.lang.Object getWhat()
Gets what caused this node update.

Returns:
the cause.

setOldURL

public void setOldURL(java.net.URL oldUrl)
Sets the old URL of the node, for RENAMED updates.

Parameters:
oldUrl - the old URL.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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