All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.wizards.core.ServerObject
- public interface ServerObject
ServerObject is the interface for child objects of the
WizardState. These objects are managed by the server,
but can interact with a client side object more directly
than a Task.
-
addRuntimeResources(Vector)
- Get the runtime classes required by this ServerObject.
-
setWizardState(WizardState)
- This method sets the WizardState into the object at runtime.
setWizardState
public abstract void setWizardState(WizardState wizardState)
- This method sets the WizardState into the object at runtime.
- Parameters:
- wizardState - The WizardState parent.
addRuntimeResources
public abstract void addRuntimeResources(Vector resourceVector)
- Get the runtime classes required by this ServerObject.
- Parameters:
- resourceVector - The vector containing resources that this method will add to.
All Packages Class Hierarchy This Package Previous Next Index