com.sun.jmx.remote.generic
Interface ProfileServer

All Known Implementing Classes:
SASLServerHandler, TLSServerHandler

public interface ProfileServer


Method Summary
 Subject activate()
           
 void consumeMessage(ProfileMessage pm)
           
 String getName()
           
 void initialize(MessageConnection mc, Subject s)
           
 boolean isComplete()
           
 ProfileMessage produceMessage()
           
 void terminate()
           
 

Method Detail

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.