public final class FabricContextType
extends java.lang.Enum
Title: Service Event Fabric Core
Description: An enumeration that defines the possible fabric application context environments.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static FabricContextType |
APPLICATION |
static FabricContextType |
CLIENT |
static FabricContextType |
RUNTIME |
static FabricContextType |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
static FabricContextType |
valueOf(java.lang.String name) |
static FabricContextType[] |
values() |
public static final FabricContextType CLIENT
public static final FabricContextType RUNTIME
public static final FabricContextType APPLICATION
public static final FabricContextType UNDEFINED
public static FabricContextType[] values()
public static FabricContextType valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.