public class Settings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ODefaultNRC |
static boolean |
ODefaultSync |
static int |
ODefaultVerbose |
static byte |
ODiscard |
static boolean |
ONewFocus |
static byte |
ORequeue |
static byte |
ORetrieve |
static boolean |
OSameFocus |
Constructor and Description |
---|
Settings() |
Settings(java.lang.String options) |
Modifier and Type | Method and Description |
---|---|
void |
addOption(java.lang.String key,
java.lang.Object value)
add user defined option
|
boolean |
discard() |
java.lang.String |
getUserParameter(java.lang.String key) |
java.util.Map<java.lang.String,java.lang.Object> |
getUserParameters() |
boolean |
hasQueryCache() |
boolean |
hasQueryProfiling() |
boolean |
isSync()
returns true if the execution is synchronised
|
boolean |
isTROon() |
java.util.logging.Level |
logLevel() |
boolean |
newFocus() |
int |
nrcbp() |
boolean |
requeue() |
boolean |
retrieve() |
boolean |
sameFocus() |
void |
setEvents(byte opt) |
void |
setIntBels(boolean opt) |
void |
setNRCBP(int opt) |
void |
setNRCBP(java.lang.String opt) |
void |
setOptions(java.util.Map<java.lang.String,java.lang.Object> options) |
void |
setOptions(java.lang.String options) |
void |
setQueryCache(boolean b) |
void |
setQueryProfiling(boolean b) |
void |
setSync(boolean pSync) |
void |
setTRO(boolean tro) |
void |
setVerbose(int opt) |
void |
setVerbose(java.lang.String opt) |
int |
verbose() |
public static final byte ODiscard
public static final byte ORequeue
public static final byte ORetrieve
public static final boolean OSameFocus
public static final boolean ONewFocus
public static final int ODefaultNRC
public static final int ODefaultVerbose
public static final boolean ODefaultSync
public void setOptions(java.lang.String options)
public void setOptions(java.util.Map<java.lang.String,java.lang.Object> options)
public void addOption(java.lang.String key, java.lang.Object value)
public void setEvents(byte opt)
public void setIntBels(boolean opt)
public void setNRCBP(java.lang.String opt)
public void setNRCBP(int opt)
public void setVerbose(java.lang.String opt)
public void setVerbose(int opt)
public boolean discard()
public boolean requeue()
public boolean retrieve()
public boolean sameFocus()
public boolean newFocus()
public int nrcbp()
public int verbose()
public java.util.logging.Level logLevel()
public boolean isSync()
public void setSync(boolean pSync)
public boolean isTROon()
public void setTRO(boolean tro)
public boolean hasQueryCache()
public void setQueryCache(boolean b)
public boolean hasQueryProfiling()
public void setQueryProfiling(boolean b)
public java.util.Map<java.lang.String,java.lang.Object> getUserParameters()
public java.lang.String getUserParameter(java.lang.String key)