javax.management.remote.message
Interface ProfileMessage

All Superinterfaces:
Message, java.io.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
 java.lang.String getProfileName()
          The profile name.
 

Method Detail

getProfileName

java.lang.String getProfileName()
The profile name.

Returns:
the profile name.

Open Source build 01-ea
opendmk-1.0-b01-ea 2010.10.22_13:26:06_UTC

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