public final class CoherenceAgentAdvisoryType
extends java.lang.Enum
Title: Service Event Fabric Core
Description: Defines a type of action associated with the CoherenceAgentAdvisory
.
Copyright: Copyright (c) 2013
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static CoherenceAgentAdvisoryType |
ARCHIVE_ADDED |
static CoherenceAgentAdvisoryType |
ARCHIVE_REMOVED |
static CoherenceAgentAdvisoryType |
EVENT_PROTOTYPE_ADDED |
static CoherenceAgentAdvisoryType |
EVENT_PROTOTYPE_REMOVED |
static CoherenceAgentAdvisoryType |
EXT_ARCHIVE_ADDED |
static CoherenceAgentAdvisoryType |
EXT_ARCHIVE_REMOVED |
static CoherenceAgentAdvisoryType |
PACKAGE_ADDED |
static CoherenceAgentAdvisoryType |
PACKAGE_LOADED |
static CoherenceAgentAdvisoryType |
PACKAGE_REMOVED |
static CoherenceAgentAdvisoryType |
PACKAGE_UNLOADED |
static CoherenceAgentAdvisoryType |
PACKAGE_UPDATED |
static CoherenceAgentAdvisoryType |
SEMANTIC_TYPE_ADDED |
static CoherenceAgentAdvisoryType |
SEMANTIC_TYPE_REMOVED |
Modifier and Type | Method and Description |
---|---|
static CoherenceAgentAdvisoryType |
valueOf(java.lang.String name) |
static CoherenceAgentAdvisoryType[] |
values() |
public static final CoherenceAgentAdvisoryType EXT_ARCHIVE_ADDED
public static final CoherenceAgentAdvisoryType EXT_ARCHIVE_REMOVED
public static final CoherenceAgentAdvisoryType ARCHIVE_ADDED
public static final CoherenceAgentAdvisoryType ARCHIVE_REMOVED
public static final CoherenceAgentAdvisoryType PACKAGE_ADDED
public static final CoherenceAgentAdvisoryType PACKAGE_REMOVED
public static final CoherenceAgentAdvisoryType PACKAGE_UPDATED
public static final CoherenceAgentAdvisoryType PACKAGE_LOADED
public static final CoherenceAgentAdvisoryType PACKAGE_UNLOADED
public static final CoherenceAgentAdvisoryType SEMANTIC_TYPE_ADDED
public static final CoherenceAgentAdvisoryType SEMANTIC_TYPE_REMOVED
public static final CoherenceAgentAdvisoryType EVENT_PROTOTYPE_ADDED
public static final CoherenceAgentAdvisoryType EVENT_PROTOTYPE_REMOVED
public static CoherenceAgentAdvisoryType[] values()
public static CoherenceAgentAdvisoryType valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.