public class DBManServerEvent extends DBManEvent implements DBManServerEventI
Modifier and Type | Field and Description |
---|---|
static int |
SUBTYPE_FORCEDCLIENTDISCONNECT |
static int |
SUBTYPE_FORCEDCLIENTDISCONNECT_STOPPED |
static int |
SUBTYPE_LOCK |
static int |
SUBTYPE_SHUTDOWN |
static int |
SUBTYPE_SHUTDOWN_INITIATED |
static int |
SUBTYPE_SHUTDOWN_STOPPED |
static int |
SUBTYPE_SYSTEMMESSAGE |
static int |
SUBTYPE_UNLOCK |
Constructor and Description |
---|
DBManServerEvent(int _subtype) |
DBManServerEvent(int _subtype,
java.lang.Object _data) |
DBManServerEvent(int _subtype,
java.lang.Object _data,
java.lang.String _msg) |
DBManServerEvent(int _subtype,
java.lang.Object _data,
java.lang.String _msg,
java.lang.String _sender) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getData() |
java.lang.String |
getDescription() |
java.lang.String |
getMessage() |
java.lang.String |
getSender() |
int |
getType() |
boolean |
isDemandedForcedClientDisconnect() |
boolean |
isEmpty() |
boolean |
isForcedClientDisconnectStopped() |
boolean |
isLock() |
boolean |
isShutdown() |
boolean |
isShutdownInitiated() |
boolean |
isShutdownStopped() |
boolean |
isSystemMessage() |
boolean |
isUnlock() |
java.lang.String |
toString() |
addServerSideCalculatedInformation, clone, getAdditionalInformation, getFilteringInstance, getServerNodeNumber, getServerSideCalculatedInformation, getTrimmedSize, setServerNodeNumber, setServerSideCalculatedInformation
public static final int SUBTYPE_LOCK
public static final int SUBTYPE_UNLOCK
public static final int SUBTYPE_SHUTDOWN_INITIATED
public static final int SUBTYPE_SHUTDOWN_STOPPED
public static final int SUBTYPE_SHUTDOWN
public static final int SUBTYPE_SYSTEMMESSAGE
public static final int SUBTYPE_FORCEDCLIENTDISCONNECT
public static final int SUBTYPE_FORCEDCLIENTDISCONNECT_STOPPED
public DBManServerEvent(int _subtype)
public DBManServerEvent(int _subtype, java.lang.Object _data)
public DBManServerEvent(int _subtype, java.lang.Object _data, java.lang.String _msg)
public DBManServerEvent(int _subtype, java.lang.Object _data, java.lang.String _msg, java.lang.String _sender)
public int getType()
getType
in class DBManEvent
public boolean isEmpty()
isEmpty
in class DBManEvent
public java.lang.Object getData()
getData
in interface DBManServerEventI
public java.lang.String getMessage()
public java.lang.String getSender()
public boolean isLock()
public boolean isUnlock()
public boolean isShutdownInitiated()
public boolean isShutdownStopped()
public boolean isShutdown()
public boolean isSystemMessage()
isSystemMessage
in interface DBManServerEventI
public boolean isDemandedForcedClientDisconnect()
public boolean isForcedClientDisconnectStopped()
public java.lang.String getDescription()
getDescription
in class DBManEvent
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.