To retrieve an object from the policy store
SmAgent myAgent = new SmAgent();
result = myPolicyApi.getAgent ("myAgent", myAgent);
If the method succeeds, it populates myAgent with the properties of the specified agent object. (If a get... method retrieves a list, the list is written to a vector.) If no matching objects are found, the properties of the receiving object retain their initial values.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |