org.jboss.ejb3.cache.impl
Class GroupedPassivatingCacheImpl.Entry

java.lang.Object
  extended by org.jboss.ejb3.cache.impl.GroupedPassivatingCacheImpl.Entry
All Implemented Interfaces:
Serializable, Identifiable
Enclosing class:
GroupedPassivatingCacheImpl<T extends Identifiable & Serializable>

protected class GroupedPassivatingCacheImpl.Entry
extends Object
implements Identifiable, Serializable

See Also:
Serialized Form

Method Summary
 Object getId()
          The object identifier.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public Object getId()
Description copied from interface: Identifiable
The object identifier.

Specified by:
getId in interface Identifiable
Returns:
the object identifier

toString

public String toString()
Overrides:
toString in class Object


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