Uses of Interface
eu.cloudnetservice.driver.base.Named
Packages that use Named
Package
Description
-
Uses of Named in eu.cloudnetservice.driver
Classes in eu.cloudnetservice.driver that implement NamedModifier and TypeClassDescriptionfinal classRepresents the current environment in which the driver is running. -
Uses of Named in eu.cloudnetservice.driver.command
Classes in eu.cloudnetservice.driver.command that implement NamedModifier and TypeClassDescriptionfinal recordRepresents a command information object which holds all information for a single command that is registered on a node. -
Uses of Named in eu.cloudnetservice.driver.database
Subinterfaces of Named in eu.cloudnetservice.driver.database -
Uses of Named in eu.cloudnetservice.driver.inject
Subinterfaces of Named in eu.cloudnetservice.driver.injectModifier and TypeInterfaceDescriptioninterfaceInjectionLayer<I extends Injector>Represents the current layer of injection which is being worked on.Classes in eu.cloudnetservice.driver.inject that implement NamedModifier and TypeClassDescription(package private) final recordDefaultInjectionLayer<I extends Injector>The default implementation for of an injector layer.(package private) final recordUncloseableInjectionLayer<I extends Injector>An injection layer which delegates all calls to the parent layer, but throwing an exception if there is a try to close the layer. -
Uses of Named in eu.cloudnetservice.driver.module
Subinterfaces of Named in eu.cloudnetservice.driver.moduleModifier and TypeInterfaceDescriptioninterfaceRepresents the main class or entry point of the module.Classes in eu.cloudnetservice.driver.module that implement NamedModifier and TypeClassDescriptionclassRepresents the default implementation of the module.final recordRepresents the module.json file that each module.jar has to contain.classRepresents a repository for a module dependency, the dependency is locatable at this repository. -
Uses of Named in eu.cloudnetservice.driver.module.driver
Classes in eu.cloudnetservice.driver.module.driver that implement NamedModifier and TypeClassDescriptionclassRepresents a cloudnet driver specific implementation for the module. -
Uses of Named in eu.cloudnetservice.driver.network.rpc.introspec
Subinterfaces of Named in eu.cloudnetservice.driver.network.rpc.introspecModifier and TypeInterfaceDescriptioninterfaceThe metadata of a method that can be invoked using rpc. -
Uses of Named in eu.cloudnetservice.driver.registry
Subinterfaces of Named in eu.cloudnetservice.driver.registryModifier and TypeInterfaceDescriptioninterfaceA registration for a service in a service registration. -
Uses of Named in eu.cloudnetservice.driver.service
Classes in eu.cloudnetservice.driver.service that implement NamedModifier and TypeClassDescriptionclassRepresents a group configuration.classRepresents an environment a service can run in.final classThe service environment type groups multiple service environments together and holds all common variables to identify them.classA service id.classRepresents the state of a service at the snapshot creation time.classThe main base configuration for all services within the CloudNet cluster.classA service template holds all files which can be copied onto a service.final recordContains some basic information about a thread which is known to the jvm. -
Uses of Named in eu.cloudnetservice.driver.template
Subinterfaces of Named in eu.cloudnetservice.driver.templateModifier and TypeInterfaceDescriptioninterfaceProvides an interface to execute all types of operations on templates stored on any file system.