KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jacorb > test > poa > Test_impl


1 package org.jacorb.test.poa;
2
3 import org.omg.CORBA.*;
4 import org.omg.PortableServer.*;
5 import org.omg.PortableServer.POAPackage.*;
6
7
8 public class Test_impl extends Servant
9 {
10    public Test_impl() {}
11
12    public String JavaDoc[] _all_interfaces(org.omg.PortableServer.POA JavaDoc poa, byte[] obj_id)
13    {
14       return new String JavaDoc[]{"IDL:omg.org/CORBA/Object:1.0"};
15    }
16 }
17
Popular Tags