com.metamatrix.platform.config.event
Class ConfigurationChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.metamatrix.platform.config.event.ConfigurationChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationChangeEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
static int CONFIG_CHANGE
           
static int CONFIG_REFRESH
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConfigurationChangeEvent(java.lang.Object source, BaseID baseID, int action)
           
ConfigurationChangeEvent(java.lang.Object source, java.util.Collection baseIDs, int action)
           
ConfigurationChangeEvent(java.lang.Object source, int action)
           
 
Method Summary
 boolean configChange()
           
 java.util.Collection getChangedIDs()
           
 boolean isComponentTypeChange()
           
 boolean isConnectorBindingChange()
           
 boolean isHostChange()
           
 boolean isServiceChange()
           
 boolean refreshConfig()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONFIG_REFRESH

public static final int CONFIG_REFRESH
See Also:
Constant Field Values

CONFIG_CHANGE

public static final int CONFIG_CHANGE
See Also:
Constant Field Values
Constructor Detail

ConfigurationChangeEvent

public ConfigurationChangeEvent(java.lang.Object source,
                                java.util.Collection baseIDs,
                                int action)

ConfigurationChangeEvent

public ConfigurationChangeEvent(java.lang.Object source,
                                int action)

ConfigurationChangeEvent

public ConfigurationChangeEvent(java.lang.Object source,
                                BaseID baseID,
                                int action)
Method Detail

refreshConfig

public boolean refreshConfig()

configChange

public boolean configChange()

getChangedIDs

public java.util.Collection getChangedIDs()

isConnectorBindingChange

public boolean isConnectorBindingChange()

isComponentTypeChange

public boolean isComponentTypeChange()

isHostChange

public boolean isHostChange()

isServiceChange

public boolean isServiceChange()


Copyright © 2009. All Rights Reserved.