public static enum Cx.ServerAssignmentType extends Enum<Cx.ServerAssignmentType>
| Enum Constant and Description |
|---|
ADMINISTRATIVE_DEREGISTRATION
The S-CSCF, due to administrative reasons, has performed the de-registration of an identity.
|
AUTHENTICATION_FAILURE
The authentication of a user has failed.
|
AUTHENTICATION_TIMEOUT
The authentication timeout has expired.
|
DEREGISTRATION_TOO_MUCH_DATA
The S-CSCF has requested user profile information from the HSS and
has received a volume of data higher than it can accept.
|
NO_ASSIGNMENT
This value is used to request from HSS the user profile assigned to one or more public
identities, without affecting the registration state of those identities.
|
RE_REGISTRATION
The request corresponds to the re-registration of an identity.
|
REGISTRATION
The request is generated as a consequence of a first registration of an identity.
|
TIMEOUT_DEREGISTRATION
The SIP registration timer of an identity has expired.
|
TIMEOUT_DEREGISTRATION_STORE_SERVER_NAME
The SIP registration timer of an identity has expired.
|
UNREGISTERED_USER
The request is generated because the S-CSCF received an INVITE for
a public identity that is not registered.
|
USER_DEREGISTRATION
The S-CSCF has received a user initiated de-registration request.
|
USER_DEREGISTRATION_STORE_SERVER_NAME
The S-CSCF has received a user initiated de-registration request.
|
| Modifier and Type | Method and Description |
|---|---|
static Cx.ServerAssignmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cx.ServerAssignmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cx.ServerAssignmentType NO_ASSIGNMENT
public static final Cx.ServerAssignmentType REGISTRATION
public static final Cx.ServerAssignmentType RE_REGISTRATION
public static final Cx.ServerAssignmentType UNREGISTERED_USER
public static final Cx.ServerAssignmentType TIMEOUT_DEREGISTRATION
public static final Cx.ServerAssignmentType USER_DEREGISTRATION
public static final Cx.ServerAssignmentType TIMEOUT_DEREGISTRATION_STORE_SERVER_NAME
public static final Cx.ServerAssignmentType USER_DEREGISTRATION_STORE_SERVER_NAME
public static final Cx.ServerAssignmentType ADMINISTRATIVE_DEREGISTRATION
public static final Cx.ServerAssignmentType AUTHENTICATION_FAILURE
public static final Cx.ServerAssignmentType AUTHENTICATION_TIMEOUT
public static final Cx.ServerAssignmentType DEREGISTRATION_TOO_MUCH_DATA
public static Cx.ServerAssignmentType[] values()
for (Cx.ServerAssignmentType c : Cx.ServerAssignmentType.values()) System.out.println(c);
public static Cx.ServerAssignmentType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2014. All Rights Reserved.