Uses of Interface
org.opennms.netmgt.bsm.service.model.Application
-
-
Uses of Application in org.opennms.features.topology.plugins.topo.bsm
Constructors in org.opennms.features.topology.plugins.topo.bsm with parameters of type Application Constructor Description ApplicationVertex(Application application, int level)
-
Uses of Application in org.opennms.netmgt.bsm.mock
Methods in org.opennms.netmgt.bsm.mock that return Application Modifier and Type Method Description Application
MockApplicationEdge. getApplication()
Methods in org.opennms.netmgt.bsm.mock with parameters of type Application Modifier and Type Method Description void
MockBusinessService. addApplicationEdge(Application application, MapFunction mapFunction, int weight)
void
MockApplicationEdge. setApplication(Application application)
Constructors in org.opennms.netmgt.bsm.mock with parameters of type Application Constructor Description MockApplicationEdge(long id, Application application)
-
Uses of Application in org.opennms.netmgt.bsm.service
Methods in org.opennms.netmgt.bsm.service that return Application Modifier and Type Method Description Application
BusinessServiceManager. getApplicationById(java.lang.Integer id)
Methods in org.opennms.netmgt.bsm.service that return types with arguments of type Application Modifier and Type Method Description java.util.List<Application>
BusinessServiceManager. getAllApplications()
Methods in org.opennms.netmgt.bsm.service with parameters of type Application Modifier and Type Method Description boolean
BusinessServiceManager. addApplicationEdge(BusinessService businessService, Application application, MapFunction mapFunction, int weight)
java.util.List<GraphVertex>
BusinessServiceStateMachine. calculateImpact(Application application)
-
Uses of Application in org.opennms.netmgt.bsm.service.internal
Classes in org.opennms.netmgt.bsm.service.internal that implement Application Modifier and Type Class Description class
ApplicationImpl
Methods in org.opennms.netmgt.bsm.service.internal that return Application Modifier and Type Method Description Application
BusinessServiceManagerImpl. getApplicationById(java.lang.Integer id)
Methods in org.opennms.netmgt.bsm.service.internal that return types with arguments of type Application Modifier and Type Method Description java.util.List<Application>
BusinessServiceManagerImpl. getAllApplications()
Methods in org.opennms.netmgt.bsm.service.internal with parameters of type Application Modifier and Type Method Description void
BusinessServiceImpl. addApplicationEdge(Application application, MapFunction mapFunction, int weight)
boolean
BusinessServiceManagerImpl. addApplicationEdge(BusinessService businessService, Application application, MapFunction mapFunction, int weight)
java.util.List<GraphVertex>
DefaultBusinessServiceStateMachine. calculateImpact(Application application)
-
Uses of Application in org.opennms.netmgt.bsm.service.internal.edge
Methods in org.opennms.netmgt.bsm.service.internal.edge that return Application Modifier and Type Method Description Application
ApplicationEdgeImpl. getApplication()
Methods in org.opennms.netmgt.bsm.service.internal.edge with parameters of type Application Modifier and Type Method Description void
ApplicationEdgeImpl. setApplication(Application application)
-
Uses of Application in org.opennms.netmgt.bsm.service.model
Methods in org.opennms.netmgt.bsm.service.model with parameters of type Application Modifier and Type Method Description void
BusinessService. addApplicationEdge(Application application, MapFunction mapFunction, int weight)
-
Uses of Application in org.opennms.netmgt.bsm.service.model.edge
Methods in org.opennms.netmgt.bsm.service.model.edge that return Application Modifier and Type Method Description Application
ApplicationEdge. getApplication()
Methods in org.opennms.netmgt.bsm.service.model.edge with parameters of type Application Modifier and Type Method Description void
ApplicationEdge. setApplication(Application application)
-
Uses of Application in org.opennms.netmgt.bsm.service.model.graph
Methods in org.opennms.netmgt.bsm.service.model.graph that return Application Modifier and Type Method Description Application
GraphVertex. getApplication()
-
Uses of Application in org.opennms.netmgt.bsm.service.model.graph.internal
Methods in org.opennms.netmgt.bsm.service.model.graph.internal that return Application Modifier and Type Method Description Application
GraphVertexImpl. getApplication()
Constructors in org.opennms.netmgt.bsm.service.model.graph.internal with parameters of type Application Constructor Description GraphVertexImpl(ReductionFunction reduceFunction, Application application)
GraphVertexImpl(ReductionFunction reduceFunction, BusinessService businessService, IpService ipService, Application application, java.lang.String reductionKey)
-
Uses of Application in org.opennms.netmgt.bsm.vaadin.adminpage
Methods in org.opennms.netmgt.bsm.vaadin.adminpage with parameters of type Application Modifier and Type Method Description static java.lang.String
BusinessServiceEditWindow. describeApplication(Application application)
-
Uses of Application in org.opennms.netmgt.graph.provider.bsm
Methods in org.opennms.netmgt.graph.provider.bsm with parameters of type Application Modifier and Type Method Description BusinessServiceVertex.BusinessServiceVertexBuilder
BusinessServiceVertex.BusinessServiceVertexBuilder. application(Application application)
-