public final class Context
extends java.lang.Enum
Title: Service Event Fabric Runtime
Description: An enumeration that defines the run-time context entity types.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static Context |
CTX_APPLICATION
This represents a stand-alone application that may
register with the runtime context.
|
static Context |
CTX_EX_CONTAINER
This represents an external container that is
hosting components such as Spring, Sonic or Mule.
|
static Context |
CTX_TF_CONTAINER
This represents a TruFabric service container.
|
Modifier and Type | Method and Description |
---|---|
static Context |
valueOf(java.lang.String name) |
static Context[] |
values() |
public static final Context CTX_TF_CONTAINER
public static final Context CTX_EX_CONTAINER
public static final Context CTX_APPLICATION
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.