KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > memoryusage > SessionServant


1 package test.memoryusage;
2
3 import org.omg.CORBA.*;
4 import org.omg.CORBA.ORBPackage.*;
5
6 public class SessionServant extends SessionPOA
7 {
8     private byte[] weight = new byte[10000];
9
10     public String JavaDoc getID()
11     {
12         return toString();
13     }
14 }
15
Popular Tags