com.ibm.di.api
Class ConfigEvent

java.lang.Object
  extended by com.ibm.di.api.ConfigEvent
All Implemented Interfaces:
Serializable

public class ConfigEvent
extends Object
implements Serializable

Objects representing events occurring on configuration file.

Note: This class is for internal usage only. Any dependency from the end-user will not be supported. Changes to this class will happen without a warning.

Since:
7.2
See Also:
Serialized Form

Nested Class Summary
static class ConfigEvent.Type
           
 
Constructor Summary
ConfigEvent(ConfigEvent.Type t, String i, String u)
           
 
Method Summary
 String getIdentifier()
           
 ConfigEvent.Type getType()
           
 String getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigEvent

public ConfigEvent(ConfigEvent.Type t,
                   String i,
                   String u)
Method Detail

getType

public ConfigEvent.Type getType()
Returns:
the type of the event

getIdentifier

public String getIdentifier()
Returns:
the configuration file path relative to the Server API configurations directory or a solution name if the configuration has one defined.

getUser

public String getUser()
Returns:
the username of the user performing the action on the configuration file.