Uses of Interface
com.sun.enterprise.deployment.web.AppListenerDescriptor
-
Packages that use AppListenerDescriptor Package Description com.sun.enterprise.deployment org.glassfish.web.deployment.descriptor -
-
Uses of AppListenerDescriptor in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return types with arguments of type AppListenerDescriptor Modifier and Type Method Description abstract Vector<AppListenerDescriptor>WebBundleDescriptor. getAppListenerDescriptors()abstract Vector<AppListenerDescriptor>WebBundleDescriptor. getAppListeners()Methods in com.sun.enterprise.deployment with parameters of type AppListenerDescriptor Modifier and Type Method Description abstract voidWebBundleDescriptor. addAppListenerDescriptor(AppListenerDescriptor ref)abstract voidWebBundleDescriptor. addAppListenerDescriptorToFirst(AppListenerDescriptor ref)abstract voidWebBundleDescriptor. moveAppListenerDescriptor(AppListenerDescriptor ref, int relPos)abstract voidWebBundleDescriptor. removeAppListenerDescriptor(AppListenerDescriptor ref)Method parameters in com.sun.enterprise.deployment with type arguments of type AppListenerDescriptor Modifier and Type Method Description abstract voidWebBundleDescriptor. setAppListeners(Collection<? extends AppListenerDescriptor> c) -
Uses of AppListenerDescriptor in org.glassfish.web.deployment.descriptor
Classes in org.glassfish.web.deployment.descriptor that implement AppListenerDescriptor Modifier and Type Class Description classAppListenerDescriptorImplObjects exhibiting this interface represent an event listener descriptor.Methods in org.glassfish.web.deployment.descriptor that return types with arguments of type AppListenerDescriptor Modifier and Type Method Description Vector<AppListenerDescriptor>WebBundleDescriptorImpl. getAppListenerDescriptors()Vector<AppListenerDescriptor>WebBundleDescriptorImpl. getAppListeners()Methods in org.glassfish.web.deployment.descriptor with parameters of type AppListenerDescriptor Modifier and Type Method Description voidWebBundleDescriptorImpl. addAppListenerDescriptor(AppListenerDescriptor ref)voidWebBundleDescriptorImpl. addAppListenerDescriptorToFirst(AppListenerDescriptor ref)voidWebBundleDescriptorImpl. moveAppListenerDescriptor(AppListenerDescriptor ref, int relPos)voidWebBundleDescriptorImpl. removeAppListenerDescriptor(AppListenerDescriptor ref)Method parameters in org.glassfish.web.deployment.descriptor with type arguments of type AppListenerDescriptor Modifier and Type Method Description voidWebBundleDescriptorImpl. setAppListeners(Collection<? extends AppListenerDescriptor> c)
-