public class NoBundler extends Object implements Bundler
Modifier and Type | Field and Description |
---|---|
protected Log |
log |
protected TP |
transport |
Constructor and Description |
---|
NoBundler() |
Modifier and Type | Method and Description |
---|---|
void |
init(TP transport)
Called after creation of the bundler
|
void |
send(Message msg) |
protected void |
sendSingleMessage(Message msg,
ByteArrayDataOutputStream output) |
int |
size()
The number of unsent messages in the bundler
|
void |
start()
Called after
Bundler.init(TP) |
void |
stop() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStats, resetStats, viewChange
public int size()
Bundler
public void init(TP transport)
Bundler
public void start()
Bundler
Bundler.init(TP)
protected void sendSingleMessage(Message msg, ByteArrayDataOutputStream output)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.