org.objectweb.speedo.runtime.mim
Interface SpeedoMemoryInstanceManagerAttribute

All Known Implementing Classes:
SpeedoMemoryInstanceManager

public interface SpeedoMemoryInstanceManagerAttribute

Author:
S.Chassande-Barrioz

Method Summary
 java.lang.String getGenClassNames()
           
 void setGenClassNames(java.lang.String gcname)
          It assignes a description of the gen class names.
 

Method Detail

getGenClassNames

public java.lang.String getGenClassNames()
Returns:
a String describing the genclass names with the following format: "(jorm_name,java_name),(jorm_name,java_name),(jorm_name,java_name)}"

setGenClassNames

public void setGenClassNames(java.lang.String gcname)
It assignes a description of the gen class names.
Parameters:
gcname - is the desciption which must follow this format: "(jorm_name,java_name),(jorm_name,java_name),(jorm_name,java_name)}"