org.objectweb.dream.serializator
Interface PushPushSerializatorAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
PushPushSerializatorImpl

public interface PushPushSerializatorAttributeController
extends AttributeController

Attribute controller interface for PushPushSerializator components.


Method Summary
 String getToBeRemovedChunkName()
          Returns the name of the chunk that is not serialized.
 void setToBeRemovedChunkName(String toBeRemovedChunkName)
          Returns the name of the chunk that must not been serialized.
 

Method Detail

getToBeRemovedChunkName

String getToBeRemovedChunkName()
Returns the name of the chunk that is not serialized. This chunk is simply added into the outgoing message.

Returns:
the name of the chunk that is not serialized.

setToBeRemovedChunkName

void setToBeRemovedChunkName(String toBeRemovedChunkName)
Returns the name of the chunk that must not been serialized. This chunk will simply be added into the outgoing message.

Parameters:
toBeRemovedChunkName - the name of the chunk that must not been serialized.


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