|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--universal.MethSignStr
This class is used to store information about each method implemented by the application server
Field Summary | |
java.lang.String |
name
name of the method |
int[] |
param_modes
Array which contains the modes of each parameters of the method (in,out,inout) |
org.omg.CORBA.TypeCode[] |
param_types
Array which contains the type of each parameters of the method(float,..). |
boolean |
readMethod
true if the method just read and doesn't change the state of the object |
Constructor Summary | |
MethSignStr()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String name
public int[] param_modes
public org.omg.CORBA.TypeCode[] param_types
public boolean readMethod
Constructor Detail |
public MethSignStr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |