com.objectwave.configuration.bean
Class ConfigurationServiceBean
java.lang.Object
|
+--com.objectwave.configuration.bean.ConfigurationServiceBean
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean
- public class ConfigurationServiceBean
- extends java.lang.Object
- implements javax.ejb.SessionBean
- Version:
- $Id: ConfigurationServiceBean.java,v 2.0 2001/06/11 15:46:53 dave_hoag Exp $
- Author:
- dhoag
- See Also:
- Serialized Form
Field Summary |
protected java.util.Properties |
propLookup
|
Method Summary |
void |
ejbActivate()
|
void |
ejbCreate()
|
void |
ejbPassivate()
|
void |
ejbRemove()
|
java.lang.String |
getProperty(java.lang.String propName)
Gets the Property attribute of the ConfigurationServiceBean object |
java.lang.String |
getProperty(java.lang.String propName,
java.lang.String defaultValue)
Gets the Property attribute of the ConfigurationServiceBean object |
void |
setSessionContext(javax.ejb.SessionContext context)
Sets the SessionContext attribute of the ConfigurationServiceBean object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propLookup
protected java.util.Properties propLookup
ConfigurationServiceBean
public ConfigurationServiceBean()
setSessionContext
public void setSessionContext(javax.ejb.SessionContext context)
- Sets the SessionContext attribute of the ConfigurationServiceBean object
- Specified by:
setSessionContext
in interface javax.ejb.SessionBean
- Parameters:
context
- The new SessionContext value
getProperty
public java.lang.String getProperty(java.lang.String propName)
- Gets the Property attribute of the ConfigurationServiceBean object
- Parameters:
propName
-
- Returns:
- The Property value
getProperty
public java.lang.String getProperty(java.lang.String propName,
java.lang.String defaultValue)
- Gets the Property attribute of the ConfigurationServiceBean object
- Parameters:
propName
- defaultValue
-
- Returns:
- The Property value
ejbCreate
public void ejbCreate()
ejbRemove
public void ejbRemove()
- Specified by:
ejbRemove
in interface javax.ejb.SessionBean
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate
in interface javax.ejb.SessionBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate
in interface javax.ejb.SessionBean