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

Packages that use ProfileServer
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 ProfileServer in com.sun.jmx.remote.generic
 

Methods in com.sun.jmx.remote.generic that return ProfileServer
 ProfileServer ProfileServerProvider.createProfile(String profile, Map environment)
          Create a new profile.
static ProfileServer ProfileServerFactory.createProfile(String profile, Map environment)
          Create a profile.
 

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

Classes in com.sun.jmx.remote.opt.security that implement ProfileServer
 class SASLServerHandler
          This class implements the server side SASL profile.
 class TLSServerHandler
          This class implements the server side TLS profile.
 

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

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

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

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



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