Uses of Class
org.glassfish.web.ha.session.management.SessionAttributeMetadata.Operation
-
Packages that use SessionAttributeMetadata.Operation Package Description org.glassfish.web.ha.session.management -
-
Uses of SessionAttributeMetadata.Operation in org.glassfish.web.ha.session.management
Methods in org.glassfish.web.ha.session.management that return SessionAttributeMetadata.Operation Modifier and Type Method Description SessionAttributeMetadata.OperationSessionAttributeMetadata. getOperation()Get the operation to be performed on the attribute.static SessionAttributeMetadata.OperationSessionAttributeMetadata.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionAttributeMetadata.Operation[]SessionAttributeMetadata.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.glassfish.web.ha.session.management with parameters of type SessionAttributeMetadata.Operation Constructor Description SessionAttributeMetadata(String attributeName, SessionAttributeMetadata.Operation opcode, byte[] data)Construct an AtributeMetadata
-