com.ds.fw.servlet.bo
Class FwBOContainer

java.lang.Object
  |
  +--com.ds.fw.types.FwSimpleObject
        |
        +--com.ds.fw.servlet.bo.FwBOContainer
All Implemented Interfaces:
java.lang.Cloneable, FwCopyableIF, FwDisplayableIF, FwSimpleObjectIF, java.io.Serializable
Direct Known Subclasses:
FwBOContainerPool, FwBOContainerShared

public class FwBOContainer
extends FwSimpleObject

See Also:
Serialized Form

Constructor Summary
FwBOContainer()
           
 
Method Summary
static java.lang.Object getBusinessObject(com.ds.fw.co.bobroker.FwCoBO bcc)
           
static void releaseBusinessObject(com.ds.fw.co.bobroker.FwCoBO bcc, java.lang.Object o)
           
 
Methods inherited from class com.ds.fw.types.FwSimpleObject
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, printStackTrace, toString, toStringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FwBOContainer

public FwBOContainer()
Method Detail

getBusinessObject

public static java.lang.Object getBusinessObject(com.ds.fw.co.bobroker.FwCoBO bcc)
                                          throws FwNoComponentException
FwNoComponentException

releaseBusinessObject

public static void releaseBusinessObject(com.ds.fw.co.bobroker.FwCoBO bcc,
                                         java.lang.Object o)
                                  throws FwNoComponentException
FwNoComponentException