org.objectweb.carol.cmi.compiler
Class MethodConf
java.lang.Object
org.objectweb.carol.cmi.compiler.MethodConf
- public class MethodConf
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodConf
public MethodConf(ClassConf ccc,
MethodProto mp,
java.lang.String balancerName)
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