Interface COM.ibm.jaws.motk.Activation
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface COM.ibm.jaws.motk.Activation

public interface Activation
extends Object
This interface is used by some tool sets to allow objects to manage their transient state.

Method Index

 o activate()
In a tool set that supports Activation, this method will be called after an object's persistent state is restored.
 o prepareForExternalization()
In a tool set that supports Activation, this method will be called before an object's persistent state is externalized.

Methods

 o activate
  public abstract void activate()
In a tool set that supports Activation, this method will be called after an object's persistent state is restored.
 o prepareForExternalization
  public abstract void prepareForExternalization()
In a tool set that supports Activation, this method will be called before an object's persistent state is externalized.

All Packages  Class Hierarchy  This Package  Previous  Next  Index