org.terracotta.management.entity.server
Class ManagementAgentEntityServerService

java.lang.Object
  extended by org.terracotta.voltron.proxy.server.ProxyServerEntityService
      extended by org.terracotta.management.entity.server.ManagementAgentEntityServerService
All Implemented Interfaces:
org.terracotta.entity.ServerEntityService<org.terracotta.voltron.proxy.server.messages.ProxyEntityMessage,org.terracotta.voltron.proxy.server.messages.ProxyEntityResponse>

public class ManagementAgentEntityServerService
extends org.terracotta.voltron.proxy.server.ProxyServerEntityService

Author:
Mathieu Carbou

Constructor Summary
ManagementAgentEntityServerService()
           
 
Method Summary
 ManagementAgentServerEntity createActiveEntity(org.terracotta.entity.ServiceRegistry registry, byte[] configuration)
           
 long getVersion()
           
 boolean handlesEntityType(String typeName)
           
 
Methods inherited from class org.terracotta.voltron.proxy.server.ProxyServerEntityService
createPassiveEntity, getConcurrencyStrategy, getMessageCodec, getSyncMessageCodec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagementAgentEntityServerService

public ManagementAgentEntityServerService()
Method Detail

createActiveEntity

public ManagementAgentServerEntity createActiveEntity(org.terracotta.entity.ServiceRegistry registry,
                                                      byte[] configuration)

getVersion

public long getVersion()

handlesEntityType

public boolean handlesEntityType(String typeName)


Copyright © 2016. All Rights Reserved.