[22/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-12 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/fb1ba1f9/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/AgentConfig.html
--
diff --git 
a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/AgentConfig.html
 
b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/AgentConfig.html
deleted file mode 100644
index 3cb666f..000
--- 
a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/AgentConfig.html
+++ /dev/null
@@ -1,2842 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-AgentConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)
-
-
-
-
-
-
-var methods = 
{"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38,"i6":38,"i7":38,"i8":38,"i9":38,"i10":38,"i11":38,"i12":38,"i13":38,"i14":38,"i15":38,"i16":38,"i17":38,"i18":38,"i19":38,"i20":38,"i21":38,"i22":38,"i23":38,"i24":38,"i25":38,"i26":38,"i27":38,"i28":38,"i29":38,"i30":38,"i31":38,"i32":38,"i33":38,"i34":38,"i35":38,"i36":38,"i37":38,"i38":38,"i39":38,"i40":38,"i41":38,"i42":38,"i43":38,"i44":38,"i45":38,"i46":38,"i47":38,"i48":38,"i49":38,"i50":38};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],32:["t6","Deprecated Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-com.gemstone.gemfire.admin.jmx
-Interface AgentConfig
-
-
-
-
-
-
-All Superinterfaces:
-java.lang.Cloneable, DistributedSystemConfig
-
-
-Deprecated.
-as of 7.0 use the management
 package instead
-
-
-public interface AgentConfig
-extends DistributedSystemConfig
-A configuration object for a JMX administration agent that is hosted by 
a GemFire application VM.  A file named
- "agent.properties"
 can be used to
- override the default values of AgentConfig attributes.
- The "gfAgentPropertyFile" system
- property can be used to specify an agent properties file other
- than "agent.properties".  System properties prefixed with
- "gemfire.agent."
 can be used to
- override the values in the properties file.  For instance
- "-Dgemfire.agent.http-port=8081" can be used to override the
- default port for the HTTP adapter.  Configuration related to the
- distributed system that the JMX agent administers is inherited from
- and described in AgentConfig's superinterface, DistributedSystemConfig.
-
- 
-
- An AgentConfig can be modified using a number of
- mutator methods until it is used to create an Agent.
- After that, attempts to modify most attributes in the
- AgentConfig will result in an IllegalStateException 
being thrown.  If you wish to use the same
- AgentConfig to configure multiple Agents,
- a copy of the AgentConfig object can be made by
- invoking its clone()
 method.
-
- 
-
- JMX Administation Agent Configuration Properties
-
- 
-   auto-connect
-   Description: whether or not a JMX agent will
-   automatically connect to the distributed system it is configured to
-   administer.
-   Default:
 false
- 
-
- JMX Agent SSL Configuration Properties
-
- 
-
- These parameters configure sockets that are created by the GemFire
- JMX Agent regardless of which adapters are enabled.  These setting
- apply to all adapters.  For example, if clients connect to the RMI
- adapter using SSL, then clients must also connect to the HTTP
- adapter using SSL (HTTPS).  Note that these configuration
- attributes do not effect how the agent connects to the
- distributed system it administers, only how JMX clients connect to
- the agent.
-
- 
-   agent-ssl-enabled
-   Description: whether or not connections to the JMX agent
-   require SSL
-   
-   Default:
 false
- 
- 
- 
-   agent-ssl-protocols
-   Description: the SSL protocols to be used when connecting
-   to the JMX agent
-   
-   Default:
 any
- 
-
- 
-   agent-ssl-ciphers
-   Description: the SSL ciphers to be used when connecting
-   to the JMX agent
-   
-   Default:
 any
- 
-
- 
-   agent-ssl-require-authentication
-   Description: whether or not SSL connections to the RMI
-   adapter require authentication
-   
-   Default:
 true
- 
-
- 
-   http-ssl-require-authentication
-   

[22/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/AgentConfig.html
--
diff --git 
a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/AgentConfig.html
 
b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/AgentConfig.html
new file mode 100644
index 000..3cb666f
--- /dev/null
+++ 
b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/AgentConfig.html
@@ -0,0 +1,2842 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+AgentConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)
+
+
+
+
+
+
+var methods = 
{"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38,"i6":38,"i7":38,"i8":38,"i9":38,"i10":38,"i11":38,"i12":38,"i13":38,"i14":38,"i15":38,"i16":38,"i17":38,"i18":38,"i19":38,"i20":38,"i21":38,"i22":38,"i23":38,"i24":38,"i25":38,"i26":38,"i27":38,"i28":38,"i29":38,"i30":38,"i31":38,"i32":38,"i33":38,"i34":38,"i35":38,"i36":38,"i37":38,"i38":38,"i39":38,"i40":38,"i41":38,"i42":38,"i43":38,"i44":38,"i45":38,"i46":38,"i47":38,"i48":38,"i49":38,"i50":38};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],32:["t6","Deprecated Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+com.gemstone.gemfire.admin.jmx
+Interface AgentConfig
+
+
+
+
+
+
+All Superinterfaces:
+java.lang.Cloneable, DistributedSystemConfig
+
+
+Deprecated.
+as of 7.0 use the management
 package instead
+
+
+public interface AgentConfig
+extends DistributedSystemConfig
+A configuration object for a JMX administration agent that is hosted by 
a GemFire application VM.  A file named
+ "agent.properties"
 can be used to
+ override the default values of AgentConfig attributes.
+ The "gfAgentPropertyFile" system
+ property can be used to specify an agent properties file other
+ than "agent.properties".  System properties prefixed with
+ "gemfire.agent."
 can be used to
+ override the values in the properties file.  For instance
+ "-Dgemfire.agent.http-port=8081" can be used to override the
+ default port for the HTTP adapter.  Configuration related to the
+ distributed system that the JMX agent administers is inherited from
+ and described in AgentConfig's superinterface, DistributedSystemConfig.
+
+ 
+
+ An AgentConfig can be modified using a number of
+ mutator methods until it is used to create an Agent.
+ After that, attempts to modify most attributes in the
+ AgentConfig will result in an IllegalStateException 
being thrown.  If you wish to use the same
+ AgentConfig to configure multiple Agents,
+ a copy of the AgentConfig object can be made by
+ invoking its clone()
 method.
+
+ 
+
+ JMX Administation Agent Configuration Properties
+
+ 
+   auto-connect
+   Description: whether or not a JMX agent will
+   automatically connect to the distributed system it is configured to
+   administer.
+   Default:
 false
+ 
+
+ JMX Agent SSL Configuration Properties
+
+ 
+
+ These parameters configure sockets that are created by the GemFire
+ JMX Agent regardless of which adapters are enabled.  These setting
+ apply to all adapters.  For example, if clients connect to the RMI
+ adapter using SSL, then clients must also connect to the HTTP
+ adapter using SSL (HTTPS).  Note that these configuration
+ attributes do not effect how the agent connects to the
+ distributed system it administers, only how JMX clients connect to
+ the agent.
+
+ 
+   agent-ssl-enabled
+   Description: whether or not connections to the JMX agent
+   require SSL
+   
+   Default:
 false
+ 
+ 
+ 
+   agent-ssl-protocols
+   Description: the SSL protocols to be used when connecting
+   to the JMX agent
+   
+   Default:
 any
+ 
+
+ 
+   agent-ssl-ciphers
+   Description: the SSL ciphers to be used when connecting
+   to the JMX agent
+   
+   Default:
 any
+ 
+
+ 
+   agent-ssl-require-authentication
+   Description: whether or not SSL connections to the RMI
+   adapter require authentication
+   
+   Default:
 true
+ 
+
+ 
+   http-ssl-require-authentication
+