com.ibm.di.api
Class ConfigEvent
java.lang.Object
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
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
ConfigEvent
public ConfigEvent (ConfigEvent.Type t,
String i,
String u)
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.