universal
Class MethTable

java.lang.Object
  |
  +--universal.MethTable

public class MethTable
extends java.lang.Object

This class should be complete by the application writer to store the information about each method of the server.


Field Summary
 universal.MethSignStr[] methods
          Array of the size of the number of method our application implement.
 
Constructor Summary
MethTable(org.omg.CORBA.ORB orb)
          Contains the definition of each method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methods

public universal.MethSignStr[] methods
Array of the size of the number of method our application implement.

Constructor Detail

MethTable

public MethTable(org.omg.CORBA.ORB orb)
Contains the definition of each method