Class LifecycleEventDefinitions
- java.lang.Object
-
- org.apache.axiom.attachments.lifecycle.impl.LifecycleEventDefinitions
-
public class LifecycleEventDefinitions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DELETE_ON_EXIT
static int
DELETE_ON_TIME_INTERVAL
static int
READ_ONCE_AND_DELETE
-
Constructor Summary
Constructors Constructor Description LifecycleEventDefinitions()
-
-
-
Field Detail
-
DELETE_ON_EXIT
public static final int DELETE_ON_EXIT
- See Also:
- Constant Field Values
-
READ_ONCE_AND_DELETE
public static final int READ_ONCE_AND_DELETE
- See Also:
- Constant Field Values
-
DELETE_ON_TIME_INTERVAL
public static final int DELETE_ON_TIME_INTERVAL
- See Also:
- Constant Field Values
-
-