Package com.oracle.coherence.cdi
Class SessionName.Literal
java.lang.Object
com.oracle.coherence.cdi.AnnotationLiteral<SessionName>
com.oracle.coherence.cdi.SessionName.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
- SessionName
public static class SessionName.Literal
extends AnnotationLiteral<SessionName>
implements SessionName
An annotation literal for the
SessionName annotation.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.SessionName
SessionName.Literal -
Method Summary
Modifier and TypeMethodDescriptionstatic SessionName.LiteralCreate aSessionName.Literal.value()The name used to identify a specific session.Methods inherited from class com.oracle.coherence.cdi.AnnotationLiteral
annotationType, equals, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.annotation.Annotation
toString
-
Method Details
-
of
Create aSessionName.Literal.- Parameters:
sName- the session name- Returns:
- a
SessionName.Literalwith the specified value
-
value
The name used to identify a specific session.- Returns:
- the name used to identify a specific session
-