To retrieve all profiles match a static query (pre-defined in a profile table’s profile specification schema), use the following MBean operation.
| 
 | 
The Rhino SLEE does not use a rhino-console command for this function.
 | 
MBean operation: getProfilesByStaticQuery
MBean  | 
|
|---|---|
SLEE-defined  | 
public Collection getProfilesByStaticQuery(String profileTableName, String queryName, Object[] parameters)
    throws NullPointerException, UnrecognizedProfileTableNameException,
          UnrecognizedQueryNameException, InvalidArgumentException,
          AttributeTypeMismatchException, ManagementException;
 | 
Arguments  | 
This operation requires that you specify the: 
  | 
| 
 | 
For more about static query methods, please see chapter 10.8.2 "Static query methods" in the SLEE 1.1 specification. | 
