public class QueueStateFilter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static int |
ALARM |
static int |
CALENDAR_DISABLED |
static int |
CALENDAR_SUSPENDED |
static int |
CONFIGURATION_AMBIGUOUS |
static int |
DISABLED |
static int |
ERROR |
static int |
ORPHANED |
static int |
SUBORDINATE |
static int |
SUSPEND_ALARM |
static int |
SUSPENDED |
static int |
UNKNOWN |
Constructor and Description |
---|
QueueStateFilter() |
QueueStateFilter(int mask)
Creates a new instance of QueueStateFilter
|
Modifier and Type | Method and Description |
---|---|
QueueStateFilter |
fill(java.lang.String optionstr) |
java.lang.String |
getOptions() |
boolean |
hasAlarm() |
boolean |
hasCalendarDisabled() |
boolean |
hasCalendarSuspend() |
boolean |
hasConfigurationAmbiguous() |
boolean |
hasDisabled() |
boolean |
hasError() |
boolean |
hasOrphaned() |
boolean |
hasSubordinate() |
boolean |
hasSuspendAlarm() |
boolean |
hasSuspended() |
boolean |
hasUnknown() |
static QueueStateFilter |
parse(java.lang.String options) |
void |
setAlarm(boolean flag) |
void |
setCalendarDisabled(boolean flag) |
void |
setCalendarSuspend(boolean flag) |
void |
setConfigurationAmbiguous(boolean flag) |
void |
setDisabled(boolean flag) |
void |
setError(boolean flag) |
void |
setOrphaned(boolean flag) |
void |
setSubordinate(boolean flag) |
void |
setSuspendAlarm(boolean flag) |
void |
setSuspended(boolean flag) |
void |
setUnknown(boolean flag) |
java.lang.String |
toString() |
public static final int ALARM
public static final int CONFIGURATION_AMBIGUOUS
public static final int DISABLED
public static final int ORPHANED
public static final int SUSPENDED
public static final int UNKNOWN
public static final int SUSPEND_ALARM
public static final int CALENDAR_SUSPENDED
public static final int CALENDAR_DISABLED
public static final int ERROR
public static final int SUBORDINATE
public QueueStateFilter()
public QueueStateFilter(int mask)
public boolean hasAlarm()
public void setAlarm(boolean flag)
public boolean hasConfigurationAmbiguous()
public void setConfigurationAmbiguous(boolean flag)
public boolean hasDisabled()
public void setDisabled(boolean flag)
public boolean hasOrphaned()
public void setOrphaned(boolean flag)
public boolean hasSuspended()
public void setSuspended(boolean flag)
public boolean hasUnknown()
public void setUnknown(boolean flag)
public boolean hasSuspendAlarm()
public void setSuspendAlarm(boolean flag)
public boolean hasCalendarSuspend()
public void setCalendarSuspend(boolean flag)
public boolean hasCalendarDisabled()
public void setCalendarDisabled(boolean flag)
public boolean hasError()
public void setError(boolean flag)
public boolean hasSubordinate()
public void setSubordinate(boolean flag)
public static QueueStateFilter parse(java.lang.String options)
public QueueStateFilter fill(java.lang.String optionstr)
public java.lang.String getOptions()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.