public interface ProfileClient
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
consumeMessage(ProfileMessage pm) |
String |
getName() |
void |
initialize(MessageConnection mc) |
boolean |
isComplete() |
ProfileMessage |
produceMessage() |
void |
terminate() |
void initialize(MessageConnection mc) throws IOException
IOExceptionProfileMessage produceMessage() throws IOException
IOExceptionvoid consumeMessage(ProfileMessage pm) throws IOException
IOExceptionboolean isComplete()
void activate()
throws IOException
IOExceptionvoid terminate()
throws IOException
IOExceptionString getName()
Copyright © 2019 Terracotta, Inc.. All rights reserved.