KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > gcc > rmi > iiop > NameServiceOperations


1 package gcc.rmi.iiop;
2
3
4 /**
5 * gcc/rmi/iiop/NameServiceOperations.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.1"
7 * from ../idl/gcc-rmi-iiop.idl
8 * Wednesday, December 8, 2004 11:54:46 AM EST
9 */

10
11 public interface NameServiceOperations extends gcc.org.omg.CosNaming.NamingContextExtOperations
12 {
13   String resolve_host (String host);
14 } // interface NameServiceOperations
15
Popular Tags