Class ConnectorEvent
java.lang.Object
java.util.EventObject
org.identityconnectors.common.event.ConnectorEvent
- All Implemented Interfaces:
Serializable
NOTICE: This package is an early specification of the Events API for 1.2.x.x
version. Use carefully, this package may change before the final 1.2.0.0
release.
- Since:
- 1.4
- Author:
- Laszlo Hordos
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionConnectorEvent(String topic, ConnectorKey source) Constructs a prototypical Event.ConnectorEvent(ConnectorEvent source) Copy Constructor. -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
CONNECTOR_REGISTERED
- See Also:
-
CONNECTOR_UNREGISTERING
- See Also:
-
BUNDLE_SYMBOLICNAME
- See Also:
-
BUNDLE_ID
- See Also:
-
BUNDLE
- See Also:
-
BUNDLE_VERSION
- See Also:
-
CONNECTOR_BUNDLE_NAME
- See Also:
-
CONNECTOR_VERSION
- See Also:
-
CONNECTOR_NAME
- See Also:
-
-
Constructor Details
-
ConnectorEvent
Constructs a prototypical Event.- Parameters:
source- The object on which the Event initially occurred.- Throws:
IllegalArgumentException- if source is null.
-
ConnectorEvent
Copy Constructor.- Parameters:
source-
-
-
Method Details
-
getTopic
-
getProperties
-