Package sfs2x.client.requests.cluster
Class ClusterTarget
- java.lang.Object
-
- sfs2x.client.requests.cluster.ClusterTarget
-
public class ClusterTarget extends java.lang.ObjectRepresents a target Room on a Cluster Game Node
-
-
Constructor Summary
Constructors Constructor Description ClusterTarget(java.lang.String serverId, int roomId)Represents a target Room on a Cluster Game Node
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetRoomId()java.lang.StringgetServerId()
-
-
-
Constructor Detail
-
ClusterTarget
public ClusterTarget(java.lang.String serverId, int roomId)Represents a target Room on a Cluster Game Node- Parameters:
serverId- the id of the server hosting the RoomroomId- the Room id that will be joined- See Also:
SmartFox.getNodeId()
-
-