- getActiveBiz(String) - 接口 中的方法com.alipay.sofa.ark.spi.service.biz.BizManagerService
-
- getAgentClassloader() - 接口 中的方法com.alipay.sofa.ark.spi.service.classloader.ClassloaderService
-
Get java agent classloader
- getAllBizNames() - 接口 中的方法com.alipay.sofa.ark.spi.service.biz.BizManagerService
-
get All biz names
- getAllPluginNames() - 接口 中的方法com.alipay.sofa.ark.spi.service.plugin.PluginManagerService
-
Get all plugin names
- getArkClassloader() - 接口 中的方法com.alipay.sofa.ark.spi.service.classloader.ClassloaderService
-
Get Ark Container classloader
- getArtifactId() - 接口 中的方法com.alipay.sofa.ark.spi.model.Plugin
-
get Plugin ArtifactId
- getBiz() - 类 中的方法com.alipay.sofa.ark.spi.event.BizEvent
-
Get Biz related to this biz event
- getBiz(String) - 接口 中的方法com.alipay.sofa.ark.spi.service.biz.BizManagerService
-
Get Biz List by name
- getBiz(String, String) - 接口 中的方法com.alipay.sofa.ark.spi.service.biz.BizManagerService
-
Get Biz determined by bizName and BizVersion
- getBizArchives() - 接口 中的方法com.alipay.sofa.ark.spi.archive.ExecutableArchive
-
Get all Biz Archiver
- getBizByIdentity(String) - 接口 中的方法com.alipay.sofa.ark.spi.service.biz.BizManagerService
-
Get Biz by identity id, an identity is usually consist of
biz name and biz version.
- getBizClassLoader() - 接口 中的方法com.alipay.sofa.ark.spi.model.Biz
-
get Biz Classloader
- getBizInOrder() - 接口 中的方法com.alipay.sofa.ark.spi.service.biz.BizManagerService
-
Get all biz in priority PriorityOrdered
- getBizName() - 接口 中的方法com.alipay.sofa.ark.spi.model.Biz
-
get Biz Name
- getBizState() - 接口 中的方法com.alipay.sofa.ark.spi.model.Biz
-
get Biz State
- getBizState() - 枚举 中的方法com.alipay.sofa.ark.spi.model.BizState
-
- getBizState(String, String) - 接口 中的方法com.alipay.sofa.ark.spi.service.biz.BizManagerService
-
Get
BizState according to biz name and biz version.
- getBizState(String) - 接口 中的方法com.alipay.sofa.ark.spi.service.biz.BizManagerService
-
- getBizVersion() - 接口 中的方法com.alipay.sofa.ark.spi.model.Biz
-
get Biz Version
- getClassLoader() - 接口 中的方法com.alipay.sofa.ark.spi.model.PluginContext
-
get Plugin Classloader
- getClasspath() - 类 中的方法com.alipay.sofa.ark.spi.argument.LaunchCommand
-
- getClassPath() - 接口 中的方法com.alipay.sofa.ark.spi.model.Biz
-
get Biz Class Path
- getClassPath() - 接口 中的方法com.alipay.sofa.ark.spi.model.Plugin
-
get Plugin Class Path
- getContainerArchive() - 接口 中的方法com.alipay.sofa.ark.spi.archive.ExecutableArchive
-
Get Ark Container Archiver
- getDenyImportClasses() - 接口 中的方法com.alipay.sofa.ark.spi.model.Biz
-
get denied imported classes
- getDenyImportPackages() - 接口 中的方法com.alipay.sofa.ark.spi.model.Biz
-
get denied imported packages
- getDenyImportResources() - 接口 中的方法com.alipay.sofa.ark.spi.model.Biz
-
get denied imported resources
- getDesc() - 枚举 中的方法com.alipay.sofa.ark.spi.registry.ServiceProviderType
-
- getDesc() - 接口 中的方法com.alipay.sofa.ark.spi.service.biz.BizDeployer
-
Get description of biz deployer
- getEntryClassName() - 类 中的方法com.alipay.sofa.ark.spi.argument.LaunchCommand
-
- getEntryMethodDescriptor() - 类 中的方法com.alipay.sofa.ark.spi.argument.LaunchCommand
-
- getEntryMethodName() - 类 中的方法com.alipay.sofa.ark.spi.argument.LaunchCommand
-
- getExecutableArchive() - 类 中的方法com.alipay.sofa.ark.spi.pipeline.PipelineContext
-
- getExecutableArkBizJar() - 类 中的方法com.alipay.sofa.ark.spi.argument.LaunchCommand
-
- getExportClasses() - 接口 中的方法com.alipay.sofa.ark.spi.model.Plugin
-
get plugin Export Classes
- getExportIndex() - 接口 中的方法com.alipay.sofa.ark.spi.archive.PluginArchive
-
fetch plugin export index file content
- getExportIndex() - 接口 中的方法com.alipay.sofa.ark.spi.model.Plugin
-
get Plugin Export Index, contain both Plugin Export Packages and Plugin Export Classes
- getExportPackages() - 接口 中的方法com.alipay.sofa.ark.spi.model.Plugin
-
get Plugin Export Packages
- getExportResources() - 接口 中的方法com.alipay.sofa.ark.spi.model.Plugin
-
get Plugin Export Resources
- getGroupId() - 接口 中的方法com.alipay.sofa.ark.spi.model.Plugin
-
get Plugin GroupId
- getHelp() - 接口 中的方法com.alipay.sofa.ark.spi.service.session.CommandProvider
-
Get Command Help Message
- getHelp(String) - 接口 中的方法com.alipay.sofa.ark.spi.service.session.CommandProvider
-
Get Specified Command Help Message
- getIdentity() - 接口 中的方法com.alipay.sofa.ark.spi.model.Biz
-
get identity id in runtime, an unique-id of ark biz
- getImportClasses() - 接口 中的方法com.alipay.sofa.ark.spi.model.Plugin
-
get Plugin Import Classes
- getImportPackages() - 接口 中的方法com.alipay.sofa.ark.spi.model.Plugin
-
get Plugin Import Packages
- getImportResources() - 接口 中的方法com.alipay.sofa.ark.spi.model.Plugin
-
get Plugin Import Resources
- getInputStream(ZipEntry) - 接口 中的方法com.alipay.sofa.ark.spi.archive.Archive
-
- getInterfaceClass() - 接口 中的方法com.alipay.sofa.ark.spi.registry.ServiceMetadata
-
get Service Interface Class
- getJDKClassloader() - 接口 中的方法com.alipay.sofa.ark.spi.service.classloader.ClassloaderService
-
Get JDK Related class classloader
- getLaunchArgs() - 类 中的方法com.alipay.sofa.ark.spi.argument.LaunchCommand
-
- getLaunchCommand() - 类 中的方法com.alipay.sofa.ark.spi.pipeline.PipelineContext
-
- getMainClass() - 接口 中的方法com.alipay.sofa.ark.spi.model.Biz
-
get Biz Main Entry Class Name
- getManifest() - 接口 中的方法com.alipay.sofa.ark.spi.archive.Archive
-
Returns the manifest of the archive.
- getName() - 接口 中的方法com.alipay.sofa.ark.spi.archive.Archive.Entry
-
Returns the name of the entry.
- getNestedArchive(Archive.Entry) - 接口 中的方法com.alipay.sofa.ark.spi.archive.Archive
-
- getNestedArchives(Archive.EntryFilter) - 类 中的方法com.alipay.sofa.ark.spi.archive.AbstractArchive
-
- getNestedArchives(Archive.EntryFilter) - 接口 中的方法com.alipay.sofa.ark.spi.archive.Archive
-
Returns nested
Archives for entries that match the specified filter.
- getPlugin() - 接口 中的方法com.alipay.sofa.ark.spi.model.PluginContext
-
get Plugin
- getPlugin(String) - 接口 中的方法com.alipay.sofa.ark.spi.model.PluginContext
-
get Plugin by Plugin Name
- getPluginActivator() - 接口 中的方法com.alipay.sofa.ark.spi.model.Plugin
-
get Plugin Activator
- getPluginArchives() - 接口 中的方法com.alipay.sofa.ark.spi.archive.ExecutableArchive
-
Get all Plugin Archiver
- getPluginByName(String) - 接口 中的方法com.alipay.sofa.ark.spi.service.plugin.PluginManagerService
-
Get plugin info by plugin name
- getPluginClassLoader() - 接口 中的方法com.alipay.sofa.ark.spi.model.Plugin
-
get Plugin Classloader
- getPluginContext() - 接口 中的方法com.alipay.sofa.ark.spi.model.Plugin
-
get Plugin Runtime Context
- getPluginName() - 接口 中的方法com.alipay.sofa.ark.spi.model.Plugin
-
get Plugin Name
- getPluginNames() - 接口 中的方法com.alipay.sofa.ark.spi.model.PluginContext
-
get All Plugin Names
- getPluginsInOrder() - 接口 中的方法com.alipay.sofa.ark.spi.service.plugin.PluginManagerService
-
Get all plugins in priority PriorityOrdered
- getPluginURL() - 接口 中的方法com.alipay.sofa.ark.spi.model.Plugin
-
get Plugin Archive URL
- getPriority() - 接口 中的方法com.alipay.sofa.ark.spi.model.Plugin
-
get Plugin Priority, mainly used in following 3 scenarios:
1.
- getPriority() - 接口 中的方法com.alipay.sofa.ark.spi.service.PriorityOrdered
-
Get the order value of this object.
- getService() - 接口 中的方法com.alipay.sofa.ark.spi.registry.ServiceReference
-
get Service Object
- getServiceMetadata() - 接口 中的方法com.alipay.sofa.ark.spi.registry.ServiceReference
-
get Service Metadata
- getServiceName() - 接口 中的方法com.alipay.sofa.ark.spi.registry.ServiceMetadata
-
- getServiceProvider() - 接口 中的方法com.alipay.sofa.ark.spi.registry.ServiceMetadata
-
get ServiceProvider
- getServiceProviderDesc() - 接口 中的方法com.alipay.sofa.ark.spi.registry.ServiceProvider
-
Get Service Provider Description
- getServiceProviderType() - 接口 中的方法com.alipay.sofa.ark.spi.registry.ServiceProvider
-
- getSystemClassloader() - 接口 中的方法com.alipay.sofa.ark.spi.service.classloader.ClassloaderService
-
Get system classloader
- getTopic() - 接口 中的方法com.alipay.sofa.ark.spi.event.ArkEvent
-
Returns the topic of event
- getTopic() - 类 中的方法com.alipay.sofa.ark.spi.event.BizEvent
-
- getUniqueId() - 接口 中的方法com.alipay.sofa.ark.spi.registry.ServiceMetadata
-
get service id, different service implementation of same interface can be
recognised by uniqueId
- getUrl() - 接口 中的方法com.alipay.sofa.ark.spi.archive.Archive
-
Returns a URL that can be used to load the archive.
- getUrls(Archive.EntryFilter) - 类 中的方法com.alipay.sofa.ark.spi.archive.AbstractArchive
-
- getUrls() - 接口 中的方法com.alipay.sofa.ark.spi.archive.BizArchive
-
fetch classpath of archive to startup ark-biz module
- getUrls() - 接口 中的方法com.alipay.sofa.ark.spi.archive.ContainerArchive
-
fetch classpath of archive to startup ark-container
- getUrls() - 接口 中的方法com.alipay.sofa.ark.spi.archive.PluginArchive
-
fetch classpath of archive to startup ark-plugin
- getVersion() - 接口 中的方法com.alipay.sofa.ark.spi.model.Plugin
-
get Plugin Version
- GROUP_ID_ATTRIBUTE - 类 中的静态变量com.alipay.sofa.ark.spi.constant.Constants
-