|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.emx.IEmxDispatcher.Params
public static class IEmxDispatcher.Params
Specifies dispatcher operating parameters.
This class is used to specify the operating parameters of a dispatcher. An instance of this class is provided to the dispatcher during creation.
Method Summary | |
---|---|
Object |
clone()
Clone the parameters object |
static IEmxDispatcher.Params |
create()
Create a default parameters object |
static IEmxDispatcher.Params |
create(boolean timestampEvents,
boolean threaded)
Create a parameters object using specified parameters. |
boolean |
equals(IEmxDispatcher.Params params)
Indicates whether another parameter object equals this one. |
boolean |
getThreaded()
Get the 'threaded' parameter value. |
boolean |
getTimestampEvents()
Get the 'timestamp events' parameter value. |
String |
toString()
Get a string representation of the parameter object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static IEmxDispatcher.Params create(boolean timestampEvents, boolean threaded)
timestampEvents
- Specifies whether events scheduled with the
dispatcher should be stamped with the event schedule and dispatch
time. A value of false on this parameter will cause the
IEmxEvent.getLatency()
method to always return 0.threaded
- Specifies whether the dispatcher is to operate in
a multi-threaded mode i.e. whether a thread different from the
dispatcher owner can schedule user events with the dispatcher.
public static IEmxDispatcher.Params create()
public final boolean getThreaded()
public final boolean getTimestampEvents()
public Object clone()
clone
in class Object
This method creates a clone of the parameters object
public boolean equals(IEmxDispatcher.Params params)
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |