org.terracotta.management.entity.client
Class ManagementAgentEntityClientService

java.lang.Object
  extended by org.terracotta.voltron.proxy.client.ProxyEntityClientService<ManagementAgentEntity,ManagementAgentConfig>
      extended by org.terracotta.management.entity.client.ManagementAgentEntityClientService
All Implemented Interfaces:
org.terracotta.entity.EntityClientService<ManagementAgentEntity,ManagementAgentConfig,org.terracotta.voltron.proxy.server.messages.ProxyEntityMessage,org.terracotta.voltron.proxy.server.messages.ProxyEntityResponse>

public class ManagementAgentEntityClientService
extends org.terracotta.voltron.proxy.client.ProxyEntityClientService<ManagementAgentEntity,ManagementAgentConfig>

Author:
Mathieu Carbou

Constructor Summary
ManagementAgentEntityClientService()
           
 
Method Summary
 ManagementAgentConfig deserializeConfiguration(byte[] configuration)
           
 byte[] serializeConfiguration(ManagementAgentConfig configuration)
           
 
Methods inherited from class org.terracotta.voltron.proxy.client.ProxyEntityClientService
create, getMessageCodec, handlesEntityType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagementAgentEntityClientService

public ManagementAgentEntityClientService()
Method Detail

serializeConfiguration

public byte[] serializeConfiguration(ManagementAgentConfig configuration)

deserializeConfiguration

public ManagementAgentConfig deserializeConfiguration(byte[] configuration)


Copyright © 2016. All Rights Reserved.