org.jboss.ejb3.stateful
Class StatefulBeanContextReference

java.lang.Object
  extended by org.jboss.ejb3.stateful.StatefulBeanContextReference
All Implemented Interfaces:
Serializable

public class StatefulBeanContextReference
extends Object
implements Serializable

Serializable reference to stateful bean context that can be disconnected

Version:
$Revision: 73395 $
Author:
Bill Burke
See Also:
Serialized Form

Constructor Summary
StatefulBeanContextReference(StatefulBeanContext beanContext)
           
 
Method Summary
 StatefulBeanContext getBeanContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatefulBeanContextReference

public StatefulBeanContextReference(StatefulBeanContext beanContext)
Method Detail

getBeanContext

public StatefulBeanContext getBeanContext()


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