Class marimba.channel.Updates
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class marimba.channel.Updates

java.lang.Object
   |
   +----marimba.channel.Updates

public class Updates
extends Object
This class generates a list of pending updates, creates and deletes that would be performed if all the changes for the specified channel were installed right now.
Version:
1.3, 01/04/97
Author:
Jonathan Payne

Constructor Index

 o Updates(Vector, Vector, Vector)

Method Index

 o getCreates()
Returns the enumeration of all the creations that are pending, or null if there are none.
 o getDeletes()
Returns the enumeration of all the deletions that are pending, or null if there are none.
 o getUpdates()
Returns the enumeration of all the updates that are pending, or null if there are none.

Constructors

 o Updates
  public Updates(Vector updates,
                 Vector creates,
                 Vector deletes)

Methods

 o getDeletes
  public Enumeration getDeletes()
Returns the enumeration of all the deletions that are pending, or null if there are none.
 o getCreates
  public Enumeration getCreates()
Returns the enumeration of all the creations that are pending, or null if there are none.
 o getUpdates
  public Enumeration getUpdates()
Returns the enumeration of all the updates that are pending, or null if there are none.

All Packages  Class Hierarchy  This Package  Previous  Next  Index