public class FlyFinder
extends java.lang.Object
| Constructor and Description |
|---|
FlyFinder() |
FlyFinder(FieldCodec fieldCodec)
Use the supplied field codec to use non java serialized entries
|
| Modifier and Type | Method and Description |
|---|---|
Fly |
find()
Find any Fly instance on the local sub net and return a reference to it
|
Fly |
find(java.lang.String tag)
Find a Fly instance on the local sub net that mathces the tag supplied
in the array of tags supplied.
|
Fly |
find(java.lang.String[] tags)
Find a Fly instance on the local sub net that matches the tags supplied
in the array of tags supplied.
|
public FlyFinder()
public FlyFinder(FieldCodec fieldCodec)
fieldCodec - the field codec to use non java serialized entriespublic Fly find()
public Fly find(java.lang.String tag)
tag - - the tag used to match with the FlySpace tagspublic Fly find(java.lang.String[] tags)
tags - - the tags used to match with the FlySpace tags