Modifier and Type | Method and Description |
---|---|
Bottle |
SIFTParamBottler.bottle(Object o,
MessageXC xc) |
Bottle<Point> |
PointBottler.bottle(Object o,
MessageXC xc) |
Bottle<Patch> |
PatchBottler.bottle(Object o,
MessageXC xc) |
Bottle<Layer> |
LayerBottler.bottle(Object o,
MessageXC xc) |
Object |
SIFTParamBottle.unBottle(MessageXC xc) |
Point |
PointBottle.unBottle(MessageXC xc) |
Patch |
PatchBottle.unBottle(MessageXC xc) |
Layer |
LayerBottle.unBottle(MessageXC xc) |
Modifier and Type | Method and Description |
---|---|
void |
TransceiverExceptionListener.handleRXThrowable(Throwable t,
MessageXC mxc,
ClusterMessage message) |
void |
TransceiverExceptionListener.handleTXThrowable(Throwable t,
MessageXC mxc,
ClusterMessage message) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterNode.setMessageXC(MessageXC xc) |
Modifier and Type | Method and Description |
---|---|
Bottle<File> |
FileBottler.bottle(Object o,
MessageXC xc) |
Bottle<A> |
Bottler.bottle(Object o,
MessageXC xc)
Return a Bottle that will return an equivalent to the argument when unBottle is called.
|
File |
FileBottle.unBottle(MessageXC xc) |
A |
Bottle.unBottle(MessageXC xc) |
Constructor and Description |
---|
FileBottle(File file,
MessageXC xc) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
XCErrorAdapter.handleCustom(Throwable t,
MessageXC mxc,
ClusterMessage message) |
protected boolean |
XCErrorAdapter.handleCustomRX(Throwable t,
MessageXC mxc,
ClusterMessage message) |
protected boolean |
XCErrorAdapter.handleCustomTX(Throwable t,
MessageXC mxc,
ClusterMessage message) |
void |
XCErrorAdapter.handleRXThrowable(Throwable t,
MessageXC mxc,
ClusterMessage message) |
void |
XCErrorAdapter.handleTXThrowable(Throwable t,
MessageXC mxc,
ClusterMessage message) |
protected void |
XCErrorAdapter.reportRX(Throwable t,
String message,
MessageXC mxc) |
protected void |
XCErrorAdapter.reportTX(Throwable t,
String message,
MessageXC mxc) |
Copyright © 2015–2021 Fiji. All rights reserved.