com.sun.ejb.containers
Class StatelessSessionContainer.SessionContextFactory

java.lang.Object
  extended by com.sun.ejb.containers.StatelessSessionContainer.SessionContextFactory
All Implemented Interfaces:
ObjectFactory
Enclosing class:
StatelessSessionContainer

protected class StatelessSessionContainer.SessionContextFactory
extends java.lang.Object
implements ObjectFactory


Constructor Summary
protected StatelessSessionContainer.SessionContextFactory()
           
 
Method Summary
 java.lang.Object create(java.lang.Object param)
          Create an object.
 void destroy(java.lang.Object obj)
          Destroy an object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatelessSessionContainer.SessionContextFactory

protected StatelessSessionContainer.SessionContextFactory()
Method Detail

create

public java.lang.Object create(java.lang.Object param)
Description copied from interface: ObjectFactory
Create an object. Called from Pool.getObject(param)

Specified by:
create in interface ObjectFactory

destroy

public void destroy(java.lang.Object obj)
Description copied from interface: ObjectFactory
Destroy an object. Called from Pool.destroyObject.

Specified by:
destroy in interface ObjectFactory


Copyright © 2012 GlassFish Community. All Rights Reserved.