org.exolab.jms
Interface Identifiable

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BytesMessageImpl, ConsumerEndpoint, DestinationCache, DurableConsumerEndpoint, MapMessageImpl, MessageId, MessageImpl, ObjectMessageImpl, QueueBrowserEndpoint, QueueConsumerEndpoint, QueueDestinationCache, StreamMessageImpl, TextMessageImpl, TopicConsumerEndpoint, TopicDestinationCache

public interface Identifiable
extends java.io.Serializable

An identifiable object is one that can be uniquely identified within a manager

Version:
$Revision: 1.5 $ $Date: 2003/08/17 01:32:21 $
Author:
Jim Alateras

Method Summary
 java.lang.String getId()
          Return the identity of the object
 

Method Detail

getId

java.lang.String getId()
Return the identity of the object

Returns:
the object identity


Copyright © 1999-2005 The OpenJMS Group. All Rights Reserved.