org.objectweb.carol.cmi.compiler
Class MethodConf

java.lang.Object
  extended byorg.objectweb.carol.cmi.compiler.MethodConf

public class MethodConf
extends java.lang.Object


Constructor Summary
MethodConf(ClassConf ccc, MethodProto mp, java.lang.String balancerName)
           
 
Method Summary
 java.lang.String getBalancer()
           
 ClassConf getClassConf()
           
 java.lang.String getDeclItfName()
           
 java.lang.reflect.Method getMethod()
           
 MethodProto getMethodProto()
           
 java.lang.String getMthName()
           
 java.lang.String getParamNamesString()
           
 java.lang.String getParamString()
           
 java.lang.String getReturnTypeName()
           
 java.lang.String getThrowsString()
           
 boolean returnsVoid()
           
 void setMethod(java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodConf

public MethodConf(ClassConf ccc,
                  MethodProto mp,
                  java.lang.String balancerName)
Method Detail

getClassConf

public ClassConf getClassConf()

getMethodProto

public MethodProto getMethodProto()

getBalancer

public java.lang.String getBalancer()

getMethod

public java.lang.reflect.Method getMethod()

getMthName

public java.lang.String getMthName()

getReturnTypeName

public java.lang.String getReturnTypeName()

getParamString

public java.lang.String getParamString()

getParamNamesString

public java.lang.String getParamNamesString()

getThrowsString

public java.lang.String getThrowsString()

getDeclItfName

public java.lang.String getDeclItfName()

returnsVoid

public boolean returnsVoid()

setMethod

public void setMethod(java.lang.reflect.Method method)
               throws CompilerException
Throws:
CompilerException