org.objectweb.dream.message.manager
Interface NonExtensibleMessageManagerAttributeController

All Superinterfaces:
AttributeController, MessageManagerAttributeController
All Known Subinterfaces:
NonExtensibleMessageManagerPoolAttributeController
All Known Implementing Classes:
NonExtensibleMessageManagerPoolImpl

public interface NonExtensibleMessageManagerAttributeController
extends MessageManagerAttributeController

An attribute controller for message manager dedicated to one type of non extensible messages. Such messages are represented by a class, whose name can be set/retrieved using this controller.


Field Summary
 
Fields inherited from interface org.objectweb.dream.message.manager.MessageManagerAttributeController
ITF_NAME
 
Method Summary
 String getMessageClassName()
          Returns the name of the class of non extensible messages that are managed by the manager to which this interface belongs.
 void setMessageClassName(String name)
          Sets the name of the class of non extensible messages that are managed by the manager to which this interface belongs.
 
Methods inherited from interface org.objectweb.dream.message.manager.MessageManagerAttributeController
getId, setId
 

Method Detail

getMessageClassName

public String getMessageClassName()
Returns the name of the class of non extensible messages that are managed by the manager to which this interface belongs.

Returns:
the name of the class of messages.

setMessageClassName

public void setMessageClassName(String name)
Sets the name of the class of non extensible messages that are managed by the manager to which this interface belongs.

Parameters:
name - the name of the class of messages.


Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.