com.terracotta.management
Class ApplicationEhCacheV1

java.lang.Object
  extended by org.terracotta.management.application.DefaultApplicationCommon
      extended by org.terracotta.management.application.DefaultApplication
          extended by com.terracotta.management.ApplicationEhCacheV1
All Implemented Interfaces:
ApplicationEhCacheService

public class ApplicationEhCacheV1
extends org.terracotta.management.application.DefaultApplication
implements ApplicationEhCacheService


Constructor Summary
ApplicationEhCacheV1()
           
 
Method Summary
 Class<? extends ManagementServerLifecycle> getManagementServerLifecyle()
           
 Set<Class<?>> getRestResourceClasses()
           
 Map<Class<?>,Object> getServiceClasses(ManagementRESTServiceConfiguration configuration, RemoteAgentEndpointImpl agentEndpointImpl)
           
 
Methods inherited from class org.terracotta.management.application.DefaultApplication
getClasses
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationEhCacheV1

public ApplicationEhCacheV1()
Method Detail

getRestResourceClasses

public Set<Class<?>> getRestResourceClasses()
Specified by:
getRestResourceClasses in interface ApplicationEhCacheService

getServiceClasses

public Map<Class<?>,Object> getServiceClasses(ManagementRESTServiceConfiguration configuration,
                                              RemoteAgentEndpointImpl agentEndpointImpl)
Specified by:
getServiceClasses in interface ApplicationEhCacheService

getManagementServerLifecyle

public Class<? extends ManagementServerLifecycle> getManagementServerLifecyle()
Specified by:
getManagementServerLifecyle in interface ApplicationEhCacheService


Copyright © 2003-2018 Terracotta, Inc.. All Rights Reserved.