|
Appia Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.appia.core.Event
net.sf.appia.core.events.channel.ChannelEvent
net.sf.appia.core.events.channel.PeriodicTimer
net.sf.appia.protocols.gossipServer.GossipServerTimer
public class GossipServerTimer
Field Summary | |
---|---|
static java.lang.String |
ID
|
Fields inherited from class net.sf.appia.core.events.channel.PeriodicTimer |
---|
period, timerID |
Fields inherited from class net.sf.appia.core.Event |
---|
DEFAULT_PRIORITY, MAX_PRIORITY, MIN_PRIORITY |
Constructor Summary | |
---|---|
GossipServerTimer()
|
|
GossipServerTimer(long period,
Channel channel,
Session source,
int qualifier)
|
Method Summary |
---|
Methods inherited from class net.sf.appia.core.events.channel.PeriodicTimer |
---|
cloneEvent, getPeriod, setPeriod |
Methods inherited from class net.sf.appia.core.events.channel.ChannelEvent |
---|
getQualifierMode, setQualifierMode |
Methods inherited from class net.sf.appia.core.Event |
---|
asyncGo, currentSession, debug, getChannel, getDir, getPriority, getSchedulerData, getSource, getSourceSession, go, init, isAccepted, popSession, setChannel, setDir, setPriority, setSchedulerData, setSource, setSourceSession |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ID
Constructor Detail |
---|
public GossipServerTimer()
public GossipServerTimer(long period, Channel channel, Session source, int qualifier) throws AppiaEventException, AppiaException
AppiaEventException
AppiaException
|
Appia Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |