Uses of Interface
com.sun.jmx.remote.generic.ProfileClient

Packages that use ProfileClient
com.sun.jmx.remote.generic Warning: Classes in this package are reserved for internal use
com.sun.jmx.remote.opt.security Warning: Classes in this package are reserved for internal use
com.sun.jmx.remote.profile.sasl Warning: Classes in this package are reserved for internal use
com.sun.jmx.remote.profile.tls Warning: Classes in this package are reserved for internal use
 

Uses of ProfileClient in com.sun.jmx.remote.generic
 

Methods in com.sun.jmx.remote.generic that return ProfileClient
 ProfileClient ProfileClientProvider.createProfile(String profile, Map environment)
          Create a new profile.
static ProfileClient ProfileClientFactory.createProfile(String profile, Map environment)
          Create a profile.
 

Uses of ProfileClient in com.sun.jmx.remote.opt.security
 

Classes in com.sun.jmx.remote.opt.security that implement ProfileClient
 class SASLClientHandler
          This class implements the client side SASL profile.
 class TLSClientHandler
          This class implements the client side TLS profile.
 

Uses of ProfileClient in com.sun.jmx.remote.profile.sasl
 

Methods in com.sun.jmx.remote.profile.sasl that return ProfileClient
 ProfileClient ClientProvider.createProfile(String profile, Map environment)
           
 

Uses of ProfileClient in com.sun.jmx.remote.profile.tls
 

Methods in com.sun.jmx.remote.profile.tls that return ProfileClient
 ProfileClient ClientProvider.createProfile(String profile, Map environment)
           
 



Copyright © 2014 Terracotta, Inc.. All rights reserved.