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 Object
implements ObjectFactory


Constructor Summary
protected StatelessSessionContainer.SessionContextFactory()
           
 
Method Summary
 Object create(Object param)
          Create an object.
 void destroy(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 Object create(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(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.