com.sun.jmx.remote.profile.sasl
Class ClientProvider
java.lang.Object
com.sun.jmx.remote.profile.sasl.ClientProvider
- All Implemented Interfaces:
- ProfileClientProvider
public class ClientProvider
- extends Object
- implements ProfileClientProvider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientProvider
public ClientProvider()
createProfile
public ProfileClient createProfile(String profile,
Map environment)
throws ProfileProviderException
- Description copied from interface:
ProfileClientProvider
Create a new profile. Each successful call to this method
produces a different ProfileClient object.
- Specified by:
createProfile in interface ProfileClientProvider
- Parameters:
profile - the name of the profile to be created.environment - a read-only Map containing named attributes
to determine how the profile is created. Keys in this map must
be Strings. The appropriate type of each associated value
depends on the attribute.
- Returns:
- a
ProfileClient representing the new profile.
Each successful call to this method produces a different object.
- Throws:
ProfileProviderException
Copyright © 2014 Terracotta, Inc.. All rights reserved.