com.sap.netweaver.bc.uwl.admin

Class ConfigChangeEvent

java.lang.Object
  extended bycom.sap.netweaver.bc.uwl.admin.ConfigChangeEvent

public class ConfigChangeEvent
extends Object

This class is used for internal purposes. This object is passed to IConfigChangeListener methods any time a UWL configuration change occurs

See Also:
IConfigChangeListener

Constructor Summary
ConfigChangeEvent(String id, Map properties, UWLContext context)
           
 
Method Summary
 UWLContext getContext()
          Returns the UWLContext of the updating client
 String getId()
          Method that return the id of the changed/deleted configuration.
 Map getProperties()
          Returns the updated property(s)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigChangeEvent

public ConfigChangeEvent(String id,
                         Map properties,
                         UWLContext context)
Method Detail

getId

public String getId()
Method that return the id of the changed/deleted configuration. Can be ConfigurationProperties.DEFAULT_UWL_ID for the UWL service configuration or system@connector for a system configuration, or system@GenericAbapConnector@CFX_UWL... for GenericAbapConnector


getProperties

public Map getProperties()
Returns the updated property(s)


getContext

public UWLContext getContext()
Returns the UWLContext of the updating client



Copyright 2006 SAP AG Complete Copyright Notice