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
-
Updates(Vector, Vector, Vector)
-
-
getCreates()
- Returns the enumeration of all the creations that are pending,
or null if there are none.
-
getDeletes()
- Returns the enumeration of all the deletions that are pending,
or null if there are none.
-
getUpdates()
- Returns the enumeration of all the updates that are pending,
or null if there are none.
Updates
public Updates(Vector updates,
Vector creates,
Vector deletes)
getDeletes
public Enumeration getDeletes()
- Returns the enumeration of all the deletions that are pending,
or null if there are none.
getCreates
public Enumeration getCreates()
- Returns the enumeration of all the creations that are pending,
or null if there are none.
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