org.exolab.jms
Interface Identifiable

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
MessageImpl, MessageId, ConsumerEndpoint, DestinationCache

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

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


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