Uses of Interface
org.glassfish.api.event.Events
-
Packages that use Events Package Description com.sun.enterprise.connectors.module fish.payara.nucleus.hotdeploy org.glassfish.internal.data org.glassfish.kernel.event -
-
Uses of Events in com.sun.enterprise.connectors.module
Constructors in com.sun.enterprise.connectors.module with parameters of type Events Constructor Description ConnectorApplication(String moduleName, String appName, ResourceManager resourceManager, ApplicationScopedResourcesManager asrManager, ClassLoader loader, ConnectorRuntime runtime, Events event, ConnectorDescriptor descriptor) -
Uses of Events in fish.payara.nucleus.hotdeploy
Methods in fish.payara.nucleus.hotdeploy with parameters of type Events Modifier and Type Method Description booleanApplicationState. start(DeployCommandParameters commandParams, ExtendedDeploymentContext newContext, Events events)Starts the Application state for new deployment by copying the cached metadata and properties to the newDeploymentContextinstance. -
Uses of Events in org.glassfish.internal.data
Fields in org.glassfish.internal.data declared as Events Modifier and Type Field Description protected EventsModuleInfo. eventsConstructors in org.glassfish.internal.data with parameters of type Events Constructor Description ApplicationInfo(Events events, ReadableArchive source, String name)Creates a new instance of an ApplicationInfoModuleInfo(Events events, String name, Collection<EngineRef> refs, Properties moduleProps) -
Uses of Events in org.glassfish.kernel.event
Classes in org.glassfish.kernel.event that implement Events Modifier and Type Class Description classEventsImplSimple implementation of the events dispatching facility.
-