Package org.gcube.smartgears.handlers
Class ProfileEvents
- java.lang.Object
-
- org.gcube.smartgears.handlers.ProfileEvents
-
public class ProfileEvents extends Object
Profile lifetime events for container and application.- Author:
- Fabio Simeoni
-
-
Field Summary
Fields Modifier and Type Field Description static StringaddToContextstatic StringchangedThe event that signals a change to the profile.static StringpublishedThe event that signals the publication of the profile.static StringremoveFromContext
-
Constructor Summary
Constructors Constructor Description ProfileEvents()
-
-
-
Field Detail
-
published
public static final String published
The event that signals the publication of the profile.- See Also:
- Constant Field Values
-
changed
public static final String changed
The event that signals a change to the profile.- See Also:
- Constant Field Values
-
addToContext
public static final String addToContext
- See Also:
- Constant Field Values
-
removeFromContext
public static final String removeFromContext
- See Also:
- Constant Field Values
-
-