com.bea.ales.management
Class DynamicAttributeQueryResult

java.lang.Object
  |
  +--com.bea.ales.management.query.MultiQueryResultImpl
        |
        +--com.bea.ales.management.AttributeQueryResult
              |
              +--com.bea.ales.management.DynamicAttributeQueryResult

public class DynamicAttributeQueryResult
extends AttributeQueryResult

This class represents the result of executing a query on dynamic attributes. It provides methods to iterate over the result and find a dynamic attribute from the result.


Method Summary
 AttributeElement find(java.lang.String name)
          Find a dynamic attribute by name from the result.
 
Methods inherited from class com.bea.ales.management.AttributeQueryResult
next, previous
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

find

public AttributeElement find(java.lang.String name)
                      throws ManagementException
Find a dynamic attribute by name from the result.

Parameters:
name - - The dynamic attribute name to look for
Returns:
the attribute object of which the name equals to name; or null if not found.
Throws:
ManagementException - if the operation fails.


Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.