Inquire action

The inquire action queries values from an administered object.

If the administered object is running, the values returned on the inquire are those that are currently in use.

The values returned from a stopped object reflect any recent changes to values made by an update action.

Thus, a sequence of:
    start, update, inquire
returns the values configured before the update,
A sequence of:
    start, update, stop, inquire
returns the values configured after the update.

You may find it less confusing if you stop any administered object before updating variable values.


Terms of use | WebSphere software

(c) Copyright IBM Corporation 2004, 2005. All rights reserved.