00001 // ********************************************************************** 00002 // 00003 // Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved. 00004 // 00005 // This copy of Ice is licensed to you under the terms described in the 00006 // ICE_LICENSE file included in this distribution. 00007 // 00008 // ********************************************************************** 00009 00010 // Ice version 3.4.1 00011 00012 package cast.examples.autogen; 00013 00014 // <auto-generated> 00015 // 00016 // Generated from file `CDL.ice' 00017 // 00018 // Warning: do not edit this file. 00019 // 00020 // </auto-generated> 00021 00022 00023 public final class WordServerAsComponentHolder extends Ice.ObjectHolderBase<WordServerAsComponent> 00024 { 00025 public 00026 WordServerAsComponentHolder() 00027 { 00028 } 00029 00030 public 00031 WordServerAsComponentHolder(WordServerAsComponent value) 00032 { 00033 this.value = value; 00034 } 00035 00036 public void 00037 patch(Ice.Object v) 00038 { 00039 try 00040 { 00041 value = (WordServerAsComponent)v; 00042 } 00043 catch(ClassCastException ex) 00044 { 00045 IceInternal.Ex.throwUOE(type(), v.ice_id()); 00046 } 00047 } 00048 00049 public String 00050 type() 00051 { 00052 return _WordServerAsComponentDisp.ice_staticId(); 00053 } 00054 }
1.5.8