org.duelengine.duel
Class IncClientIDStrategy

java.lang.Object
  extended by org.duelengine.duel.IncClientIDStrategy
All Implemented Interfaces:
ClientIDStrategy

public class IncClientIDStrategy
extends Object
implements ClientIDStrategy


Constructor Summary
IncClientIDStrategy()
           
IncClientIDStrategy(String prefix)
           
 
Method Summary
 String nextID()
           
 void resetID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncClientIDStrategy

public IncClientIDStrategy()

IncClientIDStrategy

public IncClientIDStrategy(String prefix)
Method Detail

resetID

public void resetID()

nextID

public String nextID()
Specified by:
nextID in interface ClientIDStrategy


Copyright © 2011. All Rights Reserved.