All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.portable.MethodPointer

java.lang.Object
   |
   +----org.omg.CORBA.portable.MethodPointer

public final class MethodPointer
extends Object

Variable Index

 o interface_id
 o method_id
 o method_name

Constructor Index

 o MethodPointer()
 o MethodPointer(String, int, int)

Method Index

 o toString()

Variables

 o method_name
 public String method_name
 o interface_id
 public int interface_id
 o method_id
 public int method_id

Constructors

 o MethodPointer
 public MethodPointer()
 o MethodPointer
 public MethodPointer(String method_name,
                      int interface_id,
                      int method_id)

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index