@GrailsCompileStatic@grails.compiler.GrailsCompileStatic class DomainApplicationServer extends Object
域下应用程序的服务器节点
| Type | Name and description |
|---|---|
DomainApplication |
application所属应用 |
static Object |
constraints |
bropen.toolkit.orm.usertype.Json |
features应用特性 |
Date |
firstStartup第一次启动时间 |
Date |
heartbeatTime最近一次心跳/存活时间 |
String |
hostIP 地址:不包含 127 的回环地址 |
String |
hostname主机名 |
static Object |
mapping |
String |
notes备注 |
Integer |
port端口 |
Long |
startupElapse本次启动耗时:毫秒数、大约数 |
Date |
startupTime本次启动时间 |
bropen.toolkit.orm.usertype.Json |
system系统信息 |
| Type | Name and description |
|---|---|
String |
toString() |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
所属应用
应用特性
包括:插件(plugins)、服务(services)、控制器及操作(controllers)、领域类(domains)等
第一次启动时间
最近一次心跳/存活时间
IP 地址:不包含 127 的回环地址
主机名
备注
端口
本次启动耗时:毫秒数、大约数
本次启动时间
系统信息
如 jvm、os、cpu、内存等相关信息。