Return a List of EventSetDescriptors
for events fired by a TransactionalDataProvider.
Method Detail
getDataProviderEventSetDescriptors
public static List getDataProviderEventSetDescriptors(Class source)(Code)
Return a List of EventSetDescriptors
for the events fired by a DataProvider.
Parameters: source - Source class firing the events exception: IntrospectionException - if an exception occursduring introspection
getRefreshableDataProviderEventSetDescriptors
public static List getRefreshableDataProviderEventSetDescriptors(Class source)(Code)
Return a List of EventSetDescriptors
for events fired by a RefreshableDataProvider. This
list includes ONLY events described by this interface,
not by any superinterfaces.
Parameters: source - Source class firing the events exception: IntrospectionException - if an exception occursduring introspection
getTableDataProviderEventSetDescriptors
public static List getTableDataProviderEventSetDescriptors(Class source)(Code)
Return a List of EventSetDescriptors
for events fired by a TableDataProvider. This
list includes ONLY events described by this interface,
not by any superinterfaces.
Parameters: source - Source class firing the events exception: IntrospectionException - if an exception occursduring introspection
getTransactionalDataProviderEventSetDescriptors
public static List getTransactionalDataProviderEventSetDescriptors(Class source)(Code)
Return a List of EventSetDescriptors
for events fired by a TransactionalDataProvider. This
list includes ONLY events described by this interface,
not by any superinterfaces.
Parameters: source - Source class firing the events exception: IntrospectionException - if an exception occursduring introspection