com.sun.jmx.remote.generic
Interface ProfileClient
- All Known Implementing Classes:
- SASLClientHandler, TLSClientHandler
public interface ProfileClient
initialize
void initialize(MessageConnection mc)
throws IOException
- Throws:
IOException
produceMessage
ProfileMessage produceMessage()
throws IOException
- Throws:
IOException
consumeMessage
void consumeMessage(ProfileMessage pm)
throws IOException
- Throws:
IOException
isComplete
boolean isComplete()
activate
void activate()
throws IOException
- Throws:
IOException
terminate
void terminate()
throws IOException
- Throws:
IOException
getName
String getName()
Copyright © 2014 Terracotta, Inc.. All rights reserved.