BUG-614: convert NotificationBrokerImpl
authorRobert Varga <rovarga@cisco.com>
Sat, 31 May 2014 07:34:09 +0000 (09:34 +0200)
committerRobert Varga <rovarga@cisco.com>
Sat, 31 May 2014 07:37:23 +0000 (09:37 +0200)
commita6d6bbdb3fb0d75dbb4fb03be3d82db666754c92
treeaa4af6d90e1fd9f2a98d44116317ae76746d57c2
parentceeb71375b422837a4c32a5531dedc7dbdef0463
BUG-614: convert NotificationBrokerImpl

This does a straight xtend->java conversion by moving xtend-generated
java files into the repository instead of xtend. This is the first step
in optimizing NotificationBrokerImpl.

Change-Id: Ie8dc1dfb6c5b9e80a8d79a5de31410100b35c7fc
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/impl/GeneratedListenerRegistration.java [new file with mode: 0644]
opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/impl/GenericNotificationRegistration.java [new file with mode: 0644]
opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/impl/NotificationBrokerImpl.java [new file with mode: 0644]
opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/impl/NotificationBrokerImpl.xtend [deleted file]
opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/impl/NotifyTask.java [new file with mode: 0644]