public final class ComponentModel
extends java.lang.Enum
Title: Service Event Fabric Core
Description: An enumeration that defines the service fabric component models.
Repository
or a Service
are examples of models.
This value is returned by the FabricComponent.getComponentModel()
method.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static ComponentModel |
CTX_CLIENT
This represents a TruFabric messaging system client.
|
static ComponentModel |
CTX_DATASPACE
This represents a TruGrid Data Space component that holds
structured data collections exposed as data cache Models.
|
static ComponentModel |
CTX_FACTORY_CONNECTION
Represent a component that contains factory connection.
|
static ComponentModel |
CTX_REPOSITORY
Represents a local repository instance bound to the context.
|
static ComponentModel |
CTX_RUNTIME
This is a reserved value that represents the actual
Runtime Context, which is itself a fabric component.
|
static ComponentModel |
CTX_SERVICE
This defines a TruFabric service component.
|
static ComponentModel |
CTX_UNBOUND
Placeholder for unbound context entities.
|
static ComponentModel |
REMOTE_CLIENT
This represents a TruFabric proxy client.
|
static ComponentModel |
REMOTE_DATASPACE
Represents a remote dataspace instance with the runtime context.
|
static ComponentModel |
REMOTE_REPOSITORY
Represents a remote repository proxy.
|
static ComponentModel |
REMOTE_SERVICE
This defines a remote TruFabric Service component.
|
Modifier and Type | Method and Description |
---|---|
static ComponentModel |
valueOf(java.lang.String name) |
static ComponentModel[] |
values() |
public static final ComponentModel CTX_UNBOUND
public static final ComponentModel CTX_RUNTIME
public static final ComponentModel CTX_CLIENT
public static final ComponentModel REMOTE_CLIENT
public static final ComponentModel CTX_DATASPACE
public static final ComponentModel REMOTE_DATASPACE
public static final ComponentModel CTX_SERVICE
public static final ComponentModel REMOTE_SERVICE
public static final ComponentModel CTX_REPOSITORY
public static final ComponentModel REMOTE_REPOSITORY
public static final ComponentModel CTX_FACTORY_CONNECTION
public static ComponentModel[] values()
public static ComponentModel valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.