org.jboss.ejb3.cache.impl
Class PassivationGroupImpl

java.lang.Object
  extended by org.jboss.ejb3.cache.impl.PassivationGroupImpl
All Implemented Interfaces:
Serializable, PassivationGroup, Identifiable

public class PassivationGroupImpl
extends Object
implements PassivationGroup

Comment

Version:
$Revision: 69058 $
Author:
Carlo de Wolf
See Also:
Serialized Form

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

Constructor Detail

PassivationGroupImpl

public PassivationGroupImpl()
Method Detail

getId

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

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


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