Adds the binding to the environment values.
Parameters: propName - Property name. Parameters: propVal - value. object that has been added. throws: javax.naming.NamingException - Not supported. throws: OperationNotSupportedException - Not supported.
Binds the name to the object.
Parameters: name - key name. Parameters: obj - object. throws: javax.naming.NamingException - if name is null or not valid.
Retrieves the value corresponding to the key name.
Parameters: name - key name. object value. throws: javax.naming.NamingException - if name not found.