com.terracotta.management
Class ApplicationEhCacheV2

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

public class ApplicationEhCacheV2
extends org.terracotta.management.application.DefaultApplicationV2
implements ApplicationEhCacheService


Constructor Summary
ApplicationEhCacheV2()
           
 
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.DefaultApplicationV2
getClasses
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationEhCacheV2

public ApplicationEhCacheV2()
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-2015 Terracotta, Inc.. All Rights Reserved.