public final class IncomingConnectionChannelType
extends java.lang.Enum
Title: Service Event Fabric Core
Description: Defines a type of the IncomingConnectionChannel
.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static IncomingConnectionChannelType |
GUARANTEED |
static IncomingConnectionChannelType |
GUARANTEED_UNORDERED |
static IncomingConnectionChannelType |
RELIABLE |
Modifier and Type | Method and Description |
---|---|
static IncomingConnectionChannelType |
valueOf(java.lang.String name) |
static IncomingConnectionChannelType[] |
values() |
public static final IncomingConnectionChannelType RELIABLE
public static final IncomingConnectionChannelType GUARANTEED
public static final IncomingConnectionChannelType GUARANTEED_UNORDERED
public static IncomingConnectionChannelType[] values()
public static IncomingConnectionChannelType valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.