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
-
ActiveEntry()
- Constructors
-
ActiveEntry(Entry)
- Constructors
-
ActiveEntry(Object, Object)
- Constructors
-
clone()
- Clone object
-
execute(Object, JavaNOWAPI)
- Modifiers
-
finalize()
- Destructors
ActiveEntry
public ActiveEntry()
- Constructors
ActiveEntry
public ActiveEntry(Object key,
Object val)
- Constructors
- Parameters:
- key - - Key of Entry
- val- - Value of Entry
ActiveEntry
public ActiveEntry(Entry t)
- Constructors
- Parameters:
- Entry - - Data Entry
finalize
protected void finalize()
- Destructors
- Overrides:
- finalize in class Entry
clone
public Object clone()
- Clone object
- Returns:
- copy of ActiveEntry
- Overrides:
- clone in class Entry
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