All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaNOW.ActiveEntry

java.lang.Object
   |
   +----javaNOW.Entry
           |
           +----javaNOW.ActiveEntry

public abstract class ActiveEntry
extends Entry
implements Cloneable, Serializable
ActiveEntry: Entry can store active object and param. to it


Constructor Index

 o ActiveEntry()
Constructors
 o ActiveEntry(Entry)
Constructors
 o ActiveEntry(Object, Object)
Constructors

Method Index

 o clone()
Clone object
 o execute(Object, JavaNOWAPI)
Modifiers
 o finalize()
Destructors

Constructors

 o ActiveEntry
 public ActiveEntry()
Constructors

 o ActiveEntry
 public ActiveEntry(Object key,
                    Object val)
Constructors

Parameters:
key - - Key of Entry
val- - Value of Entry
 o ActiveEntry
 public ActiveEntry(Entry t)
Constructors

Parameters:
Entry - - Data Entry

Methods

 o finalize
 protected void finalize()
Destructors

Overrides:
finalize in class Entry
 o clone
 public Object clone()
Clone object

Returns:
copy of ActiveEntry
Overrides:
clone in class Entry
 o execute
 public abstract Object execute(Object arg,
                                JavaNOWAPI api)
Modifiers

Parameters:
arg - - argument to pass
api - - JavaNOWAPI handle
Returns:
- output of operation
Throws: -
none
See Also:
TPool

All Packages  Class Hierarchy  This Package  Previous  Next  Index