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