|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
java.lang.Enum
com.tangosol.util.RegistrationBehavior
public final class RegistrationBehavior
A RegistrationBehavior is used by numerous registries for the purpose of specifying the required behavior when registering an artifact.
| Field Summary | |
|---|---|
static RegistrationBehavior |
ALWAYSSpecifies that registration must always occur. |
static RegistrationBehavior |
FAILSpecifies that registration should fail (by raising an exception) if the identified artifact is already registered. |
static RegistrationBehavior |
IGNORESpecifies that registration should be ignored and skipped (without raising an error or exception) if the artifact to be registered is already known. |
static RegistrationBehavior |
REPLACESpecifies that registration should replace an existing identified artifact with that of which was specified. |
| Method Summary | |
|---|---|
static RegistrationBehavior |
valueOf(java.lang.String name) |
static RegistrationBehavior[] |
values() |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Field Detail |
|---|
public static final RegistrationBehavior IGNORE
public static final RegistrationBehavior REPLACE
public static final RegistrationBehavior FAIL
public static final RegistrationBehavior ALWAYS
| Method Detail |
|---|
public static RegistrationBehavior[] values()
public static RegistrationBehavior valueOf(java.lang.String name)
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||