public class PointBottler extends Object implements Bottler<Point>
Constructor and Description |
---|
PointBottler() |
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(Object o)
Return true if this Bottler accepts the given Object.
|
Bottle<Point> |
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<Point> bottle(Object o, MessageXC xc)
Bottler
Copyright © 2015–2021 Fiji. All rights reserved.