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 VCSCommandState

java.lang.Object
  extended by oracle.jdeveloper.vcs.spi.VCSCommandState
Direct Known Subclasses:
CommandState

public class VCSCommandState
extends java.lang.Object

Class holding state-related data / objects for a command.

Since:
9.0.5

Constructor Summary
VCSCommandState()
          Constructor.
VCSCommandState(VCSDirectoryInvokableState invokableState, java.util.Map timestampMap)
          Constructor.
 
Method Summary
 VCSDirectoryInvokableState getInvokableState()
          Gets the associated invokable state object.
 java.lang.Object getProperty(java.lang.String name)
           
 java.util.Map getTimestampMap()
          Gets the associated timestamp map.
 void removeProperty(java.lang.String name)
           
 void setInvokableState(VCSDirectoryInvokableState invokableState)
          Sets the associated invokable state object.
 void setProperty(java.lang.String name, java.lang.Object value)
           
 void setTimestampMap(java.util.Map timestampMap)
          Sets the associated timestamp map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VCSCommandState

public VCSCommandState()
Constructor.


VCSCommandState

public VCSCommandState(VCSDirectoryInvokableState invokableState,
                       java.util.Map timestampMap)
Constructor.

Parameters:
invokableState - the invokable state object.
timestampMap - the map of timestamps against node instances.
Method Detail

getInvokableState

public VCSDirectoryInvokableState getInvokableState()
Gets the associated invokable state object.

Returns:
the object representing the invocation state.

setInvokableState

public void setInvokableState(VCSDirectoryInvokableState invokableState)
Sets the associated invokable state object.

Parameters:
invokableState - the object representing the invocation state.

getTimestampMap

public java.util.Map getTimestampMap()
Gets the associated timestamp map.

Returns:
the map of timestamps against nodes.

setTimestampMap

public void setTimestampMap(java.util.Map timestampMap)
Sets the associated timestamp map.

Parameters:
timestampMap - the map of timestamps against nodes.

getProperty

public final java.lang.Object getProperty(java.lang.String name)

setProperty

public final void setProperty(java.lang.String name,
                              java.lang.Object value)

removeProperty

public final void removeProperty(java.lang.String name)

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.