Uses of Class
org.apache.openejb.jee.was.v6.common.ResSharingScopeEnum
-
Packages that use ResSharingScopeEnum Package Description org.apache.openejb.jee.was.v6.common Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ResSharingScopeEnum in org.apache.openejb.jee.was.v6.common
Fields in org.apache.openejb.jee.was.v6.common declared as ResSharingScopeEnum Modifier and Type Field Description protected ResSharingScopeEnumResourceRef. resSharingScopeMethods in org.apache.openejb.jee.was.v6.common that return ResSharingScopeEnum Modifier and Type Method Description static ResSharingScopeEnumResSharingScopeEnum. fromValue(String v)ResSharingScopeEnumResourceRef. getResSharingScope()Gets the value of the resSharingScope property.static ResSharingScopeEnumResSharingScopeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ResSharingScopeEnum[]ResSharingScopeEnum. 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.common with parameters of type ResSharingScopeEnum Modifier and Type Method Description voidResourceRef. setResSharingScope(ResSharingScopeEnum value)Sets the value of the resSharingScope property.
-