Uses of Interface
org.glassfish.internal.api.Privacy
-
Packages that use Privacy Package Description com.sun.enterprise.v3.admin org.glassfish.internal.api -
-
Uses of Privacy in com.sun.enterprise.v3.admin
Constructor parameters in com.sun.enterprise.v3.admin with type arguments of type Privacy Constructor Description AdminAdapter(Class<? extends Privacy> privacyClass) -
Uses of Privacy in org.glassfish.internal.api
Subinterfaces of Privacy in org.glassfish.internal.api Modifier and Type Interface Description interfacePrivateDenotes anything private (not visible to users, meant for internal administration/containers functionalilties).interfacePublicDenotes anything public meant for users'consumption.Methods in org.glassfish.internal.api that return types with arguments of type Privacy Modifier and Type Method Description Class<? extends Privacy>value()
-