public class KickOutConfig<T>
extends java.lang.Object
构造器和说明 |
---|
KickOutConfig(T userName,
IntelligenceRuntimeException exception) |
KickOutConfig(T userName,
IntelligenceRuntimeException exception,
TerminalHandler terminal) |
限定符和类型 | 方法和说明 |
---|---|
IntelligenceRuntimeException |
getException() |
TerminalHandler |
getTerminal() |
T |
getUserName() |
void |
setException(IntelligenceRuntimeException exception) |
void |
setTerminal(TerminalHandler terminal) |
void |
setUserName(T userName) |
public KickOutConfig(T userName, IntelligenceRuntimeException exception)
public KickOutConfig(T userName, IntelligenceRuntimeException exception, TerminalHandler terminal)
public T getUserName()
public void setUserName(T userName)
public IntelligenceRuntimeException getException()
public void setException(IntelligenceRuntimeException exception)
public TerminalHandler getTerminal()
public void setTerminal(TerminalHandler terminal)