Uses of Class
org.apache.openejb.jee.was.v6.ejb.SessionEnum
-
Packages that use SessionEnum Package Description org.apache.openejb.jee.was.v6.ejb Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of SessionEnum in org.apache.openejb.jee.was.v6.ejb
Fields in org.apache.openejb.jee.was.v6.ejb declared as SessionEnum Modifier and Type Field Description protected SessionEnumSession. sessionTypeMethods in org.apache.openejb.jee.was.v6.ejb that return SessionEnum Modifier and Type Method Description static SessionEnumSessionEnum. fromValue(String v)SessionEnumSession. getSessionType()Gets the value of the sessionType property.static SessionEnumSessionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionEnum[]SessionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openejb.jee.was.v6.ejb with parameters of type SessionEnum Modifier and Type Method Description voidSession. setSessionType(SessionEnum value)Sets the value of the sessionType property.
-