public enum InvocationType extends Enum<InvocationType>
Enum Constant and Description |
---|
ASYNC |
DEPENDENCY_INJECTION |
ENTITY_EJB_ACTIVATE |
ENTITY_EJB_CREATE |
ENTITY_EJB_EJB_LOAD |
ENTITY_EJB_PASSIVATE |
FINDER_METHOD |
HOME_METHOD |
MESSAGE_DELIVERY |
POST_CONSTRUCT |
PRE_DESTROY |
REMOTE |
SET_ENTITY_CONTEXT |
SFSB_INIT_METHOD |
TIMER |
UNSET_ENTITY_CONTEXT |
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 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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.