Package org.opennms.features.apilayer
Class RuntimeInfoImpl
- java.lang.Object
-
- org.opennms.features.apilayer.RuntimeInfoImpl
-
- All Implemented Interfaces:
org.opennms.integration.api.v1.runtime.RuntimeInfo
public class RuntimeInfoImpl extends java.lang.Object implements org.opennms.integration.api.v1.runtime.RuntimeInfo
-
-
Constructor Summary
Constructors Constructor Description RuntimeInfoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opennms.integration.api.v1.runtime.Container
getContainer()
org.opennms.integration.api.v1.runtime.Version
getVersion()
boolean
isMeridian()
-
-
-
Method Detail
-
getVersion
public org.opennms.integration.api.v1.runtime.Version getVersion()
- Specified by:
getVersion
in interfaceorg.opennms.integration.api.v1.runtime.RuntimeInfo
-
isMeridian
public boolean isMeridian()
- Specified by:
isMeridian
in interfaceorg.opennms.integration.api.v1.runtime.RuntimeInfo
-
getContainer
public org.opennms.integration.api.v1.runtime.Container getContainer()
- Specified by:
getContainer
in interfaceorg.opennms.integration.api.v1.runtime.RuntimeInfo
-
-