Uses of Class
com.sun.xml.ws.api.ha.HighAvailabilityProvider.StoreType
-
Packages that use HighAvailabilityProvider.StoreType Package Description com.sun.xml.ws.api.ha -
-
Uses of HighAvailabilityProvider.StoreType in com.sun.xml.ws.api.ha
Methods in com.sun.xml.ws.api.ha that return HighAvailabilityProvider.StoreType Modifier and Type Method Description static HighAvailabilityProvider.StoreTypeHighAvailabilityProvider.StoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static HighAvailabilityProvider.StoreType[]HighAvailabilityProvider.StoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.xml.ws.api.ha with parameters of type HighAvailabilityProvider.StoreType Modifier and Type Method Description org.glassfish.ha.store.api.BackingStoreFactoryHighAvailabilityProvider. getBackingStoreFactory(HighAvailabilityProvider.StoreType type)RetrievesBackingStoreFactoryimplementation of the requested type.
-