Package org.jboss.as.ejb3.cache
Interface Identifiable<K>
-
- All Known Implementing Classes:
StatefulSessionComponentInstance
public interface Identifiable<K>An object that has an identification. How the object obtains it's identification is left beyond scope. Could be via construction or via a setter.- Version:
- $Revision: $
- Author:
- Carlo de Wolf
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KgetId()The object identifier.
-
-
-
Method Detail
-
getId
K getId()
The object identifier.- Returns:
- the object identifier
-
-