Uses of Interface
org.openejb.proxy.ReplacementStrategy

Packages that use ReplacementStrategy
org.openejb.proxy   
 

Uses of ReplacementStrategy in org.openejb.proxy
 

Fields in org.openejb.proxy declared as ReplacementStrategy
static ReplacementStrategy ReplacementStrategy.COPY
           
static ReplacementStrategy ReplacementStrategy.PASSIVATE
           
static ReplacementStrategy ReplacementStrategy.REPLACE
           
static ReplacementStrategy ReplacementStrategy.IN_VM_REPLACE
           
 

Methods in org.openejb.proxy with parameters of type ReplacementStrategy
static void SerializationHandler.setStrategy(ReplacementStrategy strategy)
          This method is public so it can be called by other parts of the container during their serialization operations, namely session passivation
 



Copyright © 1999-2006 OpenEJB. All Rights Reserved.