org.objectweb.dream.message.manager
Interface MessageManagerAttributeController

All Superinterfaces:
AttributeController
All Known Subinterfaces:
MessageManagerPoolAttributeController, NonExtensibleMessageManagerAttributeController, NonExtensibleMessageManagerPoolAttributeController
All Known Implementing Classes:
MessageManagerImpl, NonExtensibleMessageManagerPoolImpl

public interface MessageManagerAttributeController
extends AttributeController

Attribute controller for message managers. This controller allows one to get/set the id of the message manager.


Field Summary
static String ITF_NAME
          The commonly used name to refer ot this interface.
 
Method Summary
 short getId()
          Returns the manager's id.
 void setId(short id)
          Sets the manager's id.
 

Field Detail

ITF_NAME

public static final String ITF_NAME
The commonly used name to refer ot this interface.

See Also:
Constant Field Values
Method Detail

getId

public short getId()
Returns the manager's id.

Returns:
the manager's id.

setId

public void setId(short id)
Sets the manager's id.

Parameters:
id - the id to set.


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