org.objectweb.dream.pushwithreturn
Interface KeyChunk

All Known Implementing Classes:
KeyChunkImpl

public interface KeyChunk

Chunk interface for messages containing a key.

See Also:
Key

Field Summary
static String DEFAULT_NAME
          The default name for chunks of this type
static ChunkType TYPE
          The Chunk type of chunks that implements this interface.
 
Method Summary
 Key getKey()
          Returns the key of this chunk.
 void setKey(Key key)
          Sets the key of this chunk.
 

Field Detail

DEFAULT_NAME

public static final String DEFAULT_NAME
The default name for chunks of this type

See Also:
Constant Field Values

TYPE

public static final ChunkType TYPE
The Chunk type of chunks that implements this interface.

Method Detail

getKey

public Key getKey()
Returns the key of this chunk.

Returns:
the key of this chunk.

setKey

public void setKey(Key key)
Sets the key of this chunk.

Parameters:
key - the key to be set.


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