public class DELAY_JOIN_REQ extends Protocol
Constructor and Description |
---|
DELAY_JOIN_REQ() |
Modifier and Type | Method and Description |
---|---|
long |
getDelay() |
void |
setDelay(long delay) |
Object |
up(Event evt)
An event was received from the layer below.
|
destroy, down, downThreadEnabled, dumpStats, enableStats, getConfigurableObjects, getDownProtocol, getId, getLevel, getName, getProperties, getProtocolStack, getSocketFactory, getThreadFactory, getTransport, getUpProtocol, getValue, init, isErgonomics, printStats, providedDownServices, providedUpServices, requiredDownServices, requiredUpServices, resetStats, setDownProtocol, setErgonomics, setId, setLevel, setProperties, setPropertiesInternal, setProperty, setProtocolStack, setSocketFactory, setUpProtocol, setValue, setValues, start, statsEnabled, stop, upThreadEnabled
public long getDelay()
public void setDelay(long delay)
public Object up(Event evt)
Protocol
down_prot.down()
or c) the event (or another event) is sent up
the stack using up_prot.up()
.Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.