|
BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.servicemanager.CommerceServiceManagerBean
Commerce Service Manager implementation.
Field Summary | |
protected javax.ejb.SessionContext |
ctx
The ejb session context. |
protected java.util.Properties |
properties
The service manager properties. |
Constructor Summary | |
CommerceServiceManagerBean()
|
Method Summary | |
void |
ejbActivate()
This method is required by the EJB Specification, but is not used by this example. |
void |
ejbCreate()
This method is required by the EJB Specification, but is not used by this example. |
void |
ejbPassivate()
This method is required by the EJB Specification, but is not used by this example. |
void |
ejbRemove()
This method is required by the EJB Specification, but is not used by this example. |
java.lang.String |
getCommerceVersion()
Get commerce version. |
java.lang.String |
getPersonalizationVersion()
Get personalization version. |
protected java.util.Properties |
getProperties()
Get the properties that have version info. |
java.lang.String |
getVersion()
Get the version of the server. |
void |
setSessionContext(javax.ejb.SessionContext ctx)
Sets the session context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected javax.ejb.SessionContext ctx
protected java.util.Properties properties
Constructor Detail |
public CommerceServiceManagerBean()
Method Detail |
public void ejbActivate()
ejbActivate
in interface javax.ejb.SessionBean
public void ejbRemove()
ejbRemove
in interface javax.ejb.SessionBean
public void ejbPassivate()
ejbPassivate
in interface javax.ejb.SessionBean
public final void setSessionContext(javax.ejb.SessionContext ctx)
setSessionContext
in interface javax.ejb.SessionBean
ctx
- SessionContext Context for sessionpublic void ejbCreate() throws javax.ejb.CreateException
protected java.util.Properties getProperties() throws java.io.IOException
Properties
IOException
- public java.lang.String getVersion()
String
public java.lang.String getPersonalizationVersion()
String
public java.lang.String getCommerceVersion()
String
|
BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |