public interface Biz extends PriorityOrdered
DEFAULT_PRECEDENCE, HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| 限定符和类型 | 方法和说明 |
|---|---|
ClassLoader |
getBizClassLoader()
get Biz Classloader
|
String |
getBizName()
get Biz Name
|
BizState |
getBizState()
get Biz State
|
String |
getBizVersion()
get Biz Version
|
URL[] |
getClassPath()
get Biz Class Path
|
Set<String> |
getDenyImportClasses()
get denied imported classes
|
Set<String> |
getDenyImportPackages()
get denied imported packages
|
Set<String> |
getDenyImportResources()
get denied imported resources
|
String |
getIdentity()
get identity id in runtime, an unique-id of ark biz
|
String |
getMainClass()
get Biz Main Entry Class Name
|
void |
start(String[] args)
start Biz
|
void |
stop()
stop Biz
|
getPriorityString getBizName()
String getBizVersion()
String getIdentity()
String getMainClass()
URL[] getClassPath()
ClassLoader getBizClassLoader()
BizState getBizState()
Copyright © 2018. All rights reserved.