org.glassfish.deployment.client
Class ServerConnectionEnvironment
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
org.glassfish.deployment.client.ServerConnectionEnvironment
- All Implemented Interfaces:
- Serializable, Cloneable, Map
public final class ServerConnectionEnvironment
- extends HashMap
This class defines the additional environment needed to
connect to a particular application server deployment
backend. For now, the properties supported are specific
to jmx https connector. We will extend it to support
jmx rmi connector when the jmx implementation is ready.
Environment supported in this class are defined by the
JMX connectors.
- Author:
- Qingqing Ouyang
- See Also:
com.sun.enterprise.admin.jmx.remote.DefaultConfiguration
For example, to set a client trust manager, the key of env shall
be DefaultConfiguration.TRUST_MANAGER_PROPERTY_NAME.,
Serialized Form
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
ServerConnectionEnvironment
public ServerConnectionEnvironment()
- Creates a new instance of ServerConnectionEnvironment
ServerConnectionEnvironment
public ServerConnectionEnvironment(Map env)
- Creates a new instance of ServerConnectionEnvironment
toString
public String toString()
- Overrides:
toString in class AbstractMap
Copyright © 2012. All Rights Reserved.