org.jboss.ejb3.cache
Interface Identifiable

All Known Subinterfaces:
PassivationGroup
All Known Implementing Classes:
GroupedPassivatingCacheImpl.Entry, PassivationGroupImpl

public interface Identifiable

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
 Object getId()
          The object identifier.
 

Method Detail

getId

Object getId()
The object identifier.

Returns:
the object identifier


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.