Uses of Class
com.sun.corba.ee.spi.servicecontext.ServiceContextsCache.CASE
-
Packages that use ServiceContextsCache.CASE Package Description com.sun.corba.ee.spi.servicecontext -
-
Uses of ServiceContextsCache.CASE in com.sun.corba.ee.spi.servicecontext
Fields in com.sun.corba.ee.spi.servicecontext with type parameters of type ServiceContextsCache.CASE Modifier and Type Field Description private java.util.EnumMap<ServiceContextsCache.CASE,ServiceContexts>
ServiceContextsCache. data
Methods in com.sun.corba.ee.spi.servicecontext that return ServiceContextsCache.CASE Modifier and Type Method Description static ServiceContextsCache.CASE
ServiceContextsCache.CASE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ServiceContextsCache.CASE[]
ServiceContextsCache.CASE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.corba.ee.spi.servicecontext with parameters of type ServiceContextsCache.CASE Modifier and Type Method Description ServiceContexts
ServiceContextsCache. get(ServiceContextsCache.CASE c)
-