SessionHandlingOperation Class

public final class SessionHandlingOperation
extends ExpandableStringEnum<SessionHandlingOperation>

Action to be taken after a user disconnect during the ramp up period.

Field Summary

Modifier and Type Field and Description
static final SessionHandlingOperation DEALLOCATE

Static value Deallocate for SessionHandlingOperation.

static final SessionHandlingOperation HIBERNATE

Static value Hibernate for SessionHandlingOperation.

static final SessionHandlingOperation NONE

Static value None for SessionHandlingOperation.

Constructor Summary

Constructor Description
SessionHandlingOperation()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SessionHandlingOperation value.

Method Summary

Modifier and Type Method and Description
static SessionHandlingOperation fromString(String name)

Creates or finds a SessionHandlingOperation from its string representation.

static Collection<SessionHandlingOperation> values()

Gets known SessionHandlingOperation values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DEALLOCATE

public static final SessionHandlingOperation DEALLOCATE

Static value Deallocate for SessionHandlingOperation.

HIBERNATE

public static final SessionHandlingOperation HIBERNATE

Static value Hibernate for SessionHandlingOperation.

NONE

public static final SessionHandlingOperation NONE

Static value None for SessionHandlingOperation.

Constructor Details

SessionHandlingOperation

@Deprecated
public SessionHandlingOperation()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SessionHandlingOperation value.

Method Details

fromString

public static SessionHandlingOperation fromString(String name)

Creates or finds a SessionHandlingOperation from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SessionHandlingOperation.

values

public static Collection<SessionHandlingOperation> values()

Gets known SessionHandlingOperation values.

Returns:

known SessionHandlingOperation values.

Applies to