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

String getProfileName()
The profile name.

Returns:
the profile name.

Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.