public class JGroupsOutputStream extends OutputStream
| Modifier and Type | Field and Description |
|---|---|
protected List<org.jgroups.Address> |
dests |
protected org.jgroups.blocks.RpcDispatcher |
disp |
protected short |
methodOffset |
protected Serializable |
stateId |
| Constructor and Description |
|---|
JGroupsOutputStream(org.jgroups.blocks.RpcDispatcher disp,
List<org.jgroups.Address> dests,
Serializable stateId,
short methodOffset,
boolean sendCreate) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(int b) |
write, writeprotected final org.jgroups.blocks.RpcDispatcher disp
protected final List<org.jgroups.Address> dests
protected final Serializable stateId
protected final short methodOffset
public JGroupsOutputStream(org.jgroups.blocks.RpcDispatcher disp,
List<org.jgroups.Address> dests,
Serializable stateId,
short methodOffset,
boolean sendCreate)
throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.