com.objectwave.configuration.bean
Interface ConfigurationService

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface ConfigurationService
extends javax.ejb.EJBObject

For details on the Ejb supported configuration service, please see com.objectwave.configuration.bean.SetupEjbConfigurationService.

Version:
$Id: ConfigurationService.java,v 2.1 2001/11/12 17:11:58 dave_hoag Exp $
Author:
dhoag
See Also:
SetupEjbConfigurationService

Method Summary
 java.lang.String getProperty(java.lang.String propName)
          Gets the Property attribute of the ConfigurationService object
 java.lang.String getProperty(java.lang.String propName, java.lang.String defaultValue)
          Gets the Property attribute of the ConfigurationService object
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getProperty

public java.lang.String getProperty(java.lang.String propName,
                                    java.lang.String defaultValue)
                             throws java.rmi.RemoteException
Gets the Property attribute of the ConfigurationService object

Parameters:
propName -
defaultValue -
Returns:
The Property value
Throws:
java.rmi.RemoteException

getProperty

public java.lang.String getProperty(java.lang.String propName)
                             throws java.rmi.RemoteException
Gets the Property attribute of the ConfigurationService object

Parameters:
propName -
Returns:
The Property value
Throws:
java.rmi.RemoteException