Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
ICS.PushObj
Saves an object by name, and retains any object previously saved by that same name.
Syntax
public boolean PushObj(String name, Object value)Parameters
name
- The name of the object.
value
- The object you want to push.
Description
The
PushObj
method saves an object by name, and retains any object previously saved by that same name. This method is useful for keeping objects saved during a thread.See Also
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.