org.objectweb.dream.message.manager
Interface NonExtensibleMessageManagerAttributeController
- All Superinterfaces:
- AttributeController, MessageManagerAttributeController
- All Known Subinterfaces:
- PoolNonExtensibleMessageManagerAttributeController
- All Known Implementing Classes:
- PoolNonExtensibleMessageManagerImpl
- 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.
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. |
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.