Uses of Class
com.sun.enterprise.container.common.spi.ClusteredSingletonLookup.SingletonType
-
Packages that use ClusteredSingletonLookup.SingletonType Package Description com.sun.enterprise.container.common.impl.util com.sun.enterprise.container.common.spi -
-
Uses of ClusteredSingletonLookup.SingletonType in com.sun.enterprise.container.common.impl.util
Constructors in com.sun.enterprise.container.common.impl.util with parameters of type ClusteredSingletonLookup.SingletonType Constructor Description ClusteredSingletonLookupImplBase(String componentId, ClusteredSingletonLookup.SingletonType singletonType) -
Uses of ClusteredSingletonLookup.SingletonType in com.sun.enterprise.container.common.spi
Methods in com.sun.enterprise.container.common.spi that return ClusteredSingletonLookup.SingletonType Modifier and Type Method Description static ClusteredSingletonLookup.SingletonTypeClusteredSingletonLookup.SingletonType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusteredSingletonLookup.SingletonType[]ClusteredSingletonLookup.SingletonType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-