public enum InvocationType extends Enum<InvocationType>
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
static InvocationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvocationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvocationType TIMER
public static final InvocationType REMOTE
public static final InvocationType ASYNC
public static final InvocationType MESSAGE_DELIVERY
public static final InvocationType SET_ENTITY_CONTEXT
public static final InvocationType UNSET_ENTITY_CONTEXT
public static final InvocationType POST_CONSTRUCT
public static final InvocationType PRE_DESTROY
public static final InvocationType DEPENDENCY_INJECTION
public static final InvocationType SFSB_INIT_METHOD
public static final InvocationType FINDER_METHOD
public static final InvocationType HOME_METHOD
public static final InvocationType ENTITY_EJB_CREATE
public static final InvocationType ENTITY_EJB_ACTIVATE
public static final InvocationType ENTITY_EJB_PASSIVATE
public static final InvocationType ENTITY_EJB_EJB_LOAD
public static final InvocationType CONCURRENT_CONTEXT
public static InvocationType[] values()
for (InvocationType c : InvocationType.values()) System.out.println(c);
public static InvocationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getLabel()
Copyright © 2017 JBoss by Red Hat. All rights reserved.