jrun.jms.core
Interface Identifiable
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- DestinationCache, ConsumerEndpoint, MessageImpl, MessageId
- public interface Identifiable
- extends java.io.Serializable
An identifiable object is one that can be uniquely identified within
a #Manager
- Version:
- $Revision: 1.1 $ $Date: 2001/05/24 16:39:40 $
- Author:
- Jim Alateras
|
Method Summary |
long |
getId()
Return the identity of the object as a long |
java.lang.String |
getIdAsString()
Return the identity of the object as a string |
getId
public long getId()
- Return the identity of the object as a long
- Returns:
- long - the object identity
getIdAsString
public java.lang.String getIdAsString()
- Return the identity of the object as a string
- Returns:
- String - the identity
Copyright � 2002 Macromedia Corporation. All Rights Reserved.