Package org.osgi.service.clusterinfo.dto
Class FrameworkNodeStatusDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.clusterinfo.dto.NodeStatusDTO
org.osgi.service.clusterinfo.dto.FrameworkNodeStatusDTO
Data Transfer Object for a FrameworkNodeStatus Service.
-
Field Summary
Modifier and TypeFieldDescriptionThe Java runtime version.The Java specification version.The Java version.The Java VM version.The OSGi framework operating system name.The OSGi framework processor architecture.The OSGi framework version. -
Constructor Summary
ConstructorDescriptionThis DTO can be used to provide type safe access to properties of theFrameworkNodeStatus
service. -
Method Summary
-
Field Details
-
org_osgi_framework_version
The OSGi framework version. -
org_osgi_framework_processor
The OSGi framework processor architecture. -
org_osgi_framework_os_name
The OSGi framework operating system name. -
java_version
The Java version. -
java_runtime_version
The Java runtime version. -
java_specification_version
The Java specification version. -
java_vm_version
The Java VM version.
-
-
Constructor Details
-
FrameworkNodeStatusDTO
public FrameworkNodeStatusDTO()This DTO can be used to provide type safe access to properties of theFrameworkNodeStatus
service.
-