1 package com.sun.corba.se.spi.activation.LocatorPackage; 2 3 9 10 public final class ServerLocationPerORBHolder implements org.omg.CORBA.portable.Streamable 11 { 12 public com.sun.corba.se.spi.activation.LocatorPackage.ServerLocationPerORB value = null; 13 14 public ServerLocationPerORBHolder () 15 { 16 } 17 18 public ServerLocationPerORBHolder (com.sun.corba.se.spi.activation.LocatorPackage.ServerLocationPerORB initialValue) 19 { 20 value = initialValue; 21 } 22 23 public void _read (org.omg.CORBA.portable.InputStream i) 24 { 25 value = com.sun.corba.se.spi.activation.LocatorPackage.ServerLocationPerORBHelper.read (i); 26 } 27 28 public void _write (org.omg.CORBA.portable.OutputStream o) 29 { 30 com.sun.corba.se.spi.activation.LocatorPackage.ServerLocationPerORBHelper.write (o, value); 31 } 32 33 public org.omg.CORBA.TypeCode _type () 34 { 35 return com.sun.corba.se.spi.activation.LocatorPackage.ServerLocationPerORBHelper.type (); 36 } 37 38 } 39 | Popular Tags |