it.gotoandplay.smartfoxserver.lib
Class BanTypes

java.lang.Object
  extended by it.gotoandplay.smartfoxserver.lib.BanTypes

public class BanTypes
extends java.lang.Object

This class contains constants representing modes of banning users.
They are referenced by the banUser(), removeBanishment() methods of the ExtensionHelper class.

Since:
1.6.3
See Also:
ExtensionHelper

Field Summary
static int BY_IP
           
static int BY_NAME
           
 
Constructor Summary
BanTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BY_NAME

public static final int BY_NAME
See Also:
Constant Field Values

BY_IP

public static final int BY_IP
See Also:
Constant Field Values
Constructor Detail

BanTypes

public BanTypes()