Class CallEventNumbers
java.lang.Object
bitel.billing.server.call.bean.event.CallEventNumbers
public class CallEventNumbers
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
AFTER_LOGIN_UPDATE_EVENT
static int
BEFORE_LOGIN_DELETE_EVENT
static int
RADIUS_AUTHENTICATE_EVENT
-
Constructor Summary
Constructors Constructor Description CallEventNumbers()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
BEFORE_LOGIN_DELETE_EVENT
public static final int BEFORE_LOGIN_DELETE_EVENT- See Also:
- Constant Field Values
-
AFTER_LOGIN_UPDATE_EVENT
public static final int AFTER_LOGIN_UPDATE_EVENT- See Also:
- Constant Field Values
-
RADIUS_AUTHENTICATE_EVENT
public static final int RADIUS_AUTHENTICATE_EVENT- See Also:
- Constant Field Values
-
-
Constructor Details
-
CallEventNumbers
public CallEventNumbers()
-