corba/src/share/classes/org/omg/CORBA/portable/ServantObject.java
changeset 4623 e3aaa29eff65
parent 4 02bb8761fcce
child 5555 b2b5ed3f0d0d
equal deleted inserted replaced
4554:e9c98378f6b9 4623:e3aaa29eff65
    41 public class ServantObject
    41 public class ServantObject
    42 {
    42 {
    43     /** The real servant. The local stub may cast this field to the expected type, and then
    43     /** The real servant. The local stub may cast this field to the expected type, and then
    44      * invoke the operation directly. Note, the object may or may not be the actual servant
    44      * invoke the operation directly. Note, the object may or may not be the actual servant
    45      * instance.
    45      * instance.
    46      * @return The real servant
       
    47      */
    46      */
    48     public java.lang.Object servant;
    47     public java.lang.Object servant;
    49 }
    48 }