- getAllProviders(Class<? extends SilverService>) - Method in class io.silverware.microservices.Context
-
Gets all providers based on the interface or class specification.
- getAlsoNestedClasspathUrls(List<ClassLoader>) - Static method in class io.silverware.microservices.util.ClassLoaderUtil
-
Get URLs to basicClassLoaders and also to jars from MANIFEST Class-Path directive.
- getAnnotations() - Method in class io.silverware.microservices.MicroserviceMetaData
-
Gets the annotations of the discovered Microservice.
- getClassImplVersion(Class) - Static method in class io.silverware.microservices.util.Utils
-
Gets the class implementation version from manifest.
- getClassSpecVersion(Class) - Static method in class io.silverware.microservices.util.Utils
-
Gets the class specification version from manifest.
- getContext() - Method in class io.silverware.microservices.Executor
-
- getContext() - Method in interface io.silverware.microservices.silver.SilverService
-
Gets the current context this instance has been created with.
- getContext() - Method in class io.silverware.microservices.util.BootUtil
-
Gets the context of the created platform.
- getContextInstance(Context) - Static method in class io.silverware.microservices.util.DeploymentScanner
-
Gets an instance of the scanner based on the information already stored in the provided
Context.
- getDefaultInstance() - Static method in class io.silverware.microservices.util.DeploymentScanner
-
Gets the static default instance of the scanner.
- getDeployed() - Method in class io.silverware.microservices.util.DeployStats
-
Gets the number of deployed instances.
- getFound() - Method in class io.silverware.microservices.util.DeployStats
-
Gets the number of discovered instances.
- getHandle() - Method in class io.silverware.microservices.silver.cluster.Invocation
-
- getHandle() - Method in class io.silverware.microservices.silver.cluster.ServiceHandle
-
- getHost() - Method in class io.silverware.microservices.silver.cluster.ServiceHandle
-
- getImplVersion() - Method in class io.silverware.microservices.MicroserviceMetaData
-
Gets the Microservice implementation version.
- getInboundServiceHandle(int) - Method in class io.silverware.microservices.Context
-
- getInstance(String...) - Static method in class io.silverware.microservices.util.DeploymentScanner
-
Gets an instance of the scanner that is limited to the given packages.
- getManifestEntry(Class, String) - Static method in class io.silverware.microservices.util.Utils
-
Gets the manifest entry for the given class.
- getMapping() - Method in class io.silverware.microservices.silver.http.ServletDescriptor
-
- getMethod() - Method in class io.silverware.microservices.silver.cluster.Invocation
-
- getMicroservicePlatform(String...) - Method in class io.silverware.microservices.util.BootUtil
-
Gets the Microservices platform and searches for providers in the given list of packages.
- getMicroservicePlatform(String) - Method in class io.silverware.microservices.util.BootUtil
-
Gets the Microservices platform and searches for providers in the given list of packages.
- getMicroservices() - Method in class io.silverware.microservices.Context
-
Gets an unmodifiable copy of the current local Microservices registry.
- getName() - Method in class io.silverware.microservices.MicroserviceMetaData
-
Gets the name of the discovered Microservice.
- getName() - Method in class io.silverware.microservices.silver.http.ServletDescriptor
-
- getParams() - Method in class io.silverware.microservices.silver.cluster.Invocation
-
- getParamTypes() - Method in class io.silverware.microservices.silver.cluster.Invocation
-
- getProperties() - Method in class io.silverware.microservices.Context
-
Gets the global properties.
- getProperties() - Method in class io.silverware.microservices.silver.http.ServletDescriptor
-
- getProvider(Class<? extends SilverService>) - Method in class io.silverware.microservices.Context
-
Gets a provider based on the interface or class specification.
- getProvidersRegistry() - Method in class io.silverware.microservices.Context
-
Gets the registry of Microservices providers.
- getQualifiers() - Method in class io.silverware.microservices.MicroserviceMetaData
-
Gets the qualifiers of the discovered Microservice.
- getQuery() - Method in class io.silverware.microservices.silver.cluster.ServiceHandle
-
- getService() - Method in class io.silverware.microservices.silver.cluster.ServiceHandle
-
- getService() - Method in class io.silverware.microservices.silver.services.lookup.LocalLookupStrategy
-
- getService() - Method in class io.silverware.microservices.silver.services.lookup.RandomRobinLookupStrategy
-
- getService() - Method in interface io.silverware.microservices.silver.services.LookupStrategy
-
- getServletClass() - Method in class io.silverware.microservices.silver.http.ServletDescriptor
-
- getSkipped() - Method in class io.silverware.microservices.util.DeployStats
-
Gets the number of skipped instances.
- getSpecVersion() - Method in class io.silverware.microservices.MicroserviceMetaData
-
Gets the Microservice specification version.
- getStrategy(Context, MicroserviceMetaData, Set<Annotation>) - Static method in class io.silverware.microservices.silver.services.LookupStrategyFactory
-
- getType() - Method in class io.silverware.microservices.MicroserviceMetaData
-
Gets the type of the discovered Microservice.