com.sun.jmx.remote.generic
Interface ProfileClient

All Known Implementing Classes:
SASLClientHandler, TLSClientHandler

public interface ProfileClient


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

Method Detail

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.