org.objectweb.carol.cmi.compiler

Class ClassConf


public class ClassConf
extends java.lang.Object

Constructor Summary

ClassConf(Class cl)

Method Summary

String
addRR()
String
addRandom()
boolean
containsMethod(MethodProto mp)
String
getBalancer()
String
getClassName()
MethodConf
getMethodConf(MethodProto mp)
Iterator
getMethodConfs()
ArrayList
getRR()
ArrayList
getRandom()
String
getRemoteItfString()
void
putMethod(MethodProto mp, MethodConf cmc)
void
setLookupChoice()
void
validate()

Constructor Details

ClassConf

public ClassConf(Class cl)

Method Details

addRR

public String addRR()


addRandom

public String addRandom()


containsMethod

public boolean containsMethod(MethodProto mp)


getBalancer

public String getBalancer()


getClassName

public String getClassName()


getMethodConf

public MethodConf getMethodConf(MethodProto mp)
            throws CompilerException


getMethodConfs

public Iterator getMethodConfs()


getRR

public ArrayList getRR()


getRandom

public ArrayList getRandom()


getRemoteItfString

public String getRemoteItfString()


putMethod

public void putMethod(MethodProto mp,
                      MethodConf cmc)


setLookupChoice

public void setLookupChoice()


validate

public void validate()
            throws CompilerException