115. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 9/25/2018 2:13:03 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

115.1 Files compared

# Location File Last Modified
1 build 3.zip\build 3\MHLTH_YS_137_Source\JavaScript\resources\javaJDF-1.8.0\src\com\sun\jmx\snmp ServiceName.java Mon Jan 22 14:46:50 2018 UTC
2 build 3.zip\build 3\MHLTH_YS_137_Source\JavaScript\resources\javaJDF-1.8.0\src\com\sun\jmx\snmp ServiceName.java Wed Sep 12 16:26:20 2018 UTC

115.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 6 330
Changed 5 10
Inserted 0 0
Removed 0 0

115.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

115.4 Active regular expressions

No regular expressions were active.

115.5 Comparison detail

  1   /*
  2    * Copyrig ht (c) 199 9, 2003, O racle and/ or its aff iliates. A ll rights  reserved.
  3    * DO NOT  ALTER OR R EMOVE COPY RIGHT NOTI CES OR THI S FILE HEA DER.
  4    *
  5    * This co de is free  software;  you can r edistribut e it and/o r modify i t
  6    * under t he terms o f the GNU  General Pu blic Licen se version  2 only, a s
  7    * publish ed by the  Free Softw are Founda tion.  Ora cle design ates this
  8    * particu lar file a s subject  to the "Cl asspath" e xception a s provided
  9    * by Orac le in the  LICENSE fi le that ac companied  this code.
  10    *
  11    * This co de is dist ributed in  the hope  that it wi ll be usef ul, but WI THOUT
  12    * ANY WAR RANTY; wit hout even  the implie d warranty  of MERCHA NTABILITY  or
  13    * FITNESS  FOR A PAR TICULAR PU RPOSE.  Se e the GNU  General Pu blic Licen se
  14    * version  2 for mor e details  (a copy is  included  in the LIC ENSE file  that
  15    * accompa nied this  code).
  16    *
  17    * You sho uld have r eceived a  copy of th e GNU Gene ral Public  License v ersion
  18    * 2 along  with this  work; if  not, write  to the Fr ee Softwar e Foundati on,
  19    * Inc., 5 1 Franklin  St, Fifth  Floor, Bo ston, MA 0 2110-1301  USA.
  20    *
  21    * Please  contact Or acle, 500  Oracle Par kway, Redw ood Shores , CA 94065  USA
  22    * or visi t www.orac le.com if  you need a dditional  informatio n or have  any
  23    * questio ns.
  24    */
  25  
  26   package co m.sun.jmx. snmp;
  27  
  28   /**
  29    * Used fo r storing  default va lues used  by SNMP Ru ntime serv ices.
  30    * <p><b>T his API is  an Oracle  Corporati on interna l API  and  is subjec t
  31    * to chan ge without  notice.</ b></p>
  32    */
  33   public cla ss Service Name {
  34  
  35       // pri vate const ructor def ined to "h ide" the d efault pub lic constr uctor
  36       privat e ServiceN ame() {
  37       }
  38  
  39       /**
  40        * The  object na me of the  MBeanServe r delegate  object
  41        * <BR >
  42        * The  value is  <CODE>JMIm plementati on:type=MB eanServerD elegate</C ODE>.
  43        */
  44       public  static fi nal String  DELEGATE  = "JMImple mentation: type=MBean ServerDele gate" ;
  45  
  46       /**
  47        * The  default k ey propert ies for re gistering  the class  loader of  the MLet s ervice.
  48        * <BR >
  49        * The  value is  <CODE>type =MLet</COD E>.
  50        */
  51       public  static fi nal String  MLET = "t ype=MLet";
  52  
  53       /**
  54        * The  default d omain.
  55        * <BR >
  56        * The  value is  <CODE>Defa ultDomain< /CODE>.
  57        */
  58       public  static fi nal String  DOMAIN =  "DefaultDo main";
  59  
  60       /**
  61        * The  default p ort for th e RMI conn ector.
  62        * <BR >
  63        * The  value is  <CODE>1099 </CODE>.
  64        */
  65         public sta tic final  int RMI_CO NNECTOR_PO RT         
;
  66  
  67       /**
  68        * The  default k ey propert ies for th e RMI conn ector.
  69        * <BR >
  70        * The  value is  <CODE>name =RmiConnec torServer< /CODE>.
  71        */
  72       public  static fi nal String  RMI_CONNE CTOR_SERVE R = "name= RmiConnect orServer"  ;
  73  
  74       /**
  75        * The  default p ort for th e SNMP ada ptor.
  76        * <BR >
  77        * The  value is  <CODE>161< /CODE>.
  78        */
  79         public sta tic final  int SNMP_A DAPTOR_POR       
;
  80  
  81       /**
  82        * The  default k ey propert ies for th e SNMP pro tocol adap tor.
  83        * <BR >
  84        * The  value is  <CODE>name =SnmpAdapt orServer</ CODE>.
  85        */
  86       public  static fi nal String  SNMP_ADAP TOR_SERVER  = "name=S nmpAdaptor Server" ;
  87  
  88       /**
  89        * The  default p ort for th e HTTP con nector.
  90        * <BR >
  91        * The  value is  <CODE>8081 </CODE>.
  92        */
  93         public sta tic final  int HTTP_C ONNECTOR_P ORT         
;
  94  
  95       /**
  96        * The  default k ey propert ies for th e HTTP con nector.
  97        * <BR >
  98        * The  value is  <CODE>name =HttpConne ctorServer </CODE>.
  99        */
  100       public  static fi nal String  HTTP_CONN ECTOR_SERV ER = "name =HttpConne ctorServer " ;
  101  
  102       /**
  103        * The  default p ort for th e HTTPS co nnector.
  104        * <BR >
  105        * The  value is  <CODE>8084 </CODE>.
  106        */
  107         public sta tic final  int HTTPS_ CONNECTOR_ PORT         
;
  108  
  109       /**
  110        * The  default k ey propert ies for th e HTTPS co nnector.
  111        * <BR >
  112        * The  value is  <CODE>name =HttpsConn ectorServe r</CODE>.
  113        */
  114       public  static fi nal String  HTTPS_CON NECTOR_SER VER = "nam e=HttpsCon nectorServ er" ;
  115  
  116       /**
  117        * The  default p ort for th e HTML ada ptor.
  118        * <BR >
  119        * The  value is  <CODE>8082 </CODE>.
  120        */
  121         public sta tic final  int HTML_A DAPTOR_POR        
;
  122  
  123       /**
  124        * The  default k ey propert ies for th e HTML pro tocol adap tor.
  125        * <BR >
  126        * The  value is  <CODE>name =HtmlAdapt orServer</ CODE>.
  127        */
  128       public  static fi nal String  HTML_ADAP TOR_SERVER  = "name=H tmlAdaptor Server" ;
  129  
  130       /**
  131        * The  name of t he JMX spe cification  implement ed by this  product.
  132        * <BR >
  133        * The  value is  <CODE>Java  Managemen t Extensio ns</CODE>.
  134        */
  135       public  static fi nal String  JMX_SPEC_ NAME = "Ja va Managem ent Extens ions";
  136  
  137       /**
  138        * The  version o f the JMX  specificat ion implem ented by t his produc t.
  139        * <BR >
  140        * The  value is  <CODE>1.0  Final Rele ase</CODE> .
  141        */
  142       public  static fi nal String  JMX_SPEC_ VERSION =  "1.2 Maint enance Rel ease";
  143  
  144       /**
  145        * The  vendor of  the JMX s pecificati on impleme nted by th is product .
  146        * <BR >
  147        * The  value is  <CODE>Orac le Corpora tion</CODE >.
  148        */
  149       public  static fi nal String  JMX_SPEC_ VENDOR = " Oracle Cor poration";
  150  
  151       /**
  152        * The  name of t he vendor  of this pr oduct impl ementing t he  JMX sp ecificatio n.
  153        * <BR >
  154        * The  value is  <CODE>Orac le Corpora tion</CODE >.
  155        */
  156       public  static fi nal String  JMX_IMPL_ VENDOR = " Oracle Cor poration";
  157  
  158       /**
  159         * Th e build nu mber of th e current  product ve rsion, of  the form < CODE>rXX</ CODE>.
  160         */
  161       public  static fi nal String  BUILD_NUM BER = "r01 ";
  162  
  163       /**
  164        * The  version o f this pro duct imple menting th e  JMX spe cification .
  165        * <BR >
  166        * The  value is  <CODE>5.1_ rXX</CODE> , where <C ODE>rXX</C ODE> is th e <CODE>BU ILD_NUMBER </CODE> .
  167        */
  168       public  static fi nal String  JMX_IMPL_ VERSION =  "5.1_" + B UILD_NUMBE R;
  169  
  170   }