src/share/classes/com/sun/corba/se/impl/activation/ServerMain.java

changeset 446
f4f39d873b9a
parent 158
91006f157c46
child 748
6845b95cba6b
     1.1 --- a/src/share/classes/com/sun/corba/se/impl/activation/ServerMain.java	Mon Dec 17 07:43:20 2012 -0800
     1.2 +++ b/src/share/classes/com/sun/corba/se/impl/activation/ServerMain.java	Tue Nov 06 15:50:14 2012 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2002, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -322,9 +322,9 @@
    1.11      com.sun.corba.se.spi.activation._ServerImplBase
    1.12  {
    1.13      private ORB orb;
    1.14 -    private Method installMethod ;
    1.15 -    private Method uninstallMethod ;
    1.16 -    private Method shutdownMethod ;
    1.17 +    private transient Method installMethod ;
    1.18 +    private transient Method uninstallMethod ;
    1.19 +    private transient Method shutdownMethod ;
    1.20      private Object methodArgs[] ;
    1.21  
    1.22      ServerCallback(ORB orb, Method installMethod, Method uninstallMethod,

mercurial