org.glassfish.deployment.client
Class ServerConnectionEnvironment

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
ServerConnectionEnvironment()
          Creates a new instance of ServerConnectionEnvironment
ServerConnectionEnvironment(Map env)
          Creates a new instance of ServerConnectionEnvironment
 
Method Summary
 String toString()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ServerConnectionEnvironment

public ServerConnectionEnvironment()
Creates a new instance of ServerConnectionEnvironment


ServerConnectionEnvironment

public ServerConnectionEnvironment(Map env)
Creates a new instance of ServerConnectionEnvironment

Method Detail

toString

public String toString()
Overrides:
toString in class AbstractMap


Copyright © 2012. All Rights Reserved.