javax.management.remote.message
Interface ProfileMessage

All Superinterfaces:
Message, Serializable
All Known Implementing Classes:
SASLMessage, TLSMessage

public interface ProfileMessage
extends Message

This interface must be implemented by all the messages that represent a profile that can be negotiated during the initial handshake between the client and the server.

Each profile is identified by a unique profile name provided by the implementation classes.

Examples of profile names are: JMXMP, TLS, SASL/EXTERNAL, SASL/OTP, ...


Method Summary
 String getProfileName()
          The profile name.
 

Method Detail

getProfileName

public String getProfileName()
The profile name.

Returns:
the profile name.

JMX Remote API Specification 1.0 Final Release
Generated from RI build jmxremote-1_0_1_03-b57.2 2005.11.28_17:40:34_MET

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.