public class PatchBottler extends Object implements Bottler<Patch>
Constructor and Description |
---|
PatchBottler() |
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(Object o)
Return true if this Bottler accepts the given Object.
|
Bottle<Patch> |
bottle(Object o,
MessageXC xc)
Return a Bottle that will return an equivalent to the argument when unBottle is called.
|
boolean |
transfer()
Determines whether this Bottler is transferred to the remote node.
|
public boolean accepts(Object o)
Bottler
public Bottle<Patch> bottle(Object o, MessageXC xc)
Bottler
Copyright © 2015–2021 Fiji. All rights reserved.