src/share/classes/com/sun/corba/se/spi/logging/CORBALogDomains.java

changeset 371
e324dfb90c9e
parent 158
91006f157c46
child 748
6845b95cba6b
equal deleted inserted replaced
334:66c7161ee588 371:e324dfb90c9e
1 /* 1 /*
2 * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
56 */ 56 */
57 public abstract class CORBALogDomains { 57 public abstract class CORBALogDomains {
58 private CORBALogDomains() {} 58 private CORBALogDomains() {}
59 59
60 // Top level log domain for CORBA 60 // Top level log domain for CORBA
61 public static String TOP_LEVEL_DOMAIN = "javax.enterprise.resource.corba"; 61 public static final String TOP_LEVEL_DOMAIN = "javax.enterprise.resource.corba";
62 62
63 public static final String RPC = "rpc" ; 63 public static final String RPC = "rpc" ;
64 64
65 /** Log domain for code directly implementing the CORBA API and 65 /** Log domain for code directly implementing the CORBA API and
66 * the typecode/any machinery. 66 * the typecode/any machinery.

mercurial