Uses of Interface
org.glassfish.resourcebase.resources.api.GenericResourceInfo
-
-
Uses of GenericResourceInfo in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api with parameters of type GenericResourceInfo Modifier and Type Method Description static booleanConnectorsUtil. isApplicationScopedResource(GenericResourceInfo resourceInfo)static booleanConnectorsUtil. isModuleScopedResource(GenericResourceInfo resourceInfo) -
Uses of GenericResourceInfo in org.glassfish.resourcebase.resources.api
Classes in org.glassfish.resourcebase.resources.api that implement GenericResourceInfo Modifier and Type Class Description classPoolInfoRepresents pool information.classResourceInfoRepresents resource information (typically, bindable-resource) -
Uses of GenericResourceInfo in org.glassfish.resourcebase.resources.naming
Methods in org.glassfish.resourcebase.resources.naming with parameters of type GenericResourceInfo Modifier and Type Method Description ObjectResourceNamingService. lookup(GenericResourceInfo resourceInfo, String name)ObjectResourceNamingService. lookup(GenericResourceInfo resourceInfo, String name, Hashtable env)voidResourceNamingService. publishObject(GenericResourceInfo resourceInfo, String jndiName, Object object, boolean rebind)voidResourceNamingService. unpublishObject(GenericResourceInfo resourceInfo, String jndiName) -
Uses of GenericResourceInfo in org.glassfish.resourcebase.resources.util
Methods in org.glassfish.resourcebase.resources.util with parameters of type GenericResourceInfo Modifier and Type Method Description static booleanResourceUtil. isApplicationScopedResource(GenericResourceInfo resourceInfo)static booleanResourceUtil. isModuleScopedResource(GenericResourceInfo resourceInfo)
-