| java.lang.Object javax.management.QueryExpSupport
QueryExpSupport | public class QueryExpSupport implements QueryExp(Code) | | The QueryExpSupport class represents relational constraints that can be used
in database query "where clauses." Instances of QueryExpSupport are returned
by the static methods of the Query class.
|
Field Summary | |
final public static int | AND | final public static int | ANY | final public static int | BET | final public static int | DIV | final public static int | EQ | final public static int | FINAL | final public static int | GE | final public static int | GT | final public static int | IN | final public static int | INITIAL | final public static int | LE | final public static int | LT | final public static int | MATCH | final public static int | MINUS | final public static int | NOT | final public static int | OR | final public static int | PLUS | final public static int | TIMES | boolean | queryFlag | boolean | valueFlag |
Constructor Summary | |
public | QueryExpSupport() | | QueryExpSupport(QueryExp q1, QueryExp q2, int type) | | QueryExpSupport(QueryExp q1, int type) | | QueryExpSupport(ValueExp v1, ValueExp v2, int type) | | QueryExpSupport(ValueExp v1, ValueExp v2, ValueExp v3, int type) | | QueryExpSupport(ValueExp v1, ValueExp[] list, int type) |
AND | final public static int AND(Code) | | |
ANY | final public static int ANY(Code) | | |
BET | final public static int BET(Code) | | |
DIV | final public static int DIV(Code) | | |
EQ | final public static int EQ(Code) | | |
FINAL | final public static int FINAL(Code) | | |
GE | final public static int GE(Code) | | |
GT | final public static int GT(Code) | | |
IN | final public static int IN(Code) | | |
INITIAL | final public static int INITIAL(Code) | | |
LE | final public static int LE(Code) | | |
LT | final public static int LT(Code) | | |
MATCH | final public static int MATCH(Code) | | |
MINUS | final public static int MINUS(Code) | | |
NOT | final public static int NOT(Code) | | |
OR | final public static int OR(Code) | | |
PLUS | final public static int PLUS(Code) | | |
TIMES | final public static int TIMES(Code) | | |
queryFlag | boolean queryFlag(Code) | | |
valueFlag | boolean valueFlag(Code) | | |
QueryExpSupport | public QueryExpSupport()(Code) | | |
getType | public int getType()(Code) | | |
isQueryFlag | public boolean isQueryFlag()(Code) | | |
isValueFlag | public boolean isValueFlag()(Code) | | |
setMBeanServer | public void setMBeanServer(MBeanServer server)(Code) | | Sets the MBeanServer on which the query is to be accessed.
Parameters: server - - The MBeanServer on which the query is to be accessed. |
|
|