org.objectweb.speedo.mim.api
Interface MemoryInstanceManagerAttribute

All Superinterfaces:
org.objectweb.fractal.api.control.AttributeController
All Known Implementing Classes:
SpeedoMemoryInstanceManager

public interface MemoryInstanceManagerAttribute
extends org.objectweb.fractal.api.control.AttributeController

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)}"