Package org.zeromq
Class ZStar.SimpleSet
- java.lang.Object
-
- org.zeromq.ZStar.SimpleSet
-
-
Constructor Summary
Constructors Constructor Description SimpleSet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.StringcreateDefaultName(java.lang.String format, int id)booleanfire()Is the set on fire ?voidlights(java.lang.String name, int id)Puts the performance name on the front door with big lights.
-
-
-
Method Detail
-
fire
public boolean fire()
Description copied from interface:ZStar.SetIs the set on fire ?
-
lights
public void lights(java.lang.String name, int id)Description copied from interface:ZStar.SetPuts the performance name on the front door with big lights.
-
createDefaultName
public static java.lang.String createDefaultName(java.lang.String format, int id)
-
-