| 
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.beasys.commerce.foundation.SessionImpl
This is the base implementation of the Business Smart Component (BSC) Session interface. For each BSC Session derived interface, there will be a corresponding BSC SessionImpl with business methods that are mirrored. It also provides storage for an SessionContext and an implementation of the Set and Get Session Context methods.
 Session Beans also implement the SmartUpdate API.  See the EntityImpl
 comments for more details.  Although SmartUpdate is intended primarily
 for BMP, Session Beans may find it useful as well.
 
| Field Summary | |
 com.beasys.commerce.foundation.SessionContext | 
_ctx
 | 
protected  javax.naming.Context | 
_environmentNamingContext
 | 
protected  java.util.Hashtable | 
_environmentPropertyCache
 | 
protected  boolean | 
_isDirty
 | 
| Constructor Summary | |
SessionImpl()
SessionImpl constructor.  | 
|
| Method Summary | |
 void | 
clearRelationalBinding(java.lang.String attributeIdentifier,
                       java.util.Collection collection)
 | 
 void | 
clearRelationalBinding(java.lang.String attributeIdentifier,
                       java.util.Collection collection,
                       java.lang.Object o)
 | 
 void | 
clearRelationalBinding(java.lang.String attributeIdentifier,
                       java.util.Map map)
 | 
 void | 
clearRelationalBinding(java.lang.String attributeIdentifier,
                       java.util.Map map,
                       java.lang.Object key)
 | 
protected  java.util.Collection | 
doRelationalBinding(java.lang.String attributeIdentifier,
                    java.util.Collection collection)
Add relational information to each element in a collection, AND synchronize the collection with the persistence cache This feature is implemented by a plugin and by default is turned off  | 
protected  java.util.Map | 
doRelationalBinding(java.lang.String attributeIdentifier,
                    java.util.Map map)
Add relational information to each element in a map, AND synchronize the map with the persistence cache This feature is implemented by a plugin and by default is turned off  | 
protected  Belonging | 
doRelationalBindingOnElement(java.lang.String attributeIdentifier,
                             Belonging value)
Add relational information to a belonging This feature is implemented by a plugin and by default is turned off  | 
protected  com.beasys.commerce.foundation.EJBObject | 
doRelationalBindingOnElement(java.lang.String attributeIdentifier,
                             com.beasys.commerce.foundation.EJBObject value)
Add relational information to an EJBObject This feature is implemented by a plugin and by default is turned off  | 
protected  java.lang.Object | 
doRelationalBindingOnElement(java.lang.String attributeIdentifier,
                             java.lang.Object value)
Add relational information to a dependent object.  | 
protected  Belonging | 
doRelationalBindingOnSingleton(java.lang.String attributeIdentifier,
                               Belonging value)
Add relational information to a belonging This feature is implemented by a plugin and by default is turned off  | 
protected  com.beasys.commerce.foundation.EJBObject | 
doRelationalBindingOnSingleton(java.lang.String attributeIdentifier,
                               com.beasys.commerce.foundation.EJBObject ejbObject)
Add relational information to an EJBObject This feature is implemented by a plugin and by default is turned off  | 
protected  java.lang.Object | 
doRelationalBindingOnSingleton(java.lang.String attributeIdentifier,
                               java.lang.Object value)
Add relational information to a dependent object.  | 
protected  java.lang.Object | 
doRelationalBindingWithMapKey(java.lang.String attributeIdentifier,
                              Belonging belonging,
                              java.lang.Object key)
Add relational information to an element in a map, AND synchronize the element with the persistence cache This feature is implemented by a plugin and by default is turned off  | 
protected  com.beasys.commerce.foundation.EJBObject | 
doRelationalBindingWithMapKey(java.lang.String attributeIdentifier,
                              com.beasys.commerce.foundation.EJBObject ejbObject,
                              java.lang.Object key)
Add relational information to an element in a map, AND synchronize the element with the persistence cache This feature is implemented by a plugin and by default is turned off  | 
protected  java.lang.Object | 
doRelationalBindingWithMapKey(java.lang.String attributeIdentifier,
                              java.lang.Object object,
                              java.lang.Object key)
Add relational information to an element in a map, AND synchronize the element with the persistence cache This feature is implemented by a plugin and by default is turned off  | 
 void | 
ejbActivate()
ejbActivate method.  | 
 void | 
ejbCreate()
ejbCreate method.  | 
 void | 
ejbPassivate()
ejbPassivate method.  | 
 void | 
ejbPostCreate()
ejbPostCreate method.  | 
 void | 
ejbRemove()
ejbRemove method.  | 
protected  java.util.Collection | 
enumerateRelationalBinding(java.lang.String attributeIdentifier,
                           java.util.Collection collection)
Add relational information to each element in a collection, but do not synchronize the collection with the persistence cache This feature is implemented by a plugin and by default is turned off  | 
protected  java.util.Map | 
enumerateRelationalBinding(java.lang.String attributeIdentifier,
                           java.util.Map map)
Add relational information to each element in a map, but do not synchronize the map with the persistence cache This feature is implemented by a plugin and by default is turned off  | 
protected  javax.naming.Context | 
getEnvironmentNamingContext()
Returns the bean's environment naming context.  | 
 java.lang.Object | 
getEnvironmentProperty(java.lang.String propertyName)
This method returns the value of the specified environment property.  | 
 java.lang.Object | 
getEnvironmentProperty(java.lang.String propertyName,
                       java.lang.Object defaultValue)
This method returns the value of the specified environment property or the specified default value if the environment property is not found.  | 
protected  java.util.Hashtable | 
getEnvironmentPropertyCache()
Returns the bean's environment property cache  | 
 PersistenceHelperPlugin | 
getPersistenceHelperPlugin()
Instantiates PersistenceHelperPlugin based on "...PersistenceHelperPlugin" property in commerce.properties file.  | 
 com.beasys.commerce.foundation.SessionContext | 
getSessionContext()
getSessionContext method.  | 
 void | 
setSessionContext(com.beasys.commerce.foundation.SessionContext ctx)
setSessionContext method.  | 
| Field Detail | 
protected transient boolean _isDirty
public com.beasys.commerce.foundation.SessionContext _ctx
protected transient javax.naming.Context _environmentNamingContext
protected transient java.util.Hashtable _environmentPropertyCache
| Constructor Detail | 
public SessionImpl()
| Method Detail | 
public void ejbActivate()
                 throws javax.ejb.EJBException
public void ejbCreate()
               throws javax.ejb.CreateException,
                      javax.ejb.EJBException
public void ejbPassivate()
                  throws javax.ejb.EJBException
public void ejbPostCreate()
                   throws javax.ejb.CreateException,
                          javax.ejb.EJBException
public void ejbRemove()
               throws javax.ejb.EJBException
public void setSessionContext(com.beasys.commerce.foundation.SessionContext ctx)
                       throws javax.ejb.EJBException
public com.beasys.commerce.foundation.SessionContext getSessionContext()
protected final javax.naming.Context getEnvironmentNamingContext()
                                                          throws javax.naming.NamingException
javax.naming.NamingException - - if a naming exception is encounteredprotected final java.util.Hashtable getEnvironmentPropertyCache()
public final java.lang.Object getEnvironmentProperty(java.lang.String propertyName)
                                              throws javax.naming.NamingException
javax.naming.NamingException - - if a naming exception is encountered
public final java.lang.Object getEnvironmentProperty(java.lang.String propertyName,
                                                     java.lang.Object defaultValue)
                                              throws javax.naming.NamingException
javax.naming.NamingException - - if a naming exception is encountered
protected final java.lang.Object doRelationalBindingOnElement(java.lang.String attributeIdentifier,
                                                              java.lang.Object value)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellersvalue - instance of a dependent objectentityImpl - implementation of an entity bean
protected final Belonging doRelationalBindingOnElement(java.lang.String attributeIdentifier,
                                                       Belonging value)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellersbelonging - instance of a belongingentityImpl - implementation of an entity bean
protected final com.beasys.commerce.foundation.EJBObject doRelationalBindingOnElement(java.lang.String attributeIdentifier,
                                                                                      com.beasys.commerce.foundation.EJBObject value)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellersejbObject - instance of an EJB objectentityImpl - implementation of an entity bean
protected final java.lang.Object doRelationalBindingOnSingleton(java.lang.String attributeIdentifier,
                                                                java.lang.Object value)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellersvalue - instance of a dependent objectentityImpl - implementation of an entity bean
protected final Belonging doRelationalBindingOnSingleton(java.lang.String attributeIdentifier,
                                                         Belonging value)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellersbelonging - instance of a belongingentityImpl - implementation of an entity bean
protected final com.beasys.commerce.foundation.EJBObject doRelationalBindingOnSingleton(java.lang.String attributeIdentifier,
                                                                                        com.beasys.commerce.foundation.EJBObject ejbObject)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellersejbObject - instance of an EJB objectentityImpl - implementation of an entity bean
protected final java.lang.Object doRelationalBindingWithMapKey(java.lang.String attributeIdentifier,
                                                               java.lang.Object object,
                                                               java.lang.Object key)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellerscollection - the target collection
protected final com.beasys.commerce.foundation.EJBObject doRelationalBindingWithMapKey(java.lang.String attributeIdentifier,
                                                                                       com.beasys.commerce.foundation.EJBObject ejbObject,
                                                                                       java.lang.Object key)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellerscollection - the target collection
protected final java.lang.Object doRelationalBindingWithMapKey(java.lang.String attributeIdentifier,
                                                               Belonging belonging,
                                                               java.lang.Object key)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellerscollection - the target collection
protected final java.util.Collection doRelationalBinding(java.lang.String attributeIdentifier,
                                                         java.util.Collection collection)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellerscollection - the target collection
protected final java.util.Map doRelationalBinding(java.lang.String attributeIdentifier,
                                                  java.util.Map map)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellersmap - the target map
protected final java.util.Collection enumerateRelationalBinding(java.lang.String attributeIdentifier,
                                                                java.util.Collection collection)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellerscollection - the target collection
protected final java.util.Map enumerateRelationalBinding(java.lang.String attributeIdentifier,
                                                         java.util.Map map)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellersmap - the target map
public final void clearRelationalBinding(java.lang.String attributeIdentifier,
                                         java.util.Collection collection)
public final void clearRelationalBinding(java.lang.String attributeIdentifier,
                                         java.util.Collection collection,
                                         java.lang.Object o)
public final void clearRelationalBinding(java.lang.String attributeIdentifier,
                                         java.util.Map map,
                                         java.lang.Object key)
public final void clearRelationalBinding(java.lang.String attributeIdentifier,
                                         java.util.Map map)
public final PersistenceHelperPlugin getPersistenceHelperPlugin()
  | 
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||