Uses of Interface
org.neo4j.server.webadmin.rest.AdvertisableService

Packages that use AdvertisableService
org.neo4j.server   
org.neo4j.server.webadmin.rest   
org.neo4j.server.webadmin.rest.console   
org.neo4j.server.webadmin.rest.representations   
 

Uses of AdvertisableService in org.neo4j.server
 

Methods in org.neo4j.server that return types with arguments of type AdvertisableService
 Iterable<AdvertisableService> NeoServer.getServices()
           
 Iterable<AdvertisableService> CommunityNeoServer.getServices()
           
 

Uses of AdvertisableService in org.neo4j.server.webadmin.rest
 

Classes in org.neo4j.server.webadmin.rest that implement AdvertisableService
 class JmxService
           
 class MonitorService
          This exposes data from an internal round-robin database that tracks various system KPIs over time.
 

Uses of AdvertisableService in org.neo4j.server.webadmin.rest.console
 

Classes in org.neo4j.server.webadmin.rest.console that implement AdvertisableService
 class ConsoleService
           
 

Uses of AdvertisableService in org.neo4j.server.webadmin.rest.representations
 

Constructor parameters in org.neo4j.server.webadmin.rest.representations with type arguments of type AdvertisableService
ServerRootRepresentation(URI baseUri, Iterable<AdvertisableService> advertisableServices)
           
 



Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.