org.ws4d.java.configuration
Class EventingProperties

java.lang.Object
  extended by org.ws4d.java.configuration.EventingProperties
All Implemented Interfaces:
PropertiesHandler

public class EventingProperties
extends java.lang.Object
implements PropertiesHandler


Field Summary
static java.lang.String PROP_BINDING
           
static java.lang.String PROP_CONFIGURATION_ID
           
 
Fields inherited from interface org.ws4d.java.configuration.PropertiesHandler
FALSE, TRUE
 
Method Summary
 void finishedSection(int depth)
          This method indicates the PropertiesHandler, that the last section with the given depth has been read completely.
 DataStructure getBindings(java.lang.Integer configurationId)
           
static EventingProperties getInstance()
          Returns instance of the eventing properties handler.
 void setProperties(PropertyHeader header, Property property)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_CONFIGURATION_ID

public static final java.lang.String PROP_CONFIGURATION_ID
See Also:
Constant Field Values

PROP_BINDING

public static final java.lang.String PROP_BINDING
See Also:
Constant Field Values
Method Detail

getInstance

public static EventingProperties getInstance()
Returns instance of the eventing properties handler.

Returns:
the singleton instance of the eventing properties

finishedSection

public void finishedSection(int depth)
Description copied from interface: PropertiesHandler
This method indicates the PropertiesHandler, that the last section with the given depth has been read completely.

Specified by:
finishedSection in interface PropertiesHandler
Parameters:
depth - depth of section.

setProperties

public void setProperties(PropertyHeader header,
                          Property property)
Specified by:
setProperties in interface PropertiesHandler
Parameters:
header - header of section
property - property within section

getBindings

public DataStructure getBindings(java.lang.Integer configurationId)
Parameters:
configurationId -
Returns:
the bindings