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