Home > Contents > 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 > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.